Please I have tried a few ways and its not workin this is how the output is:

I tried the one where you make a plugin at hook
memberlist_complete and put this in there:
PHP Code:
<?
if ($userinfo['field7'])
{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field7'] = $bbcode_parser->parse($userinfo['field7'],0, true);
}