PDA

View Full Version : How can I make forum description field not limited?


turkforum
06-13-2005, 08:20 AM
Forum description fields have limited size so it is not enough for me to add some html code in it.. Is there any way that we can make it limitless.. I search for this but couldn't find anything..
if you guys can help me, I will be so apprieciated..

Or Lets say, I wanna add another custom field just below to descriptions..There i will be able add any kind of html code in admincp and whatever i put up there will show up in forumhome..

Marco van Herwaarden
06-13-2005, 10:05 AM
Your first question is easy to answer: Just change the title column of the forum table from varchar to mediumtext.

To add a new custom field, you would need to do some code modifications.

turkforum
06-16-2005, 05:55 AM
thank you.. It worked.. :)