
06-15-2008, 09:06 PM
|
 |
|
|
Join Date: Oct 2007
Location: London
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by butch3r
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
|
Thanks a lot.
|