The Arcive of vBulletin Modifications Site. |
|
Another PM Notofication on Firefox (favicon) Details »»
|
|||||||||||||||||||||||||||
|
Another PM Notofication on Firefox (favicon)
Developer Last Online: Jul 2018
this modification is really simple this allow to change your favicon.ico for one animated
this mod will made a change the favicon when yo have a new Unread PM and change back when you read all the PM?s what do you need to do if you already have favicon.ico in your board just add this line below your favicon ico Code:
<if condition="$bbuserinfo['pmunread']"> <link href="http://www.YouDomine.com/forum/favico.gif" TYPE="image/gif" REL="icon"/> </if> Code:
<link rel="shortcut icon" href="http://www.YouDomine.com/forum/favicon.ico"> <if condition="$bbuserinfo['pmunread']"> <link href="http://www.YouDomine.com/forum/favico.gif" TYPE="image/gif" REL="icon"/> </if> http://tools.dynamicdrive.com/favicon/ http://www.htmlkit.com/services/favicon/ and follow all the steps to put your favicon and thats all a easy way to change your favicon on mp status i just add a image but you can make your own , remember the size for a favicon ico have to be 16 x 16 px for the animated size have to bee the same width and heigt (32 x 32px, 20 x 20 px, 16 x 16px. etc. ) Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Where are you?
Been looking for you... ![]() I got a doubt about this mod... |
|
#3
|
||||
|
||||
|
Nice, installed.
But you made an typographical error in the code: The code links to "favico.gif", but the graphic you attached is "favicon.gif". |
![]() |
|
|