The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
$post[onlinestatus] to text
I'd like it so when I write $post[onlinestatus] in postbit_legacy, it shows the text "Online", "Offline", "Invisible" instead of an image. So I can write: "Status: $post[onlinestatus]".
How can I do this? |
#2
|
|||
|
|||
Edit template: postbit_onlinestatus, replace IMG code with text
Ex: Find HTML Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_offline.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase>" border="0" />
HTML Code:
Offline Open template postbit(_legacy) find: HTML Code:
$post[onlinestatus] HTML Code:
Status: $post[onlinestatus]" |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|