PArse BBcode
Ok, now i did the plugins ect....and for some reason it turn registered users pages white, but admins profiles show up....any ideas?
if($profilefieldname == "field11")
{
$profilefield['value'] = $bbcode_parser->parse($userinfo["$profilefieldname"],0, true);
}
if($profilefieldname == "field6")
{
$profilefield['value'] = $bbcode_parser->parse($userinfo["$profilefieldname"],0, true);
}
Location member_customfields
|