I am using phpbb3

Darcie wrote:This is because custom profile fields do not parse BBCode, smilies, or links automatically. You'll need to add a MOD like Parse BBCode in Custom Profile Fields. Please direct all similar questions to the main board, http://www.phpbb.com/community/, as this one is for development rather than support.
$value = make_clickable($value);
$value = censor_text($value);
$value = bbcode_nl2br($value);
return $value; $value = censor_text($value);
if ($field_ident == ('mycpf1' || 'mycpf2'))
{
// Do nothing
}
else
{
$value = make_clickable($value);
$value = bbcode_nl2br($value);
}
return $value;Return to [3.0/Olympus] Styling
Users browsing this forum: No registered users and 6 guests