The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
online or offline in member info how to achieve?
Hi,
What I have seen on another vbulletin forum is that you are in the user info status offline or online are red in color, offline and online green. Seemed to me very useful instead of just an icon but also a text in the userinfo both show thread as member info. I think to myself User Profile Field to enter this? But my question is how is this possible to achieve? 've Looked through the source code and saw this: Quote:
thanks |
#2
|
||||
|
||||
Try this search link, https://vborg.vbsupport.ru/search.php?searchid=21402495
|
#3
|
|||
|
|||
Quote:
http://forums.hababam.nl/showthread....26#post6950426 You see status: Offline of a user howe to set like that? |
#4
|
||||
|
||||
Edit the template postbit_onlinestatus found in the group Postbit Templates, and replace everything in there with this:
Code:
<vb:if condition="$onlinestatus==0">Offline <vb:elseif condition="$onlinestatus==1" />Online <vb:elseif condition="$onlinestatus==2" />Invisible</vb:if> |
#5
|
|||
|
|||
Quote:
en with color where to set the color code? End Status: like the link for example i give? |
#6
|
||||
|
||||
This should do it, but it is untested.
Code:
<vb:if condition="$onlinestatus==0"><span style="color: green;">Offline</span> <vb:elseif condition="$onlinestatus==1" /><span style="color: red;">Online</span> <vb:elseif condition="$onlinestatus==2" /><span style="color: orange;">Invisible</span></vb:if> |
#7
|
|||
|
|||
Quote:
This is what i search butt i want to set it under the avatar like this look the Status of the member: http://forums.hababam.nl/showthread....26#post6950426 i want it like this Status: Offline under the avatar above the registration time. --------------- Added [DATE]1383721746[/DATE] at [TIME]1383721746[/TIME] --------------- nobody? --------------- Added [DATE]1383754986[/DATE] at [TIME]1383754986[/TIME] --------------- where can i set this? --------------- Added [DATE]1383772726[/DATE] at [TIME]1383772726[/TIME] --------------- who can help me with this??? |
#8
|
|||
|
|||
can sameone help?
|
#9
|
||||
|
||||
In your postbit legacy find:
Code:
{vb:raw post.onlinestatus} For exaMPLE: Find: Code:
{vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /> </a> </vb:if> Code:
{vb:raw post.onlinestatus} You might have to play with to find exactly where you want it. |
#10
|
|||
|
|||
I dont get it like tha forum what i have give link of..
I want with Status: online |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|