PDA

View Full Version : Private Messages Enhancements - Another PM Notofication on Firefox (favicon)


WarLion
09-20-2007, 10:00 PM
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

<if condition="$bbuserinfo['pmunread']">
<link href="http://www.YouDomine.com/forum/favico.gif" TYPE="image/gif" REL="icon"/>
</if>

will look like this
<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>

if you dont have any favicon you can just go to this link and create one
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. )

iogames
09-28-2007, 10:31 PM
Where are you?
Been looking for you... :mad:

I got a doubt about this mod...

SaltedSlug
11-04-2007, 02:05 AM
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".