PDA

View Full Version : run banner under a forum name


mrcrx
05-10-2005, 04:58 PM
I would like to have the ability to put a sponsors banner under certain forum groups on the main page. Can anyone point me in the right direction.

Here is an idea of what I want. http://k-series.com/forum/
Look in the marketplace area. you will see the sponsor banners on the right. thats just what I would like to do. thanks in advance.

Gunshot
05-10-2005, 10:54 PM
those are hardcoded into the forum description....I'd say

view the source code

you will probably have to run a query to get past the 255 Char limit first

hardgainer
05-26-2005, 02:12 PM
What query would that be Gunshot?

Can anyone help me out to increase this limit?

Cheers

Marco van Herwaarden
05-26-2005, 06:51 PM
Alter table forum
CHANGE title title mediumtext NOT NULL default ''
Use that query.

The Geek
05-26-2005, 07:51 PM
What query would that be Gunshot?

Can anyone help me out to increase this limit?

Cheers
I am positive there are at least 1 if not 2 mods around here that do this. I am pretty sure nexalysis has one.