WebsiteBaker Support (2.8.x) > Templates, Menus & Design
show_menu2: valid XHTML and CSS selectable menus
brofield:
Manually install it.
take a copy of the existing modules/show_menu2 directory
delete all of the files
unzip the show_menu2.zip file
copy all of the files into the modules/show_menu2 directory
B
BerndJM:
Hi Brofield,
sure the the SM2 call :
--- Code: ---show_menu2(1, SM2_ROOT, SM2_ALL, SM2_TRIM|SM2_PRETTY);
--- End code ---
Nothing exotic - did I miss something?
And thanks for the link to the docu - I made the german translation, so I'm quiet sure I read it :lol:
Regards Bernd
avde:
--- Quote from: brofield on June 13, 2008, 12:23:29 PM ---Manually install it.
take a copy of the existing modules/show_menu2 directory
delete all of the files
unzip the show_menu2.zip file
copy all of the files into the modules/show_menu2 directory
B
--- End quote ---
Thanks mate! It worked, after manually upolading the new files I only had to reload add-ons with the Admin-Tool and now it shows 4.6 under module info and the menu is shown on the search page! Thanks a lot for the kind support!
brofield:
@bernd
Apologies my friend. Thanks for the German translation. The lack of classes on the ul tag is normal. It has always been this. The list of classes used for the list open is set by the function startList(). The only classes that will ever be used are "menu-top" and if numbered menus are enabled, "menu-N". The list of classes for the items are far more numerous. The documentation doesn't mention this.
Cheers,
Brodie
bupaje:
Hi. Can someone help me with a question? I've tried this but not doing it right as when I change I get errors in the log or no data.
This page ...
http://stormvisions.com/pages/store.php
This code works ...
--- Code: ---
echo'<h3>Categories</h3>';
echo'<div style="border-width:0px;">';
show_menu2(0, SM2_CURR+1, SM2_ALL, SM2_ALL|SM2_CURRTREE);
echo'</div>';
--- End code ---
I just want to add the description tag...
--- Code: ---[DESCRIPTION]
--- End code ---
can anyone show me the answer?
Thanks very much.
Burt
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version