Log in

View Full Version : Postbit Conditional Question


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

Thanks,

-Jason

Zachery
10-13-2004, 04:08 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?

Thanks,

-Jason
<if condition="$post[userid] != 0">arcade stuff here </if>

:)

trackpads
10-13-2004, 05:27 PM
Worked perfect, thanks a million!!