WebsiteBaker Support (2.8.x) > Templates, Menus & Design

show_menu2: valid XHTML and CSS selectable menus

<< < (46/64) > >>

bupaje:
I guess I mucked around with it too much. Since the page still worked I don't even know when I broke it.I went back to one of your examples and left it at that. Works fine now. Thanks.

BerndJM:
Hi Brofield,
just noticed the following:

--- Code: ---<ul class="menu-top">
    <li class="menu-sibling menu-first">...</li>
    <li class="menu-expand menu-current menu-last">...
     <ul class="">
        <li class="menu-child menu-first menu-last">...</li>
     </ul>
    </li>
</ul>

--- End code ---
The class in the child-menu ul is empty.
Bug or feature?

Regards Bernd

avde:

--- Quote from: doc on April 22, 2008, 09:11:10 PM ---Hello,

just released show_menu2 version 4.60 which includes the page_id = 0 bug fix from Brofield on the addons repository.
If your menu disappears after submitting a search, follow the steps below (requires show_menu2 v4.60 or higher)

Step 1: Add the following input field to the database search settings after
the <form> open tag: WB Backend -> Settings -> Show advanced settings -> Search Settings -> Header

--- Code: ---<input type="hidden" name="referrer" value="[REFERRER_ID]" />
--- End code ---

Step 2: In the index.php of your template, add the following input field immediately following the search <form> open tag.

--- Code: ---<input type="hidden" name="referrer" value="<?php echo defined(&#39;REFERRER_ID&#39;)?REFERRER_ID:PAGE_ID;?>" />

--- End code ---

Brofield thanks for this bugfix.

Regards Christian

--- End quote ---

I can't get this fix to work... I have upgraded the module to 4.6, but under module info it still says 4.5, and the fix is not working... When I use the search, the menu dissapears... What's up with that? Is the right version of show_menu2 on the server?
I have tryed to uninstall the module first, but I get "Cannot uninstall". What should I do?

brofield:
@BerndJM:
Can't say without seeing the parameters for sm2. I suspect a problem with your call. See the doco.
http://code.jellycan.com/files/show_menu2-README.txt

@avde:
Try the main site. The addons repository should just link there anyhow. The info data is 4.6 so if it doesn't show that then you probably have the wrong version installed.
http://code.jellycan.com/show_menu2/

avde:
@brofield:
yeah I know I have the wrong version, but I can't upgrade to 4.6... If I just install show_menu2-4.6.zip it says upgraded sucessefuly but under module info it remains 4.5... If I try to uninstall the show_menu2 module before upgrading I get "cannot uninstall"...
So what should I do? How can I upgrade the module?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version