OK, it does'nt seem to be an vbseo-issue; problem stays if vbseo is deactivated. I deinstalled and reinstalled the mod and set up the standard form as follows:
PHP Code:
//ENABLE FORM TO BE POSTED - 1 = yes, 0 = no
$formforum = "1";
//FORUM TO POST NEW THREAD IN
//You CAN make this number a variable. You can have a drop down menu or in the link like do=form&f=1. Make sure you add it the variables list.
$formforumid = "17";
...
$redirectoption = "2";
No other changes whatsoever. When I try to submit a form, it spawns a "no thread specified"-error, and indeed, no forum id is specified at all ("showthread.php?t="). I would be very happy if somebody could give me a hint on what's going wrong here...
URL to he form is
http://www.roma-antiqua.de/forum/newthread.php?do=form
The form is trying to post to a testing ground forum to which I gave guest posting permission for the moment.
I'd happily provide any other information needed.