Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Overriding other plugins

edited December 2011 in Vanilla 2.0 - 2.8

Hi for a project Im working on I needed to combine two plugins: Voting and ReplyTo
I've almost got this to work with a third plugin to help get them to work together. I needed to add a line in both of them to prevent them trying to sort the comments and allow my plugin to handle that. Is there anyway of overriding those methods from within my plugin so that I can make my addon available. Or would I need to get the authors of the respective plugins to add the line themselves?

It just something like this:
if (C('Plugins.ReplyToVotingFix.Enabled')) return false;

Sign In or Register to comment.