Hello all,
I having a problem with a Mod I will upgrade it from 3.x to 4.x here is the old plugin :
PHP Code:
$post['pagetext'] = $postbit_factory->bbcode_parser->do_parse($post['pagetext'],false,true,true,true,true,false);
$post['pagetext_html'] = preg_replace("/\[my2bbcode\]((.*[\n\r]*)*)\[\/my2bbcode\]/i",$hide_fetch,$post['pagetext']);
But when I'm adding a BBCODE in vBulletin 4 the BBCODE converted to
So any help to convert the old plugin to the new BBCODE format will be great!