Hi, all
I've installed CMS Made simple, which seems to be one of best and easier CMS I've tested, but... I have one trouble.
I'm using the default template and the Left simple navigation + 1 column just to check and get use with the CMS.
I can without any trouble get my contents (ie undesection depending on a Section header) to be displayed with all other templates BUT Left simple navigation + 1 column.
I have in this case only the Section header and nothing else, no click nothing.
If I switch to other templates, all is ok and work well, my sections are well displayed...
I installed CMS Simple as it is... and installed only few modules.
It's the latest version
(see the picture)
Any idea ?
thanks
Section Header doesnot display undercontent
-
idledragon
- Forum Members

- Posts: 43
- Joined: Thu Mar 13, 2008 8:16 pm
Re: Section Header doesnot display undercontent
I'm just curious if anyone else has had this issue and if there are any suggestions.
Re: Section Header doesnot display undercontent
That template uses the menu tag {menu template='simple_navigation.tpl' collapse='1'} which in that menu template has...
{elseif $node->type == 'sectionheader'}
{$node->menutext}
So the section header is just plain text w/o the <a href= to make it click or whatever...
{elseif $node->type == 'sectionheader'}
{$node->menutext}
So the section header is just plain text w/o the <a href= to make it click or whatever...
-
idledragon
- Forum Members

- Posts: 43
- Joined: Thu Mar 13, 2008 8:16 pm
Re: Section Header doesnot display undercontent
Gotcha, Thanks again Mark!

