
11-25-2005, 08:38 PM
|
|
|
Join Date: Nov 2001
Location: Canberra, Australia
Posts: 601
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
You would have to: - add a column to the database
- add a field to the $validfields array in the thread_fp datamanager
- add another HTML input field
- GPC that field in newthread_post_start (and add to $newpost array)
- pass to datamanager in newthread_process ($dataman->setr('fieldname', $post['fieldname'])
i think that'd work
|