The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hello to the forum
i have a cbox chat and i want to hide the chat until you log in the forum what code i need to hide this is the chat http://cbox.ws/ |
#2
|
||||
|
||||
![]()
You would surround the Cbox embed code with an if conditional. Like this:
Code:
<if condition="is_member_of($bbuserinfo)"> [cbox code goes here] <else /> Other code </if> |
#3
|
|||
|
|||
![]() Quote:
Quote:
this mess happen when try to wrap the cbox code |
#4
|
||||
|
||||
![]()
is_member_of($bbuserinfo) should be is_member_of($bbuserinfo, X,Y)
Where X and Y are the Usergroup(s) you'd like to the data displayed to. |
#5
|
|||
|
|||
![]()
ok thanks let tray to see what happen now
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|