How do I make two seperate menus for one site?
|
24 posts
|
On the layout there are two seperate menus for the site. One is a top level nav with sublinks and then there is a second level with sublinks also. Anyone have an idea of how I can pull this off with frogcms? |
|
180 posts
|
And then you may add 3 level. |
|
24 posts
|
The menus are in to different areas of the layout. :( |
|
180 posts
|
Hm… Use $this->parent(1)->children() to get childrens of 1 level menu. In header maybe:
In sidebar:
But for this download this Frog version |
|
24 posts
|
Guess I need to show you what it’s suppose to render. linktext The top post is rendered by frogcms. The second navlist isn’t. At least not yet. That is what I’m trying to do. :) Is the cms download link you gave different from what is available on the website? |
|
180 posts
|
See INFO/FrogCMS_0.9.5_RU1_changes.txt. Chenges are small and chenged parent() method. Do a hidden page with slug, maybe, /other_menu/ and do another struct. Use:
My English is ugly :( |
|
24 posts
|
That worked!!!!!!! Thank you so much! |