The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi friends.
I've added 3 new Phrases - Code:
Type: GLOBAL. Title: x_is_offline2. Text: Ofline. Code:
Type: GLOBAL. Title: x_is_online_now2. Text: Online. Code:
Type: GLOBAL. Title: x_is_invisible2. Text: Ofline. Code:
<if condition="$onlinestatus==0"><phrase 1="$user[username]">$vbphrase[x_is_offline2]</phrase></if> <if condition="$onlinestatus==1"><phrase 1="$user[username]">$vbphrase[x_is_online_now2]</phrase></if> <if condition="$onlinestatus==2"><phrase 1="$user[username]">$vbphrase[x_is_invisible2]</phrase></if> Why is that? Does anyone have a better idea to how i can do a Online Offline text in my postbit? (Not by replacing the online/offline image.) Regards, Challenge. Somebody knows? |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|