Page 1 of 1

Can you add content pages without adding it to the main nav menu?

Posted: Sun Jan 06, 2008 1:36 pm
by bensd
Can you add content pages without adding it to the main nav menu?

ie. If i want to add a "links" or "privacy policy" page which i want to link from the footer?

-Ben

Re: Can you add content pages without adding it to the main nav menu?

Posted: Sun Jan 06, 2008 1:42 pm
by RonnyK
-Ben,

you can. I created a "ft-menu", with the parameter "Show in menu" UNchecked on the options-tab.
Under that menu you put all the pages you want to show in the footer. I unchecked the "Show in menu" there as well, to have them NOT shown in sitemap.

In the container for the footer, you call something like....

{menu template='yourmenutemplate' start_page='ft-menu' show_all='1'}

The start_page calls the parent, the show_all makes them visible, even when they have "shown in menu" unchecked.

Ronny

Re: Can you add content pages without adding it to the main nav menu?

Posted: Sun Jan 06, 2008 1:58 pm
by bensd
Thanks for your quick reply.

How do you create a different menu?

-Ben

Re: Can you add content pages without adding it to the main nav menu?

Posted: Sun Jan 06, 2008 7:12 pm
by RonnyK
-Ben,

what do you mean, you can just call a second time the {menu} and under ""Layout -> MenuManager" you can create another menu-template if required......

Check http://test.krijt.eu , I can provide you the logic used there for the footer...

Ronny