PDA

View Full Version : ibproarcade 2.5.7+ full screen game on v3arcade skin


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&amp;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

Hornstar
10-29-2006, 10:08 AM
Looks nice, thanks.

GrendelKhan{TSU
10-29-2006, 10:29 AM
ssweeet!!
will install this weekend. :)

and er... can I ask.. how you got all the yeti games??!! :( been looking and trying to get them to work for fooorrevverr!!

redlabour
10-29-2006, 09:37 PM
Nice one - thx ! Hope this will be added to the next Release.
https://vborg.vbsupport.ru/showpost.php?p=1107106&postcount=2324

erjavid
10-30-2006, 09:09 PM
New Feature 1.10:
Bug fixed:add scroolbar

Upload the skin_v3arcade.php and replace the existing file.

PoetJA-1975
03-26-2007, 05:35 AM
Thanx for this modification - works lovely on the newest ibProArcade update and vB 3.6.5

Jacquii.

ShawneyJ
04-02-2007, 05:48 AM
what on earth does this say lol
Classifica sotto al podio:

gnolasco
04-11-2007, 02:00 PM
Installed and works well.
Just one question. Is it possible to wrap ads around the popup?
Thanks