
01-16-2009, 12:28 AM
|
 |
|
|
Join Date: Jul 2008
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MrZeropage
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 />
|
play in new window? why has this not been set as a default option in the v3 skin like it was in the original v3 arcade version these instruction for setting up are not very clear at all, the v3 skin looks much clearer and not so cluttered please add this feature as default on the next upgrade cheers i guess lots of others would like to see this also
|