Closed (fixed)
Project:
Frequently Asked Questions
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2010 at 10:15 UTC
Updated:
21 Sep 2010 at 05:50 UTC
How to find or identify the faq's Node ID ?
Comments
Comment #1
stella commentedJust look at the url - you may find it more easily by looking at the url of the edit page than the view page if you've got pathauto enabled.
Comment #2
Roze-1 commentedActually i want to replace the faq page using the panels , The problem is i cant find the node id for the FAQ page. I tried even looking at the MySql database but i found only the created content's Node ID.
Please Enlighten me .
Thank you in Advance.
Comment #3
Roze-1 commentedFYI,
I tried giving "faq" in the panel Path but no use.
And i have pathauto module enabled.
Comment #4
mrwhizkid commentedI think the other poster thought you were talking about the FAQ questions themselves which are nodes. Someone can correct me if I'm wrong here but I don't think that the FAQ page itself is a node...it is 'generated' by the module which is why you won't find a node ID for it. It's kind of like when happens when Views generates a page view...there's no node ID.
Maybe you can describe a little better what you are trying to do with Panels and we can help you that way....
Comment #5
stella commentedThe faq page itself is not a node, so has no id, as mrwhizkid said.
Comment #6
Roze-1 commentedOhk fine, Is there any possibilities to integrate FAQ's with the Panels?
Comment #7
stella commentedprobably, but not using node contexts - there's also the faq blocks that may help, or you could create a view from the faq data...
Comment #8
Roze-1 commentedI got a solution,
#Created some regions in ".info" file.
#Created Blocks and specified the "faq" path and did some codings inside the block.
And Also create one page-faq.tpl file in your theme folder.
Anyway thank you for your guidance.