PDA

View Full Version : Display Google Ads In The Arcade?


GamerJunk.net
05-13-2006, 08:35 PM
The section right under "Last Arcade Score" is perfect for placing an ad there. How would I do that? I tried with the template but no luck.

manutdvn
05-14-2006, 09:39 AM
Yeah, I have the same problem. which template can I add to display every pages in here? Or I have to edit every template? where I can put the code in?

snoopgst
05-14-2006, 09:54 AM
you have to edit the php files in the skin folder.

manutdvn
05-14-2006, 10:49 AM
you have to edit the php files in the skin folder.
Thanks. Can you tell me which files I have to edit? and how to edit?

GamerJunk.net
05-14-2006, 06:26 PM
Yea I just need to know where to edit them.

snoopgst
05-14-2006, 07:51 PM
if you are using the ibproarcade skin then edit the skin_Arcade.php file. Just play around with it until you find the spot you want to edit.

Keyser520
05-18-2006, 02:46 PM
When you all figure this one out, please post the answer as I'm sure many will want to use it. (like me)

Muderman24
05-18-2006, 06:28 PM
This is how I did it.
In the skin_Arcade.php

Find:
<td align="right">
{$clicktoplay['click']}
</td>
</tr>
</table>


Add Under:
<center>YOUR GOOGLE ADSENSE CODE</center>


of course replace the text with your adsense script code. Preview attached.