Quote:
Today at 05:10 AM Doc203 said this in Post #100
Anyone know where to change what posts in the subject (Title) of the thread? It now posts as username/form title. I want to use $answer1 $answer2 as my subject when it posts in the forum.
|
In form1.php (or whatever you have called your php file) =
FIND:
PHP Code:
'".addslashes(htmlspecialchars($bbuserinfo[username]))." $formtitle'
Replace with:
PHP Code:
'".addslashes(htmlspecialchars($answer1 $answer2))."'
Do this TWICE (the above occurs TWICE).
Should work...