The Arcive of vBulletin Modifications Site. |
|
[Arrange] Soft Candy - Online/Offline/Invisible Details »»
|
|||||||||||||||||||||||||||||
|
[Arrange] Soft Candy - Online/Offline/Invisible
Developer Last Online: May 2013
Online/Offline images.
My second mod, enjoy! Used on my site: www.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...
If you have version 3.6.x then just copy and replace the whole thing with this... Code:
<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> Remember to click INSTALL! Download Now
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Installed. Thank you.
|
|
#3
|
|||
|
|||
|
there are no instructions what should i do exactly i cant even unzip the file sir can u kindly upload it again and give instuctions thanks
|
|
#4
|
||||
|
||||
|
Yeah, can't open the file, no instructions for newbies, etc
|
|
#5
|
||||
|
||||
|
Added install instructions
|
|
#6
|
|||
|
|||
|
this is what i have on my postbit online status:
<span class="smallfont"> <if condition="$onlinestatus==0"> <phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase> </if> <if condition="$onlinestatus==1"> <font color="#FF7800"><strong><phrase 1="$user[username]">$vbphrase[x_is_online_now]</phrase></strong></font> </if> <if condition="$onlinestatus==2"> <phrase 1="$user[username]">$vbphrase[x_is_invisible]</phrase> </if> </span> |
|
#7
|
||||
|
||||
|
Here you go...
<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> Why didn't I do this first? |
|
#8
|
|||
|
|||
|
thanks thanks thanks thanks a ton..very kind of you and may god bless you always
|
|
#9
|
||||
|
||||
|
Haha... Your Welcome
|
|
#10
|
||||
|
||||
|
Show more love for this kind of style.
|
![]() |
|
|