View Full Version : banners
deepak7
01-05-2008, 10:32 AM
hey
how can i add banners in arcade?
for example at any game, bottom right
or at arcade index middle bottom under Latest Arcade Score :rolleyes:
valdet
01-05-2008, 12:11 PM
add your banner code in the footer template
deepak7
01-28-2008, 09:57 PM
Sorry but can you be more specific?
I have only 2 templates: arcade main and arcade plain. Both have a $footer at the bottom. I add a text there but it doesnt appear.
Regards
double_d
01-29-2008, 04:51 AM
i think he means the footer template in styles and templates
im no expert at all but $footer i think calls for the footer template to be shown here
so what ever you put in footer template will show where $footer is in any template
am i right anyone
daniel d
Gemma
01-29-2008, 07:59 AM
Sorry but can you be more specific?
I have only 2 templates: arcade main and arcade plain. Both have a $footer at the bottom. I add a text there but it doesnt appear.
Regards
Your ibproarcade template should be 'ARCADE' (in capital letters)
You could open that template and search for $navbar and place any banner code under that or search for:
</div>
$footer
</body>
and place your banner code above that.This would display banners throughout the arcade.
Alternatively you could open skin_Arcade.php and search for:
<tr>
<td align="center" class="alt1">
<a href="{$ibforums->base_url}act=Arcade">{$ibforums->lang['back_arcade']}</a>
<br /><a href="{$ibforums->base_url}act=Arcade&do=stats&gameid={$game['gid']}">{$ibforums->lang['view_high']}</a><br />
</td>
</tr>
{$extra}
Underneath that place:
<tr><td align="center" class="tcat"><b>Sponsored Link</b><br /></td>
<tr><td align="center" class="alt1">
***YOUR AD CODE***
</td></tr>
That would give you a banner below the the game objectives/keys in the gameplay area.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.