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. )
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. )