PDA

View Full Version : Want Right Column For Ads


SirSteve
04-04-2002, 01:45 AM
I would like to make my forums look like this:
http://www.amdmb.com/vb/index.php

How can I achieve this?

Thanks in advance.

Xanthine
04-04-2002, 02:52 AM
<a href="http://www.phpportals.com" target="_blank">www.phpportals.com</a>

SirSteve
04-04-2002, 03:08 AM
I don't want a portal system. I just want to be able to drop ads into a right column.

E
04-04-2002, 09:10 AM
just do this in forumhome :

at the beginning add:
<table><tr><td>
at the end add :

</td><td> PLACE ALL UR ADS HERE </td></tr></table>

and tell me if that shizen works..

SirSteve
04-04-2002, 02:01 PM
That worked for just the forumhome page but I need the ads present on ALL forum pages, preferably, using a separate template to hold the HTML so when changes have to be made, I only have to change it once and all pages get changed.

Thanks in advance.

KeithMcL
04-04-2002, 03:17 PM
You'll need to make similar (if not the same) changes to the forumdisplay and showthread templates also.