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
|