PDA

View Full Version : extra fields in new thread?


indiamike
12-27-2002, 08:45 PM
This is a request and a sort of "How do I do this question".

I would like to take one of my sections in my forum, lets say for example that I have a hotel listing section (which I do) and would like to add extra fields in the new thread page under the subject box so that users are requested to fill in those fields.

Sort of like this...
a form box for phone number
a form box for location
a form box for prices--or dropdown form

etc...etc.....

what would be the best way to accomplish this. Would I have to add extra fields in the database? Or is there a simpler way?

In theory I know I can apply a different style set to that particular forum but how can I add a few more form boxes in the new thread part.

Any tips or advise would be appreciated.

Cheers
Mike

Xenon
12-28-2002, 08:50 PM
yes, you have to create extra fields in your db.
you can decide if you want to use the thread table (fast way) or create a new one (better optimized but harder to code ;))

the easiest way to add those options when you are in a special forum is by using logicians conditionals in templates hack