Page 1 of 1

Other variable node lists than $nodelist in Menu Manager? [solved]

Posted: Wed Aug 08, 2007 2:06 pm
by Bartm85
Hi,

I'm using the menu manager for my menu's. I'd like to make a second 'menu'. Therefore I need other nodes then my main menu. This means that I want to use nodes that are not listed in $nodelist ($nodelist is a list of all nodes where the "Show in menu" option is set to true).
Is there a smarty variable that lists all nodes, whatever properties they may have?
What other variables are available in the Menu Manager?

Thanks in advance,

Bart

Re: Other variable node lists than $nodelist in Menu Manager?

Posted: Wed Aug 08, 2007 2:49 pm
by cyberman
What do you wanna show in second menu?

Re: Other variable node lists than $nodelist in Menu Manager?

Posted: Wed Aug 08, 2007 9:05 pm
by Bartm85
cyberman wrote: What do you wanna show in second menu?
Links to pages that have not the "Show in menu" property set to true.

Bart

Re: Other variable node lists than $nodelist in Menu Manager?

Posted: Wed Aug 08, 2007 9:40 pm
by cyberman
Please look at MenuManagers help - there's a parameter show_all. It should do it what you want ...

Re: Other variable node lists than $nodelist in Menu Manager?

Posted: Thu Aug 09, 2007 1:51 pm
by Bartm85
Thanks, that fixed the problem!