PDA

View Full Version : Adsense here


aceofspades
11-18-2006, 09:08 PM
Can someone please tell me how to put adsense in the following places:

1. Inside a forum on the right of the box that has the icons like this:

New posts Hot thread with new posts
No new posts Hot thread with


2. Inside a thread at the bottom on the left of the Forum Jump menu.

I would really appeciate this, thank you guys!

CyberAlien
11-19-2006, 08:01 AM
1. In forumdisplay template find this:<!-- icon key -->
and replace with this:<!-- icon key -->
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="left" valign="top" width="350">then replace this:<!-- / icon key -->with this: </td>
<td align="right" valign="top">

put here your ad code

</td>
</tr>
</table>
<!-- / icon key -->


2. In showthread template replace this: <td class="smallfont" align="$stylevar[left]">
$forumrules
</td>
with this: <td class="smallfont" align="$stylevar[left]">
$forumrules
</td>
<td align="center">

put your ad code here

</td>