The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Group Specific Message?
I need help adding a Message in the header that only banned users can see, Can someone help me with this issue?
|
#2
|
||||
|
||||
Can the built in notices for 3.7 work for banned users?
|
#3
|
|||
|
|||
Explain how to get to it.
|
#4
|
||||
|
||||
AdminCp -> Notices -> Add New Notice
|
#5
|
||||
|
||||
Where are you wanting to add it?
You can just add a conditional. Code:
<if condition="is_member_of($bbuserinfo, X)"> <div>Whatever</div> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|