The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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> |
![]() |
|
|