ok, i need a bit mroe help... i need ot know how to tel the script to read what the user has selected...
-----
Help from AJ
-----
what i want is to be ale to specify a few things when i go to amke a post, then i want the postbit to be able to read those choices...
Quote:
Originally Posted by AJ
[22:01] Aj - It's That Time of Year Again!: just explain what you did to me
[22:01] Aj - It's That Time of Year Again!: when you make a thread you want to specify some things
[22:01] Aj - It's That Time of Year Again!: thast the main part because you have to add the fields to the datamanager, and learn how to use it
---------------
---NEW POST---
---------------
Quote:
Originally Posted by (=D'')=D
- 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
AJ helped me find this post, can you elaberate a bit more on this? more to my specifications?
like, do i add
PHP Code:
if (thread id code == 26)
{
};
to every plugin? or what...
and how do i amke the postbit read what the user selected...