If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
I've just tried switching on this setting in a couple of different sites running different versions of mojoPortal and with different skins... nothing changes. I was expecting a child pages site map to appear below the content.
This seems like a useful feature, saving time versus adding a Child Pages Site Map feature to a page, but it seems not to work... is this a bug, or am I missing something from skin etc?
Thanks!
Most likely you're missing the "ChildPageMenu" control from your layout.master.
Add this wherever you want the menu to show up.
<portal:ChildPageMenu id="ChildPageMenu1" runat="server" CssClass="txtnormal" ForceDisplay="false" />
Thanks - that has worked fine.