The Arcive of vBulletin Modifications Site. |
|
Adsense Advert Details »»
|
|||||||||||||||||||||||||||
I would like to have an adsense banner on the page, where should I place the code to have the banner show up as in the attached.
Thanks in anticipation Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Pretty please
|
|
#3
|
||||
|
||||
|
You could try this
![]() Open your skin_Arcade.php or skin_v3Arcade.php Search for: Code:
<td class="alt1" align="right" valign="top" style="width: 20%;padding-left:7px;padding-top:5px;padding-bottom:5px;">
<div class="tborder">
<table width='100%' border='0' cellspacing='1' cellpadding='4'>
<tr>
<td align="center" width="20%" nowrap="nowrap" class="tcat">{$ibforums->lang['infobox_mostplayed']}</td>
Code:
<fieldset class="fieldset" style="margin: 0px 0px 0px 0px;"> <legend>Advertisement</legend> <div style="padding: 0px;"> <table cellpadding="0" cellspacing="0" border="0" align="center" width="100%"> <tr> <td width="100%"> <table cellpadding="2" cellspacing="1" border="0" width="100%"> ADSENSE CODE</td> </tr> </table> </td> </tr> </table> </div> </fieldset> </td> |
![]() |
|
|