Quote:
Originally Posted by bananalive
Not that i can think of.
$qo won't work as it's custom question.
You could use custom output and some extra code in form hook before submit to do it. 9you would use $state in custom output)
Form hook: before submit
PHP Code:
$threadinfo = fetch_threadinfo($q[8]);
$state = $threadinfo[title];
Replacing 8 with appropriate question hash
Edit: this won't work the hook is after the form output is done.
|
OK...thanks. No big deal, I'll figure out another way to work around it or just create a custom output and not even output that answer. It will be in the states thread anyway so that should be obvious. Thanks for all your help on this. I think this is about the best supported mod I have ever seen here. Nominating for MOTM.