Quote:
Originally Posted by RedGTiVR6
To get the form to have a thread title which is essentially a field, just change $posttitle = $whateveransweryouwant ($answer1 or $longanswer1 or $dropdownanswer1, etc.)
Same as above.
For instance, on our forum, the thread title is generated as the following:
$posttitle = "$dropdownanswer2 - $dropdownanswer1 - $answer2";
|
Thanks a lot for the reply!
Do you also happen to know what the vBulletin variable for prefixes is?