View Full Version : Showing a Message to Usergroups
Hi, I have a question. I would like to show a message only to 5 user groups and exclude 2 other user groups from viewing the message. So only 5 user groups will see this message and the other 2 wont. Any ideas on how to do this?
SEOvB
08-31-2008, 03:01 AM
You can use the notices system, or use a if condtional in the template
if condtional in the template
Thanks, can you tell me how to do that?
Dismounted
08-31-2008, 07:39 AM
<if condition="is_member_of($bbuserinfo, X, Y, Z)">You are a member of X, Y or Z</if>
Thank you very much. That works perfect.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.