The Gamelisting is done in the Skin-File with
function row()
For PopUp-Playing add the following things to the v3-Skin in function row()
Code:
<script language="JavaScript">
<!--
var newwindow;
function poptastic(url,features)
{
newwindow=window.open(url,'playnew',features);
}
//-->
</SCRIPT>
and
Code:
<!--popup play-->
<a href="javascript:poptastic('arcade.php?$session[sessionurl]do=playfull&gameid={$entry['gid']}', 'height={$entry['gheight']},width={$entry['gwidth']},left=200,top=100,resizable=yes,scrollbars=no,toolbar=no,status=no');">{$ibforums->lang['gamebox_playpopup']}</a><br />