Log in

View Full Version : Group Specific Message?


SynTaX404
09-01-2008, 01:49 AM
I need help adding a Message in the header that only banned users can see, Can someone help me with this issue?

SEOvB
09-01-2008, 01:58 AM
Can the built in notices for 3.7 work for banned users?

SynTaX404
09-01-2008, 02:01 AM
Explain how to get to it.

SEOvB
09-01-2008, 02:11 AM
AdminCp -> Notices -> Add New Notice

Twilkey
09-01-2008, 02:19 AM
Where are you wanting to add it?

You can just add a conditional.

<if condition="is_member_of($bbuserinfo, X)">
<div>Whatever</div>
</if>

Replace X with the id number of the banned usergroup.