WebsiteBaker Support (2.8.x) > Templates, Menus & Design
show_menu2: valid XHTML and CSS selectable menus
kweitzel:
You are dealing here with a nested lists. So what you actually need is the "li li" selector ... have a look at maxdesigns nested lists model to get there.
What you see is the "misunderstanding" within the li-items. Because, if you look at the sourcecode, you will find, that the order of items is correct.
And please have a look at your charset settings ... there is also a lot of information in the german subboard about this ;-)
cheers
Klaus
bgg:
How can I display only the:
1. current level
2. child level
I want to "display the siblings of the current lebel only, including the current page also" on the left block: http://wb.asiasrc.org/
Thanks
ruebenwurzel:
Hello,
documentation you find here:
http://code.jellycan.com/files/show_menu2-README.txt
Matthias
gavjof:
Hi,
I'm using the following to show a site map for current level pages complete with descriptions:
--- Code: ---// Site Map Menu Call
show_menu2(0, SM2_CURR+1, SM2_CURR+1, SM2_ALL|SM2_ALLINFO, '[li][a][page_title]</a> <br /><blockquote class="highlight">[description]</blockquote>', false, '<ul class="sitemap [class]">');
--- End code ---
This works great with certain templates (tested with round but when I try using another template it only returns.
--- Quote ---[description=UNKNOWN]
--- End quote ---
I tried changing the doctype, amongst other things but I'm still confused as to what is causing this. :|
Any ideas?
Cheers
gav
ruebenwurzel:
Hello,
--- Quote ---using another template
--- End quote ---
Wich did you try?
[description] i think is a variable of WB wich has nothing to do with the template. But if you have no description of a page no descritpion could be displayed.
Matthias
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version