This is a wacky problem, and I'm probably just doing something wrong. I'm trying to set up bMenu on a new website. Got the module installed and have a default template set up. The thing is, the page displays correctly only as far as the menu. The rest of the page doesn't display. This is the section where I call the menu:
{* Start Navigation *}
Navigation
{menu template="bMenu" number_of_levels="1"}
{cms_module module="bMenu" styleid="20"}
{* End Navigation *}
I have the two column top nav basic template added to the page, so there're definitely content areas and a footer. They're just not being able to display for some reason or another.
Can anybody see where I'm screwing up? I'll sure appreciate any help.
bMenu - page stops displaying after menu
Re: bMenu - page stops displaying after menu
That's fun (well...), I've got exactly the same bug.
http://www.zencom.fr/sudimat/site/
here is my code:
Don't see where the problem is...
Thanks for your help
http://www.zencom.fr/sudimat/site/
here is my code:
Code: Select all
<div id="container">
<div id="header">
</div>
<div id="inner">
<div id="inner-top">
{menu template="bMenu"}
{cms_module module="bMenu" styleid="43"}
<div id="left">
{global_content name='slider'}
{content}
</div>
Thanks for your help
Re: bMenu - page stops displaying after menu
Maybe it's coming from the version of CMSMS you're using.
the bug occurs on 1.4.1 but I just triend on another site on 1.2.5 and it works perfectly...
the bug occurs on 1.4.1 but I just triend on another site on 1.2.5 and it works perfectly...