Brilliant piece of work, thanks.
However, I did notice on my copy (though this might not be on others) that there is a link underline on the space before the image, so I changed the overall_header.tpl from
<a href="{U_PRIVATEMSGS}" class="mainmenu">
<img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />
{PRIVATE_MESSAGE_INFO}</a>
to this
<img src="{PRIVMSG_IMG}" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />
<a href="{U_PRIVATEMSGS}" class="mainmenu">
{PRIVATE_MESSAGE_INFO_UNREAD}</a>
Notice I left out the height/width parameters. This is because I used my own animated gif which is longer than the original -
icon_mini_message_new.gif. I did a version for subSilver (5 repeats and then static arrow) if anyone cares to have a look
http://www.spbwni.co.uk/icon_mini_message_new.gif
I also did a version for the unread messages (static arrow)
http://www.spbwni.co.uk/icon_mini_message_unread.gif
Although I had worked as a Mod for a couple of years at
portal.portland.co.uk I never got into the Admin work. I am just a complete newbie Admin at
www.spbw.com/bb/ and mods like this are fun - especially when they work first time.
Mark