The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I was wondering how to change the online status from text to the icon (like here on vb.org).
|
#2
|
|||
|
|||
![]()
Do you mean the green circle icon?
Can you post a screenshot of your site? Make sure you have the following icons in your skins /images/statusicon folder. user_invisible.gif user_online.gif user_offline.gif I hope this is what you mean lol. |
#3
|
|||
|
|||
![]()
it is what I mean. So if I have those icons uploaded into my style's statusicon folder it will automatically show?
--------------- Added [DATE]1210891230[/DATE] at [TIME]1210891230[/TIME] --------------- I have them uploaded already. |
#4
|
||||
|
||||
![]()
can you see it in default vB's style ???
if yes, then it must be some skin's issue !! |
#5
|
|||
|
|||
![]()
lol
dude, I love the way you add extra question marks and exclamation points...lol I wouldn't know. I don't have the default style anymore. |
#6
|
||||
|
||||
![]()
It's your postbit_onlinestatus template.
Revert it (make a backup of this template first in case things go wrong) Or Change what you have right now, something like this Code:
<if condition="$onlinestatus==0"><span class="offline">$vbphrase[offline]</span></if> <if condition="$onlinestatus==1"><span class="online">$vbphrase[online]</span></if> <if condition="$onlinestatus==2"><span class="invisible">$vbphrase[invisible]</span></if> to something like this Code:
<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> |
#7
|
|||
|
|||
![]()
Cool, Thank you.
I thought it would be a change in the settings, but I guess not. |
#8
|
||||
|
||||
![]()
gladd you liked it !!! here once again lol
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|