I've turned off the 'sex' field for user profiles, but when viewing a profile it shows the Female symbol and the text 'unknown'. How do I remove that?
Thanks...
I've turned off the 'sex' field for user profiles, but when viewing a profile it shows the Female symbol and the text 'unknown'. How do I remove that? Thanks... |
Ah, I also noticed it shows 'sex' in the chat too. Is there a quick way to remove all gender indicators? |
Ah, I also noticed it shows 'sex' in the chat too. Is there a quick way to remove all gender indicators? Hello open this file : templates\base\scripts\BxBaseFunctions.php
find this code line : function genSexIcon($sSex) { and add this code after that : return getTemplateIcon( 'spacer.gif ); PS: If possible do not write me personally, please try to ask on the forum first |
Wow thanks - no more symbols on everyone. THANKS!!!!
|