erjavid
10-28-2006, 10:00 PM
This modify add at the v3arcade skin the full screen OPTION.
If you click on play game this will be run normaly (normal screen) otherwise if you clic on "in the new windows" the game will be run in a full screen mode.
VB version: ALL
Ibpro arcade version: ALL
New Feature 1.10:
Bug fixed:add scroolbar
Upload the skin_v3arcade.php and replace the existing file or read below.
Open your arcade/skins/skin_v3Arcade.php
Find:
return <<<EOF
<tr>
<td class="{$rowcol}">
below add:
<script type="text/javascript">
<!--
var newwindow;
function poptastic(url,features)
{
newwindow=window.open(url,'playnew',features);
}
//-->
</script>
Find:
<td valign='top'>
<table width="100%" border="0" class="{$rowcol}">
<tr>
<td><b>{$links['click']}</b></td>
Replace whit:
<td valign='top'>
<table width="100%" border="0" class="{$rowcol}">
<tr>
<td><b>{$links['click']}</b>
<!--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=yes,to olbar=no,status=no');">{$ibforums->lang['gamebox_playpopup']}</a><br />
</td>
PLEASE, Click install. Thank'you
Top 25 player: https://vborg.vbsupport.ru/showthread.php?t=130264
If you click on play game this will be run normaly (normal screen) otherwise if you clic on "in the new windows" the game will be run in a full screen mode.
VB version: ALL
Ibpro arcade version: ALL
New Feature 1.10:
Bug fixed:add scroolbar
Upload the skin_v3arcade.php and replace the existing file or read below.
Open your arcade/skins/skin_v3Arcade.php
Find:
return <<<EOF
<tr>
<td class="{$rowcol}">
below add:
<script type="text/javascript">
<!--
var newwindow;
function poptastic(url,features)
{
newwindow=window.open(url,'playnew',features);
}
//-->
</script>
Find:
<td valign='top'>
<table width="100%" border="0" class="{$rowcol}">
<tr>
<td><b>{$links['click']}</b></td>
Replace whit:
<td valign='top'>
<table width="100%" border="0" class="{$rowcol}">
<tr>
<td><b>{$links['click']}</b>
<!--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=yes,to olbar=no,status=no');">{$ibforums->lang['gamebox_playpopup']}</a><br />
</td>
PLEASE, Click install. Thank'you
Top 25 player: https://vborg.vbsupport.ru/showthread.php?t=130264