What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Ordered and unordered lists

Ordered and unordered lists
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Ordered and unordered lists
* WDZ bumps an old thread ;o

I was planning on fixing this issue with my rewrite of the post parser, but then I realized that even MyBB's new implementation of the list BBCode is flawed: it can't properly handle nested lists of different types (ordered and unordered) because "[/list]" might be ambiguous, and the parser won't know if it's meant to close an ordered list or an unordered list.

For example, the following list will result in invalid HTML in MyBB 1.4, and it won't look right:
  • Category 1
    1. aaaa1
    2. bbbb1
    3. cccc1
  • Category 2
    1. aaaa2
    2. bbbb2
    3. cccc2
The only simple and non-buggy way I can think of to get rid of the attribute in the closing tag is to introduce a whole new tag like [olist]. :-/

Anyway, I did fix some other stuff with this rewrite:
  • The parser now requires the opening and closing tags to match, or they won't work at all.
  • The [*] tag no longer works outside of lists.
  • Improved handling of line breaks (spacing).
  • Some other behind-the-scenes stuff you probably don't care about. =p
12-01-2008 07:41 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Ordered and unordered lists - by Felu on 04-23-2007 at 11:55 AM
RE: Ordered and unordered lists - by Felu on 04-23-2007 at 11:57 AM
RE: Ordered and unordered lists - by -dt- on 04-23-2007 at 12:03 PM
RE: Ordered and unordered lists - by Felu on 04-23-2007 at 12:14 PM
RE: RE: Ordered and unordered lists - by Volv on 04-23-2007 at 12:39 PM
RE: Ordered and unordered lists - by markee on 04-23-2007 at 12:45 PM
RE: Ordered and unordered lists - by matty on 04-23-2007 at 01:37 PM
RE: Ordered and unordered lists - by Felu on 04-23-2007 at 01:42 PM
RE: Ordered and unordered lists - by Lou on 04-23-2007 at 08:59 PM
RE: Ordered and unordered lists - by L. Coyote on 04-23-2007 at 09:27 PM
RE: Ordered and unordered lists - by WDZ on 12-01-2008 at 07:41 PM
RE: Ordered and unordered lists - by matty on 12-03-2008 at 03:57 PM
RE: RE: Ordered and unordered lists - by djdannyp on 12-03-2008 at 04:29 PM
RE: Ordered and unordered lists - by WDZ on 12-07-2008 at 07:28 AM
RE: Ordered and unordered lists - by Mike on 12-07-2008 at 08:09 AM
RE: Ordered and unordered lists - by Hank on 12-07-2008 at 08:15 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On