I do not see any gender symbols in the "Who's Online" block or in index.php?action=who
How do you accomplish this?
Thanks for posting the image. I saw the missing icons. Now I think I know which icons you are talking about.
These are not male/female icons.
The shirt color indicates whether the member is an admin, global moderator, local moderator, or regular user.
These icons can be found in /Themes/default/images/sp/
(https://simpleportal.net/Themes/default/images/sp/admin.png) admin.png | | (https://simpleportal.net/Themes/default/images/sp/gmod.png) gmod.png |
(https://simpleportal.net/Themes/default/images/sp/lmod.png) lmod.png | | (https://simpleportal.net/Themes/default/images/sp/user.png) user.png |
I think they are supposed to be identical, except for shirt/hair color, but lmod's head looks less round than the others' heads (a difference in the transparancy of the corner blocks of the hair, I think). And user.png just looks like a slightly-larger version of gmod.png.
You can look at the HTML to see which icon goes with which user.
For example, you can search for "Bible-basha" and find
<img src="http://www.christianstogether.co.uk/forum/Themes/default/images/sp/lmod.png" alt="lmod" />
<a href="http://www.christianstogether.co.uk/forum/index.php?action=profile;u=183" style="color: red;">Bible-basha</a><br />
This tells you that the icon before Bible-basha's name is lmod.png
When I look at your site live now, I see an icon next to each staff member's name.