bMenu Problem

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
slentz
New Member
New Member
Posts: 5
Joined: Sat Sep 22, 2007 10:26 pm

bMenu Problem

Post by slentz »

I am having trouble with bMenu and hoping someone has a suggestion.

I am running CMSMS 1.4.1 and installed bMenu 4.6.

Menu is not formatting in the module.  Nothing happens when I change attributes. I have used bMenu successfully on several sites and there has been a preview in the module. I have reinstalled module and sill have the same problem.

Here the code in my template...I don't think this is the problem...since I am not seeing formatting in the preview.
Any suggestions would be GREATLY appreciated.

Thanks for reading.

The following is in the head:
{cms_module module="bMenu"}

The following is in the body:

{menu template="new" start_level=""} [/color]

{cms_module module="bMenu" styleid="60"}


The "new" menu template code:

{* CSS classes used in this template:
#menuwrapper - The id for the that the menu is wrapped in. Sets the width, background etc. for the menu.
#primary-nav - The id for the
.menuparent - The class for each that has children.
.menuactive - The class for each that is active or is a parent (on any level) of a child that is active. *}
{if $count > 0}


{foreach from=$nodelist item=node}
{if $node->depth > $node->prevdepth}

{repeat string="" times=$node->depth-$node->prevdepth}
{elseif $node->depth prevdepth}

{repeat string="" times=$node->prevdepth-$node->depth}

{elseif $node->index > 0}
{/if}
{if $node->parent == true or ($node->current == true and $node->haschildren == true)}
current == true}
haschildren == true}
url}"{if $node->target ne ""} target="{$node->target}"{/if}>{$node->menutext}{/foreach}

{repeat string="" times=$node->depth-1}


{/if}
bterkuile
Forum Members
Forum Members
Posts: 97
Joined: Sun Jul 22, 2007 11:48 am

Re: bMenu Problem

Post by bterkuile »

The setup looks ok.

If bMenu in the admin section does not display as should be there is a problem. This display is independent of the menu template, so should always work.

I just made a cmcms 1.4.1 website with bMenu 0.46 and it works.

I can take a look if you want. Then you have to send me a private message with a temporary admin account so I can see what goes wrong.

Benjamin
soren
Forum Members
Forum Members
Posts: 60
Joined: Fri Apr 18, 2008 6:44 am

Re: bMenu Problem

Post by soren »

Any solution to this.

I am having the same problem.

Soren
Post Reply

Return to “Modules/Add-Ons”