Quote:
Yeah, I'm trying to make my own hack like the one vb.org used
|
Actually, I didn't do anything to give threads descriptions. The forum table has about 10-15 extra fields tacked on for hacks, so each hack is actually a forum.
But I'm going a bit off topic.
I guess you could ALTER TABLE thread ADD descrip CHAR(250) NOT NULL; and from there it'd be a template change and something like '".addslashes(htmlspecialchars($descrip))."', in the INSERT INTO thread query.