The Arcive of vBulletin Modifications Site. |
|
Help me please with this hack Details »»
|
|||||||||||||||||||||||||
Im trying to get this blinking pm hack to work. When I get a new pm my box wont blink. my template code is...
<script language="JavaScript"> <!-- Begin $pmblink pmBox.bgColor='{tableheadbgcolor}'; $pmblink setInterval("Timer()", 500); $pmblink x=1; function Timer() { set=1; if(x==0 && set==1) { pmBox.bgColor='{categorybackcolor}'; x=1; set=0; } if(x==1 && set==1) { pmBox.bgColor='{tableheadbgcolor}'; x=0; set=0; } } // End --> </script> What am I doing wrong? Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
The regular blinking PM bar hack won't work with a category background image. I made a modified version that does:
http://www.vbulletin.org/hacks/index...ack&hackid=161 |
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
Quote:
|
![]() |
|
|