PDA

View Full Version : Postbit Conditional Question


trackpads
10-13-2004, 01:55 PM
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?

peterska2
10-13-2004, 11:32 PM
Use

<if condition="$show['guestuser']">&nbsp;<else>$arcadewards</if>

Just check the phrase is the right one for the arcade awards as it might be $arcadeawardsbit

Replace your current $arcadeawards (or $arcadeawardsbit) with the above and that should solve the problem.