Quote:
Originally Posted by ryancooper
AWESOME! Thanks for taking the time out to do this!!
One thing It seems like the 4th icon for the game has a extra "=" before the game ID This is causing a error. . .
Its in the temp arcade_5randomgame_alt !
Thanks
|
in the temp arcade_5randomgame_alt
find
Code:
<a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]&act=Arcade&do=play&gameid==$randomgameid3"><img
and replace with
Code:
<a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]&act=Arcade&do=play&gameid=$randomgameid3"><img
or simply remove the extra =