Page 1 of 1

bMenu - page stops displaying after menu

Posted: Wed Nov 19, 2008 4:47 pm
by itsonlyme
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.

Re: bMenu - page stops displaying after menu

Posted: Thu Nov 27, 2008 12:18 pm
by ZenCom
That's fun (well...), I've got exactly the same bug.

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>

Don't see where the problem is...
Thanks for your help

Re: bMenu - page stops displaying after menu

Posted: Thu Nov 27, 2008 9:47 pm
by ZenCom
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...