Customizing SMF > SMF Coding Discussion
List bbcode not working
(1/1)
Oldiesmann:
I was trying to show an example of sub-menus eariler using the list tag, but to my surprise, it suddenly doesn't work!
--- Code: ---[list]Something[li]Some Item[/li][li]Some Item[/li][/list]
--- End code ---
Produces:
Something
* Some Item
* Some Item
And
--- Code: ---[list]Something[li]Some Item[/li][list]Sub-list[li]Sub-item[/li][li]Sub-item[/li][/list][li]Some Item[/li][/list]
--- End code ---
Produces:
Something
* Some ItemSub-list
* Sub-item
* Sub-item
* Some Item
An example of what they should produce can be found at http://members.lycos.co.uk/theoldiesdude/SMF/index.php?topic=2.0
[Unknown]:
You are forgetting the first li around the first item.
-[Unknown]
Navigation
[0] Message Index
Go to full version