PDA

View Full Version : PArse BBcode


SuperFly
06-13-2006, 08:12 PM
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