Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Aiheen aloitti: khoking - maaliskuu 07, 2007, 04:15:14 AP

Otsikko: List command in posting
Kirjoitti: khoking - maaliskuu 07, 2007, 04:15:14 AP
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:


What is wrong and how should I use the list command?  ???
Otsikko: Re: List command in posting
Kirjoitti: Harro - maaliskuu 07, 2007, 04:17:21 AP
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:

Otsikko: Re: List command in posting
Kirjoitti: khoking - maaliskuu 07, 2007, 04:48:34 AP
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?
Otsikko: Re: List command in posting
Kirjoitti: Harro - maaliskuu 07, 2007, 04:57:02 AP
As far as I know doing it manually like that is the only way to do it.
Otsikko: Re: List command in posting
Kirjoitti: Chris Cromer - maaliskuu 07, 2007, 05:10:22 AP
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.