Hello, I apologize if this has been mentioned elsewhere but I can't seem to find the answer.
The question is, how to make child pages display as a dropdown list, just as in this site? The readme.txt says that setting the menu mode to Dynamic will do the trick but nothing changed actually.
Please point out my mistake.
Thankyou.
You need to set the mode to dynamic and set the menu to show nested pages.
So, using the HouseMenu skinobject, you would want something like the following in your skin's XML....
[HOUSEMENU] Scope -1 ShowAdmin True IsRecursive True Orientation H Mode D CssElementId HouseMenuNav
These settings produce the menu for this site.
Tim
Thanks Tim. If I'm not mistaking, then these values will be produced in skin.ascx like this, won't it? scope="-1" showadmin="true" isrecursive="true" orientation="h" mode="d" csselementid="housemenunav"
Yes, that looks right.