No one?
Actually with some tests I put this code in skin:
Code:
<tr>
<td align="center" class="alt1"><a href="arcade.php?$session[sessionurl]do=playfull&gameid={$entry['gid']}">{$ibforums->lang['gamebox_playpopup']}</a>
</td>
</tr>
but when I hover it I see this:
Code:
/arcade.php?do=playfull&gameid=
does not fetch the id of the game. playfull&gameid=???
Any help?
EDIT
Found how for any concern
From this {$entry['gid']}
To this {$game['gid']}
and fetching works.