Quote:
Originally Posted by Opserty
|
Is it advisable to use that with 3.7?
I gave it a test go, and it seems to parse the BBCode, but not the images.
Code:
if ($signature)
{
require_once(DIR . '/includes/class_bbcode.php');
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$parsed_text = $parser->parse($text);
It's simply parsing any images as links, and not displaying the images, which is the majority if what it's needed for.
Many thanks.