Ok got code to takeout symbols on profile page...Looks like this.
From:
$sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon;
To:
//$sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon;
------------
From:
<img src="{$sProfileIcon}" />
To:
<!--<img src="{$sProfileIcon}" />-->
No in internet explorer it looks like this see below and on safari there is a little blue question mark.. It looks fine in firefox,
Now in the activity section we still have the symbols
How do I get these symbols out without a red x box in internet explorer and a blue question mark in safari. And can I fix the profile red x box that I have already changed? There has gotta be a way to do this. Thanks in advance.