Quote:
Originally Posted by customcolor
well except for one little thing....when it posts it shows the post to the question as numbers of what thread it is in the post. is there a way to not make it post the answer to that question in the post?
|
Change Form Hook: Before Submit:
PHP Code:
$form['threadid'] = $qo['31'];
to
PHP Code:
$form['threadid'] = $qo['31'];
$fr = $form['preq'].$qn['31'].$form['pstq'].$form['prea']." ".$qo['31']." ".$form['psta'];
$formoutput = str_replace($fr,'',$formoutput);