Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Inbox notifications

edited August 2011 in Vanilla 2.0 - 2.8
Is it possible for the Inbox font to flash when users have a message in their inbox? I have some users who have said that it is hard to notice if they have any outstanding messages as it doesn't stand out.
Tagged:

Answers

  • ***Bump***
  • jungicajungica New
    edited September 2011
    try this
    <body onload="setInterval('blinkText()',400)"> <script type="text/javascript"> function blinkText() { if (!document.all) return; else { for(i=0;i<document.all.tags('blink').length;i++) { s=document.all.tags('blink')[i]; s.style.visibility=(s.style.visibility=='visible') ?'hidden':'visible'; } } } </script> <blink>Text to blink here</blink>
Sign In or Register to comment.