Hello
bananalive.
Thank you for this great (!) mod.
I have a question:
How i can customize thread title via
Form Hook: Before Submit ? Can I do
thread title = {q_1} [{q_2} - {q_3}] when {q_3} filled, and if not filled -
thread title = {q_1} [{q_2}]
Can i do it using Form Hook?
UPD:
solved

It's a simply:
PHP Code:
if ($q[8]<>'') $threadtitle = "$q[1] [$qo[6]] [$qo[7] | $q[8]]";
else $threadtitle = "$q[1] [$qo[6]] [$qo[7]]";