photoplog/functions.php - before this version
Code:
$photoplog_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
$text = $photoplog_parser->do_parse($text, $do_html, $do_smilies, $do_bbcode, $do_imgcode, true, false);
}
photoplog/functions.php - this version
Code:
$photoplog_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$text = $photoplog_parser->do_parse($text, $do_html, $do_smilies, $do_bbcode, $do_imgcode, true, false);
All the rest is the same