The Arcive of vBulletin Modifications Site. |
|
Adding Adsense? Details »»
|
|||||||||||||||||||||||||
Where abouts do I go to edit the screen where the game is played?
I want to add some adsense directly above it but can't seem to figure out where I need to edit? Thankyou. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
In your skin_Arcade.php or skin_v3arcade.php file search for this (it's near the top)
Code:
function game($game,$top,$extra) {
global $ibforums;
return <<<EOF
<!-- Add JS function for pnFlashGames Updated games component (Not Sure if this is needed yet) -->
<script type="text/javascript">
<!--
function refreshScores()
{
}
//-->
</script>
Code:
<br> <table width="75%" border="0" cellspacing="1" cellpadding="4" align="center"> <tr> YOUR ADSENSE CODE </tr></table> |
|
#3
|
|||
|
|||
|
Gemma: Thank you very much. It works great.
|
![]() |
|
|