Log in

View Full Version : How? private msg blinking image


ChrisTech
11-22-2006, 02:59 AM
I know its installed here, but I have no idea what its called.

http://img222.imageshack.us/img222/2961/newpmlh9.jpg

Is it a mod, or some option I've been overlooking? Can anyone point me in the right direction?

CyberAlien
11-22-2006, 02:43 PM
Create blinking gif image blink.gif, put it in directory "misc" of your style's image directory, then in template "navbar" find this: <if condition="$show['member']">

<td class="alt2" valign="top" nowrap="nowrap">
and replace with this: <if condition="$show['member']">

<td class="alt2" valign="top" nowrap="nowrap"<if condition="THIS_SCRIPT != 'private' && $show['pmstats'] && $vbulletin->userinfo['pmunread']"> style="background: #F2F2F2 url($stylevar[imgdir_misc]/blink.gif) top right no-repeat"</if>>

I haven't tested it, but I think this should work.