The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I have the arcade games in my postbit but for some frustrating reason the guest users will have ALL the arcade games that have no high score show up. I have about 70 games installed that are not scorable (miniclip etc). How do I or what conditional can I use to make them stop for just the guest user?
|
|
#2
|
|||
|
|||
|
Use
Code:
<if condition="$show['guestuser']"> <else>$arcadewards</if> Replace your current $arcadeawards (or $arcadeawardsbit) with the above and that should solve the problem. |
![]() |
|
|