ok so to quote this:
Quote:
|
Originally Posted by merk It is built using the thread datamanagers.
The best way to handle it would be:
* add fields to the newthread template
* clean the variables in newthread_post_start ($vbulletin->input->clean_array_gpc()
* add fields to database using another query in newpost_complete eg You must first be a registered member to view any code. Or it could very well be possible by modifying the datamanagers, but I'm not that far into the system yet |
and:
Quote:
|
Originally Posted by Andreas - Alter table thread to add your fields
- Adjust Template newthread
- Creae a Plugin for threadpfdata_start to add the fields to its validfields
- Create a Plugin for newthread_post_start to set the fields in $post to the cleaned form data
- Create a Plugin for newpost_process to set the values from $post to the Datamanager
This method does not cause additional queries |
So who can dum it down for me

Ie: tell me what to add to the new thread template. I am completely dum. So basically can you tell me what to add where just for a simple text box.