The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to change postbit_onlinestatus? (Solved!)
Hi all...
Well..I finally upgraded to 4.1.5. My question is, can anyone re-write this code from the 3.8 series for postbit_onlinestatus to work on 4.1.5? I already have installed the mod that makes the postbit line up to look more like the 3 series...but I would like to get rid of the little green dot...lol..and have it like this.. ^^Online ^^Offline |
#2
|
||||
|
||||
Replace the contents of your postbit_onlinestatus template with:
HTML Code:
<vb:if condition="$onlinestatus==0">{vb:rawphrase x_is_offline, {vb:raw user.username}}</vb:if> <vb:if condition="$onlinestatus==1">{vb:rawphrase x_is_online_now, {vb:raw user.username}}</vb:if> <vb:if condition="$onlinestatus==2">{vb:rawphrase x_is_invisible, {vb:raw user.username}}</vb:if> |
Благодарность от: | ||
kNeeLy |
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
Use something like:
HTML Code:
<span style="font-weight: bold;color:blue"> </span> |
#5
|
||||
|
||||
Quote:
If I show you the 3.8 code, will that help at all? --------------- Added [DATE]1315275196[/DATE] at [TIME]1315275196[/TIME] --------------- Here's the 3.8 series code.. PHP Code:
|
#6
|
||||
|
||||
bu-ump.. :-)
|
#7
|
||||
|
||||
You did it like this?
HTML Code:
<vb:if condition="$onlinestatus==0"><span style="font-weight: bold;color:blue">{vb:rawphrase x_is_offline, {vb:raw user.username}}</span></vb:if> |
#8
|
||||
|
||||
Quote:
I'll give it a shot.. --------------- Added [DATE]1315408018[/DATE] at [TIME]1315408018[/TIME] --------------- I ended with this...and it worked... PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|