WebsiteBaker Support (2.8.x) > Templates, Menus & Design
show_menu2() another question please
(1/1)
Availor:
I was trying to play around with the show_menu2() code.
Please help me out - how would you invoke this code with the show menu?
Here is the example;
--- Code: ---<li><a href="#nogo"><b>Joseph Turner</b><!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="sub">
<li><a href="#nogo">Fishermen at Sea</a></li>
<li><a href="#nogo">The Shipwreck</a></li>
<li><a href="#nogo">The Vale of Ashburnham</a></li>
<li><a href="#nogo">Crossing the Brook</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
--- End code ---
I've tried different methods but they all didn't bring the wanted results
Method 1 (using [if(level == 0) { <ul id = "sub">
* [a][men_title][/a])
I That didn't change the li into ul - I think I just messed it up.
Method 2 (copied from multiflex templat0
--- Code: ---?php show_menu2(1, SM2_ROOT, SM2_ALL,SM2_ALL,'<li>[a][menu_title]
[if(level == 0){<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul>}]
[if(leve == 1){</a>}]
{</li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]-->}]','','',''); ?>
--- End code ---
Anyway, if someone is an expert in show_menu2() maybe you can help me out here :roll:
Cheers :-D
Navigation
[0] Message Index
Go to full version