The Arcive of vBulletin Modifications Site. |
|
skin_v3Arcade.php Details »»
|
|||||||||||||||||||||||||
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: Code:
<img src="./arcade/images/trophy.gif" border="0" alt=""> <img src="./arcade/images/trophy.gif" border="0" alt="" /> Code:
<img src="./arcade/images/crown.gif" border="0" alt=""> <img src="./arcade/images/crown.gif" border="0" alt="" /> Code:
{$latestinfo}<br>
{$latestinfo}<br />
Code:
<a href='{$ibforums->base_url}act=Arcade&do=createtourney'>
<a href='{$ibforums->base_url}act=Arcade&do=createtourney'>
Code:
<a href='{$ibforums->base_url}act=Arcade&do=play&gameid={$rowinfo['gid']}'>{$rowinfo['gtitle']}</a>
<a href='{$ibforums->base_url}act=Arcade&do=play&gameid={$rowinfo['gid']}'>{$rowinfo['gtitle']}</a>
Code:
<a href='{$ibforums->base_url}act=Arcade&do=play&gameid={$rowinfo[gid]}'>{$rowinfo['gtitle']}</a>
<a href='{$ibforums->base_url}act=Arcade&do=play&gameid={$rowinfo[gid]}'>{$rowinfo['gtitle']}</a>
Code:
<param name="flashvars" value="location=./&gamename={$game['gname']}&hash={$game['hash']}" />
<param name="flashvars" value="location=./&gamename={$game['gname']}&hash={$game['hash']}" />
Code:
<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=./&gamename={$game['gname']}" menu="false"></embed>
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thanks. Are those "crucial", do I need to make those changes for the v3 arcade skin to work?
|
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
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 |
|
#5
|
||||
|
||||
|
I now see the bold if I look closer
![]() I just had to brighten up my monitor Thanx
|
|
#6
|
||||
|
||||
|
updated the v3skin for (upcoming) v2.6.0+
thanks
|
![]() |
|
|