Quote:
Originally Posted by noonespecial
I've been trying to get this to work in the member.php file so that bbcode will be parsed for user profiles --
PHP Code:
require_once('./includes/class_bbcode.php');
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$profilefield['value'] = $parser->do_parse($profilefield['value']);
Just isn't working though.
|
Works fine. Though, for performance reasons I would split it into 2 Plugins.