Quote:
Originally Posted by attroll
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";
|
Not quite. i don't want to add a new post to a thread. I want to have a post with some text
- This is the text -
and someone uses the form and in the form they enter "more text" , it updates the post and it now looks like
- This is the text -
more text
and so on.