Hi all
I'm here to announce that Richard Powell has volunteered to, and written an excellent introductory tutorial for managing menus with CMS made simple.
His well written, and well explained tutorial explains how he has accomplished generating a single page (or page template) that has three menus within CMS made simple.
I encourage you to read it:
http://themes.cmsmadesimple.org/menu_manager_options.html
Menu Manager - an excellent tutorial
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Menu Manager - an excellent tutorial
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Menu Manager - an excellent tutorial
Wow. i agree. Wish this had been there about a month ago. Oh well. Its well said. Thanks for posting.
Re: Menu Manager - an excellent tutorial
Nice introductory tutorial, thanks.
I've added a link to it from http://wiki.cmsmadesimple.org/index.php ... nu_Manager
Pierre M.
I've added a link to it from http://wiki.cmsmadesimple.org/index.php ... nu_Manager
Pierre M.
Re: Menu Manager - an excellent tutorial
This addresses the exact problem I'm facing. I have the level 1 navigation menu at the top yet it's showing in a vertical order instead of across the top horizontally. How do I go about fixing that?
Here's what I mean.
www.organizedbyevelin.com
Here's what I mean.
www.organizedbyevelin.com
Re: Menu Manager - an excellent tutorial
You must have changed the menu call, all your menu CSS has primary-nav calls, meaning the ul is IDed as and you have a plain ...
Re: Menu Manager - an excellent tutorial
Indeed a good article.....
Personally I always work with sectionheaders/pages that I dont show in the menu,
like
sb-menu/ft-menu, for sidebar and footer-menu.
In the template I use,
where the sidebarmenu should come, to show the pages under that menu-entry. This way all is shown dynamically. Otherwise I would have to edit the template everytime a page is created that should be in the excludeprefix parameter.
Ronny
Personally I always work with sectionheaders/pages that I dont show in the menu,
like
sb-menu/ft-menu, for sidebar and footer-menu.
In the template I use,
Code: Select all
{menu template='extra-menu' start_page='sb-menu' show_all='1'}
Ronny