this is very strange, i had installed this properly and everything was working good.. and then all of the sudden it stopped working. nothing is more frustrating then when something is working and stops for no reason =(.
i originally installed this hack, deactivated it, and installed this code so that only one field was working (which worked fine):
PHP Code:
if ($userinfo['field23'])
{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field23'] = $bbcode_parser->parse($userinfo['field23'],0, true);
}
Then, I had made one change to my memberinfo template, and then it stopped working. I un-do'ed the change, resubmitted it, and it still didn't work.
I've also tried allowing bbcode throughout my memberinfo, but still to no avail.
Please advise..