Closed (works as designed)
Project:
Bbcode
Version:
6.x-1.1
Component:
BBCode Tags
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2008 at 17:33 UTC
Updated:
12 Dec 2008 at 16:57 UTC
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
Comment #1
naudefj commentedThere are several BBCode dialects and we cannot cater for all of them. You are, however, welcome to prepare a patch and submit it there.
Comment #2
zany commentedI 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...