Quote:
Originally Posted by Oreamnos
Try this:
PHP Code:
require_once('./includes/class_bbcode.php');
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$profilefield['value'] = $parser->do_parse($profilefield['value'], false, true, true, false, true, false);
if this doesn't work, then i have to imagine you are passing the wrong value to the function, ie. $profilefield['value']
|
Nope, didn't work. I assumed it was that value because of this thread:
https://vborg.vbsupport.ru/showthrea...bbcode+profile
I know that's 3.0, so maybe it's changed? Does anyone know the correct syntax for me? I just need BBcode to be parsed in custom profile field 27.