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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
bensd

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

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post 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
bensd

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

Post by bensd »

Thanks for your quick reply.

How do you create a different menu?

-Ben
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post 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
Locked

Return to “CMSMS Core”