17488 Posts in 4473 Topics by 1978 members
| Go to End | ||
| Author | Topic: | 3647 Views |
-
Re: Menu2 not working in my template like it did in the tutorial

16 November 2007 at 12:45pm
Ok I see.
Well, I don't think that is possible 'out of the box', but first of all I would set those less important pages to 'not appear in menu'.
If it's only five pages you might want to hardcode them in your template. Otherwise you might think of creating some special method for it on your page/pagecontroller (page.php) or the pages that extend them.
Can't think of something out of my head now, but it can't be too hard...
-
Re: Menu2 not working in my template like it did in the tutorial

16 November 2007 at 12:49pm
OK. That's cool. The numbers were jsut examples but I had planned to set the secondary ones not to appear in the menu. What I was trying to do was make a page called "Footer Menu" and make redirector pages as sub pages of footer menu. I thought that would do it but apparently not. For now I'll just add the link manually since they probably wont change all that much anyway. Then as I get more PHP proficient I'll work on figuring out some sort of module way to do it unless somebody else beats me to it.
Thanks for all the help! At least now I can mark this off my "list" and move on to the next thing.
-
Re: Menu2 not working in my template like it did in the tutorial

16 November 2007 at 12:52pm
No problem...
I know how frustrating it can be when you're stuck at something
-
Re: Menu2 not working in my template like it did in the tutorial

16 November 2007 at 1:55pm
The other thing you can do is make a page called "utility navigation" with a URLSegment of utility-navigation.
Put your less important pages under that, and set ShowInMenus = 0 on the utility-navigation page.
Then, in your template put
<% control ChildrenOf(utility-navigation) %>
<a href="$Link">$Title</a>
<% end_control %> -
Re: Menu2 not working in my template like it did in the tutorial

16 November 2007 at 3:30pm
Wow. That's exactly what I didn't know how to do. And so easy too. I already had half of it setup. I just didn't know how to make it show up. Sam, you are the man. Thank you so very much.
| 3647 Views | ||
| Go to Top |



