BANNER IN GAME SCREEN
Look&Feel - Manage skin set & Template - Select your skin - skin_iArcade - playGame
find this code
<if test="$this->request['tab'] == 'comments'">
<div id='tab_viewComments' class='ipsBox'>
<div class='ipsBox_container ipsPad'>
{$comments}
</div>
</div>
<else />
<div id='tab_viewGame' class='ipsBox'>
<div class='ipsBox_container ipsPad' style='text-align:center;'>
<object type="application/x-shockwave-flash" data="{$gameInfo['gameLink']}" width="{$gameInfo['width']}" height="{$gameInfo['height']}" quality="high" bgcolor="#000000">
<param name="movie" value="{$gameInfo['gameLink']}" />
<param name="allowFullScreen" value="false" />
</object>
</div>
</div>
<if test="$this->settings['sl_enable']">
<br />
<div class='clear clearfix left'>
{IPSLib::shareLinks( $gameInfo['name'], array( 'skip' => array( 'print', 'download' ) ) )}
</div>
</if>
</if> and add your banner code BEFORE or/and AFTER this code
---------------------------------------------------------------------------------------------------------------------
BANNER IN CP GAME LIST
Open gamesCP and find
<div class='ipsPad'>
<div class='ipsLayout ipsLayout_withright ipsLayout_largeright'>
<div class='ipsLayout_content'>
<h2 class='maintitle'>{$this->lang->words['iarcade_cp_topgames']}</h2> and add your banner code AFTER this code
-----------------
if you want banner in right coloumn find
</table> </div> </div> </div> <div class='ipsLayout_right'>
and add your banner code AFTER this code
--------------------------------------------------------------------------------------------------------------------------------
- Johnymnemo, ferrariGTS, Heosforo and 2 others like this



