The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Use the code I provided and add Status: before the other text, Online, Ofline Invisible.
|
#12
|
|||
|
|||
Quote:
Status:Online I want Status: Online Just like how you see it on the site forum that i have gived Look pleasse at: http://forums.hababam.nl/showthread....21#post6954721 then you see what i mean. |
#13
|
||||
|
||||
Paste the code you added to the template please.
|
#14
|
|||
|
|||
I have do that, butt it's show like here nearly the nickname online
I want it in the userinfo_extra: Status: Online/offline/inviseble Joined: 09-11-2013 etc.. |
#15
|
||||
|
||||
Then I think you are looking for a mod, not just what you originally asked for, https://vborg.vbsupport.ru/showthrea...hlight=postbit
|
#16
|
|||
|
|||
Quote:
|
#17
|
||||
|
||||
Well you have managed to completely confuse me. I answered your original question, have provided you with a link to make the postbit look like the link you posted.
Maybe someone else can figure out exactly what it is you want, or possibly if you could post a mockup in photoshop of how you want it to look on your site. |
#18
|
|||
|
|||
Quote:
I would like the forum I just gave the left of the: Status: Online / offline under the avatar above the message counter t forum So just the bit of text: Status: few spaces such as: Joined date: 09-11-2013 with next line in green color or red status please visit: http://forums.hababam.nl/showthread....0682&p=6954085 # post6954085 then you will see clearly Status: online Then you see the status what I mean and hope someone finally understands this. |
#19
|
||||
|
||||
Edit the template postbit_onlinestatus found in the group Postbit Templates, and replace everything in there with this:
Code:
<vb:if condition="$onlinestatus==0"><span style="color: green;">Status: Offline</span> <vb:elseif condition="$onlinestatus==1" /><span style="color: red;">Status: Online</span> <vb:elseif condition="$onlinestatus==2" /><span style="color: orange;">Status: Invisible</span></vb:if> quote=Krusty1231;2459187]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.[/quote] |
#20
|
|||
|
|||
Quote:
Eg Member since: and the few spaces organized? Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|