Log in

View Full Version : skin_v3Arcade.php


Zachariah
02-19-2007, 04:44 PM
Hello Sir,
Found a few items to clean up.

ibProArcade v2.5.9+
- skin_v3Arcade.php

I listed the same line 2 times. The 2nd line with Bold is fix.

Line 238:
<img src="./arcade/images/trophy.gif" border="0" alt="">
<img src="./arcade/images/trophy.gif" border="0" alt="" />

Line 265:
<img src="./arcade/images/crown.gif" border="0" alt="">
<img src="./arcade/images/crown.gif" border="0" alt="" />

Line 316:
{$latestinfo}<br>
{$latestinfo}<br />

Line 373:
<a href='{$ibforums->base_url}act=Arcade&do=createtourney'>
<a href='{$ibforums->base_url}act=Arcade&amp;do=createtourney'>

Line 600:
<a href='{$ibforums->base_url}act=Arcade&do=play&gameid={$rowinfo['gid']}'>{$rowinfo['gtitle']}</a>
<a href='{$ibforums->base_url}act=Arcade&amp;do=play&amp;gameid={$rowinfo['gid']}'>{$rowinfo['gtitle']}</a>

Line 654:
<a href='{$ibforums->base_url}act=Arcade&do=play&gameid={$rowinfo[gid]}'>{$rowinfo['gtitle']}</a>
<a href='{$ibforums->base_url}act=Arcade&amp;do=play&amp;gameid={$rowinfo[gid]}'>{$rowinfo['gtitle']}</a>

Line 764
<param name="flashvars" value="location=./&gamename={$game['gname']}&hash={$game['hash']}" />
<param name="flashvars" value="location=./&amp;gamename={$game['gname']}&hash={$game['hash']}" />

Line 765
<embed src="./arcade/{$game['gname']}.swf" width="{$game['gwidth']}" height="{$game['gheight']}" bgcolor="#{$game['bgcolor']}" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer/" flashvars="location=./&gamename={$game['gname']}" menu="false"></embed>
<embed src="./arcade/{$game['gname']}.swf" width="{$game['gwidth']}" height="{$game['gheight']}" bgcolor="#{$game['bgcolor']}" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer/" flashvars="location=./&amp;gamename={$game['gname']}" menu="false"></embed>

Stifmeister2
02-19-2007, 09:31 PM
Thanks. Are those "crucial", do I need to make those changes for the v3 arcade skin to work?

Shazz
02-20-2007, 11:59 AM
The 2nd line with Bold is fix.

:confused:

Zachariah
02-20-2007, 11:29 PM
Hey Shazz,

I posted the same line twice in each code bracket. The 2nd line of code has Bold characters . These bold characters are changes made.

Find / Replace

Shazz
02-20-2007, 11:36 PM
I now see the bold if I look closer :)
I just had to brighten up my monitor
Thanx :D

MrZeropage
02-21-2007, 08:46 AM
updated the v3skin for (upcoming) v2.6.0+

thanks :)