Quote:
Originally Posted by lazyseller
Yes you are exactly correct.
All i would have to do is a simple template edit on the reply button and we would have
reply to thread (forum based)
|
http://www.bananalive.co.cc/misc.php...=2&threadid=92
Uses Form Hook: Form Start:
PHP Code:
$form['where'] = $vbulletin->input->clean_gpc('g', 'threadid', TYPE_UNIT);
if(!$form['where'])
{
$errormessage = "Error, no threadid specified.";
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
}