For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Hi everybody,
I have a template already ready. I imported it in CMS made simple. Cut the content and put that on the 5 pages, that I first made. Then I cut the menu and added that to a new menu in the menu manager.
This is that menu:
you are not grasping the concept of cms and automatic generation of menus.
menu templates are 'instructions' that tell the system how to construct the menus. you need not hardcode anything.
{cms_module module='menumanager'} or simply {menu}
is all you need to generate a menu. menu text and links, as well as your site's hierarchy are all accounted for in the included sample menu templates. in your site template, it would replace the entire menu.
means: generate a menu, use the default minimal_menu.tpl template (will create a menu based on nested UL), show no more than 2 levels, and only show that second level when it is needed (a parent page or one of its child pages is current page).
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007. CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
kermit wrote:
you are not grasping the concept of cms and automatic generation of menus.
menu templates are 'instructions' that tell the system how to construct the menus. you need not hardcode anything.
{cms_module module='menumanager'} or simply {menu}
is all you need to generate a menu. menu text and links, as well as your site's hierarchy are all accounted for in the included sample menu templates. in your site template, it would replace the entire menu.
means: generate a menu, use the default minimal_menu.tpl template (will create a menu based on nested UL), show no more than 2 levels, and only show that second level when it is needed (a parent page or one of its child pages is current page).