Hi - I can use the forms fine to control a new post in a forum, but now I want to use forms on replies to posts. Note quite working for me.....
More specific questions:
1. What should the hook be set to - presently is newreply_form_start - is this right?
2. In the form I have set the option to Post in Thread (but with no threadid) - is this right?
3. The code in the hook is:
if (in_array($forumid, array(56,9999)))
{
header( 'Location:/listings/misc.php?do=form&fid=12' ) ;
}
where 56 is the forum and 12 is the form
This format is what worked in in the new post form.
Suggestions welcome!!
|