Quote:
Originally Posted by sweede
I don't suppose anyone has taken this mod and changed it so that instead of creating a reply to an existing thread, it adds the text of the submited form to the begining or end of an existing thread ?
|
I think it can be done by changing this section in you plugin but I am not sure.
Code:
//ENABLE FORM TO REPLY TO EXISTING THREAD - 1 = yes, 0 = no
$formreply = "0";
//EXISTING THREAD ID FOR FORM TO REPLY IN
$formreplythreadid = "12345";