PDA

View Full Version : Unable to add new BBcode definitions via Admin Panel


Kier
Sat 14th Jun '03, 11:28am
In admincp/bbcode.php, find this on line 115:

INSERT INTO " . TABLE_PREFIX . "convert_phpbb_bbcode_to_vbcode(bbcodeid

replace with this:

INSERT INTO " . TABLE_PREFIX . "bbcode (bbcodeid

All fixed.