Arrangements
11-07-2007, 10:00 PM
Online/Offline images.
My second mod, enjoy!
Used on my site: www.RomanceAnime.com (http://forum.romanceanime.com)
Install instructions:
Since these images are png you need to some template modifications.
1) Upload the images into forum/images/statusicon/...
2) Remove the default images online.gif offline.gif and invisible.gif
3) Edit the template named: postbit_onlinestatus under Postbit Templates
4) Read through this step before doing anything if your lazy...
Find offline.gif and replace with offline.png
Find online.gif and replace with online.png
Find invisible.gif and replace with online.png
Or....
If you have version 3.6.x then just copy and replace the whole thing with this...
<if condition="$onlinestatus==0"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/offline.png" alt="<phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase>" border="0" /></if>
<if condition="$onlinestatus==1"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/online.png" alt="<phrase 1="$user[username]">$vbphrase[x_is_online_now]</phrase>" border="0" /></if>
<if condition="$onlinestatus==2"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/invisible.png" alt="<phrase 1="$user[username]">$vbphrase[x_is_invisible]</phrase>" border="0" /></if>
5) Click save
Remember to click INSTALL!
My second mod, enjoy!
Used on my site: www.RomanceAnime.com (http://forum.romanceanime.com)
Install instructions:
Since these images are png you need to some template modifications.
1) Upload the images into forum/images/statusicon/...
2) Remove the default images online.gif offline.gif and invisible.gif
3) Edit the template named: postbit_onlinestatus under Postbit Templates
4) Read through this step before doing anything if your lazy...
Find offline.gif and replace with offline.png
Find online.gif and replace with online.png
Find invisible.gif and replace with online.png
Or....
If you have version 3.6.x then just copy and replace the whole thing with this...
<if condition="$onlinestatus==0"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/offline.png" alt="<phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase>" border="0" /></if>
<if condition="$onlinestatus==1"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/online.png" alt="<phrase 1="$user[username]">$vbphrase[x_is_online_now]</phrase>" border="0" /></if>
<if condition="$onlinestatus==2"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/invisible.png" alt="<phrase 1="$user[username]">$vbphrase[x_is_invisible]</phrase>" border="0" /></if>
5) Click save
Remember to click INSTALL!