Sorry for a basic question...
How do I use the List Command in Posting? Those bullet type.
Eg. when I want to list the following:
aaaaaaa
bbbbbbb
cccccccc
ddddddd
eeeeeee
I just select from a to e and click on the bulet list command, but the codes below shown:
[list]
[li]aaaaaaa
bbbbbbb
cccccccc
ddddddd
eeeeeee[/li]
[li][/li]
[/list]Which results in:
- aaaaaaa
bbbbbbb
cccccccc
ddddddd
eeeeeee
What is wrong and how should I use the list command? ???
You should put every item between li and /li
So like this:
[list]
[li]aaaaaaa[/li]
[li]bbbbbbb[/li]
[li]cccccccc[/li]
[li]ddddddd[/li]
[li]eeeeeee[/li]
[/list]Will result in this:
- aaaaaaa
- bbbbbbb
- cccccccc
- ddddddd
- eeeeeee
Harro,
Thanks for replying.
Yes, I know I need to put the codes as above, but then it will be too troublesome to EDIT every line manually. Or is this the way how it works? For VB board, I select the whole lines that I want to list, then click the list button and it will code them nicely line by line as show above.
Or is this a bug in SMF? Listing bug?
As far as I know doing it manually like that is the only way to do it.
There is no current easy way to do it. I have however went ahead and made a topic in the feature request board here: http://www.simplemachines.org/community/index.php?topic=155952.0
Voice your opinion in that topic and maybe the developers might decide to add that as a feature.