Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > FAQ's View modes: 
User avatar
Member
Member
theo.demetropoulos-gmail - 3/31/2009 2:33:55 PM
   
FAQ's
How do I create an FAQ page like http://devnet.kentico.com/FAQs.aspx?

I want the same type of interaction, where you select your category on the left nav, then have the appropriate FAQs populate on the right-hand side.

Thank you in advance

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/1/2009 7:22:34 AM
   
RE:FAQ's
Hi,

You will need to have a tree structure like this where the documents will inherit the page template:

FAQ
--subFAQ1 (inherited page tempalte)
----faq1
----faq2
----faq3
--subFAQ2 (inherited page tempalte)
--subFAQ3 (inherited page tempalte)

Then, on the root of this structure you need to place a menu web part, which will list the subFAQ documents and also a repeater web part, which will list the FAQ documents. You need to set the document types and path properties(http://devnet.kentico.com/docs/devguide/appendix_b___path_expressions.htm).

Best Regards,
Juraj Ondrus