Sorry, I have been working the last few days.
I created a plugin that used the hook location of member_customfileds.
I then put in
Code:
if ($userinfo['field15'])
{
$userinfo['field15'] = htmlspecialchars_uni($userinfo['field15']);
}
The field ID is 15 instead of 5.
When I put in data for field15 that utilizes http or www or img, etc. that code
is not striped from the data so it shows up in that field.