PDA

View Full Version : sabling Ajax quick reply for a single forum


Carnage
06-09-2007, 03:22 AM
I'm coding a mod and basically the ajax quick reply messes up what its supposed to do. I was wondering if anyone knew of an easy way i can disable the ajax quick reply for the single forum it operates in.

Dismounted
06-09-2007, 03:59 AM
You would need to change the option variable to 0 at a showthread hook.

ragtek
06-09-2007, 05:32 AM
the variable is $vbulletin->options['quickreply'] ;)

Carnage
06-09-2007, 01:07 PM
it was just the ajax bit i needed to disable, but your method should work anyway.