The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have a chatbar mod for my board and I want users to be able to disable it if they wish. I have set up a profile field for simply "Yes" or "No" options and i've used this code in my footer template;
Code:
<if condition="$bbuserinfo['field17']=='Yes' OR $bbuserinfo['field17']=='No'> <!-- CometChat Footer Code Start --> <link type="text/css" rel="stylesheet" media="all" href="/discussion/cometchat/cometchatcss.php" charset="utf-8" /> <script type="text/javascript" src="/discussion/cometchat/cometchatjs.php" charset="utf-8"></script> <!-- CometChat Footer Code End --> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|