Quote:
Originally Posted by cookiepants
Here's a real question. I'd like to remove the "POLL:" text in the title of the forum where the forms are posted. Is that possible?
I'd also like to automatically close the threads posted using the forms, as soon as they submit the form, is that possible?
Thanks so much!
Nutmeg
|
'Poll:' is from vbulletin as thread is a poll.
Import attached file and add to
form hook: before submit
PHP Code:
$closed = true;