![]() |
Only Viewable by Unregistered and Non Confirmed Members
I want to have an image in the footer of my boards that only shows up to unregistered members, I have searched for code and found this:
<if condition="($bbuserinfo[usergroupid]!=5 AND $bbuserinfo[usergroupid]!=6 AND $bbuserinfo[usergroupid]!=7 AND $bbuserinfo[usergroupid]!=10)"> Code goes here </if> But this excludes the usergroups 5,6,and 7. I want only unregistered and Users Awaiting Email Confirmation to see this. How would I adjust this code? Thank you so much Emma |
try
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(1,3))"> |
Trying that now :) thank you :)
works perfectly thank you :) |
All times are GMT. The time now is 10:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|