The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
||||
|
||||
![]()
try
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(1,3))"> Code goes here </if> |
#3
|
|||
|
|||
![]()
Trying that now
![]() ![]() works perfectly thank you ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|