Quote:
Originally Posted by Abe1
In the URL have $t=
In the plugin, have the threadid equal $threadinfo[threadid]
|
so i do this:
Code:
//ENABLE FORM TO BE POSTED - 1 = yes, 0 = no
$formforum = "0";
//ENABLE FORM TO REPLY TO EXISTING THREAD - 1 = yes, 0 = no
$formreply = "1";
//EXISTING THREAD ID FOR FORM TO REPLY IN
$formreplythreadid = $threadinfo[threadid];
Opening the form with
http://www.xx.xxx/vbulletin//newthread.php?do=form&$t=84
causes
Warnung: Cannot use a scalar value as an array in
/includes/functions_newpost.php (Zeile
258)
setting $formreplythreadid = "84"; works