MyBB Community Forums

Full Version: Overiding core code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been continuing to work on my STV plugin, and I'm wondering if there is a way from within a hook to disable the core code following a hook. Specifically I'm wanting to change the poll display to allow for numbers to be inputted rather than just yes or no when it's detected that the poll is an STV one...
There's no direct way to disable functionality, but that depends (you may be able to dynamically disable a setting to avoid certain actions being taken).

In your case, you could change the template to only respect the values you put in, instead of those supplied by MyBB.