popowich
03-18-2008, 05:49 AM
Hello,
This is how I did a Google Adsense placement in the middle center of my ibProArcade main page.
The ad will display within the "Information about Tournaments in the Arcade" table.
This placement was specifically requested by an advertiser for my site.
To install, edit this file:
/arcade/skins/skin_Arcade.php
As of ibProArcade v2.6.6+ go to line 420 and add this code, but substitute in your own adsense code:
<tr><td class="alt1">
<center>
<script type="text/javascript"><!--
google_ad_client = "pub-4465038208149639";
/* Arcade Leaderboard */
google_ad_slot = "9688927513";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
</td></tr>
This works with vBulletin 3.6.x too.
You can view this placement on my site: Live Demo (http://www.discussny.com/arcade.php)
Any questions, please let me know. Thanks!
-Raymond
This is how I did a Google Adsense placement in the middle center of my ibProArcade main page.
The ad will display within the "Information about Tournaments in the Arcade" table.
This placement was specifically requested by an advertiser for my site.
To install, edit this file:
/arcade/skins/skin_Arcade.php
As of ibProArcade v2.6.6+ go to line 420 and add this code, but substitute in your own adsense code:
<tr><td class="alt1">
<center>
<script type="text/javascript"><!--
google_ad_client = "pub-4465038208149639";
/* Arcade Leaderboard */
google_ad_slot = "9688927513";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
</td></tr>
This works with vBulletin 3.6.x too.
You can view this placement on my site: Live Demo (http://www.discussny.com/arcade.php)
Any questions, please let me know. Thanks!
-Raymond

