Page 1 of 1

Selected pages in menu (MenuManager)

Posted: Thu Apr 15, 2010 9:42 am
by ofrost
Hi.
I have this question.

On my site I have 30 second level page. In one template I have four menus (top, main, right and bottom).

I would like to show different pages in all these menus.

In top: pages 1,5,7,8
In main: pages 2,14,16,25

etc.

I know that I can use items option in menumanage but if I add new pages I would have to edit menu each time.
I could use this construction {if $node->hierarchy > 5.0 and $node->hierarchy < 5.3 } but again, new page and edit menu.

I think that I could use page attribute option. If page attribute key1=1 than show in top menu.

How can I do this? Any smarty wizards here :)

And one more question. Is there a way to divide one menu in 4 columns?
 

Re: Selected pages in menu (MenuManager)

Posted: Fri Apr 23, 2010 2:37 pm
by ofrost
Anyone knows why constracion  {if $node->hierarchy > 5.0 and $node->hierarchy < 5.3 } stops working when numbers get bigger than 5.9, ie 5.12 or 5.16