
Re: 015-0004 - Some BBCode Bugs on Ajax Chat
I'll check the email and url tags...
Strike error is related to a missing quote.
This code will fix it.
OPEN
templates/mg_themes/bbcb_mg_small.tpl
FIND
<a href="javascript:BBC_Tag_Add('strike)">
REPLACE WITH
<a href="javascript:BBC_Tag_Add('strike')">