How to add this pls ?

eddys

New Member
Pls bro's how to add this in my forum ?

statusso8.png


STATUS: ONLINE NOW --- is gif image
thnx
 
If it is a .gif image, right click and click Save As to save on your computer. The gif should be named user_online.gif I believe. Upload it to the statusicons folder on your server and overwrite your old image.
 
Go to your postbit_onlinestatus template.

It should look like this:

PHP:
<if condition="$onlinestatus==0"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_offline.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase>" border="0" /></if>
<if condition="$onlinestatus==1"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_online.gif" 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]/user_invisible.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_invisible]</phrase>" border="0" /></if>

Right click the image you want to save and place it in your statusicon folder on your server with the name user_online.gif
 
Back
Top