How can I had this blinking PM image to this hack.
I tried to see if it work but didn't.
Here the image link and the code.
http://www.guitars101.com/images/newpm.gif
Code:
Open your navbar template and find:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
Add this underneath: (change the paths accordingly)
<if condition="$bbuserinfo['pmunread']">
<a href="http://www.yoursite.com/board/private.php?"><img border="0" src="http://www.yoursite.com/images/newpm.gif" width="22" height="10"></a>
</if>
Thanks