![]() |
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.. https://vborg.vbsupport.ru/external/2011/09/74.jpg ^^Online https://vborg.vbsupport.ru/external/2011/09/75.jpg ^^Offline |
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> |
Quote:
|
Use something like:
HTML Code:
<span style="font-weight: bold;color:blue"> |
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:
|
bu-ump.. :-)
|
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> |
Quote:
I'll give it a shot.. --------------- Added [DATE]1315408018[/DATE] at [TIME]1315408018[/TIME] --------------- I ended with this...and it worked... PHP Code:
|
All times are GMT. The time now is 06:51 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|