Page 1 of 1

Section Header doesnot display undercontent

Posted: Sun Feb 03, 2008 3:09 pm
by donarno
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

Re: Section Header doesnot display undercontent

Posted: Tue Jan 06, 2009 6:32 pm
by idledragon
I'm just curious if anyone else has had this issue and if there are any suggestions.

Re: Section Header doesnot display undercontent

Posted: Wed Jan 07, 2009 11:02 pm
by Dr.CSS
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...

Re: Section Header doesnot display undercontent

Posted: Wed Jan 07, 2009 11:19 pm
by idledragon
Gotcha,  Thanks again Mark!