The list tags in phpBB have additional trailing info which is not parsed here. E.g.
[list]...[/list:o]
where :o tags an ordered list and :u tags an unordered list. Maybe you can add this as a feature (or ignored and dropped by the parser). I stumbled into this when migrating from phpBB2.

Comments

naudefj’s picture

Status: Active » Closed (works as designed)

There are several BBCode dialects and we cannot cater for all of them. You are, however, welcome to prepare a patch and submit it there.

zany’s picture

I guess this would go into the $l_type, line 105 and 130 of bbcode-filter.inc.

Personally I solved this using some regex on my phpBB db dump. Just a heads-up, people converting from phpBB to drupal forums (using phpbb2drupal module) will trip over this...