The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Different On/Offline buttons conditional
hello everyone.
i'd like to use different on/offline buttons in the memberinfo than in the postbit. i've gone into the postbit_onlinestatus and changed it to this Code:
<if condition="$show['MEMBERINFO']"> <if condition="$onlinestatus==0"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_offline2.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase>" border="0" /></if> <if condition="$onlinestatus==1"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_online2.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_online_now]</phrase>" border="0" /></if> <if condition="$onlinestatus==2"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_invisible2.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_invisible]</phrase>" border="0" /></if> <else /> <if condition="$onlinestatus==0"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_offline.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase>" border="0" /></if> <if condition="$onlinestatus==1"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_online.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_online_now]</phrase>" border="0" /></if> <if condition="$onlinestatus==2"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_invisible.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_invisible]</phrase>" border="0" /></if> </if> the user_online2.gif would be seen when people view a person's profile, while user_online.gif would be the one that appears in the postbit. any suggestions as to how to make this work would be greatly appreciated. thanks. |
#2
|
||||
|
||||
Try this and see if it works;
Change: Code:
<if condition="$show['MEMBERINFO']"> Code:
<if condition="THIS_SCRIPT=='member'"> |
#3
|
|||
|
|||
Cant tell you why its not working if you dont tell us what it isnt doing.
|
#4
|
|||
|
|||
thank you very much, jd... that did the job. much appreciated.
|
#5
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|