PDA

View Full Version : Private Messages Enhancements - PM Icon


CustomizeVB
01-13-2011, 10:00 PM
I use this over at: http://www.gamersunite.info/forums/index.php

When you're logged in you see a faded envelope, and when there is a new PM / Notification, it's a bright green one.

Simply place this code where you want to use it, I used mine in header

<if condition="$notifications_total > 0">
<a href="private.php"><img src="$stylevar[imgdir_misc]/message_new.png" border="0" alt="You have a new message!" /></a>
<else />
<a href="private.php"><img src="$stylevar[imgdir_misc]/message.png" border="0" alt="Private Messages" /></a>
</if>

I'll also attach the two (2) images I use, they're .PNG files.

Please Install if you use this. :)

CustomizeVB
01-16-2011, 12:14 AM
You're welcome :)

AuroraStorm
04-09-2011, 08:58 PM
How does it link to the images?