PDA

View Full Version : How do you put things on the side of the forum?


houseofpolitics
03-09-2007, 08:24 AM
How do you put things on the side of the forum?

https://vborg.vbsupport.ru/external/2007/03/25.jpg


This forum has google ads on the right side.

How do you do that?

WEBDosser
03-09-2007, 08:47 AM
edit the header and footer templates.

CyberAlien
03-09-2007, 10:21 AM
Better edit forumhome, showforum and showthread templates. If you edit header/footer ad would be shown on all pages which is against adsense terms.

In those templates find $navbar and add after it:
$spacer_close
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td valign="top" width="100%">
$spacer_open
then find $footer
and add before it: $spacer_close
</td>
<td valign="top"> put here your adsense code </td>
</table>
$spacer_open