MyBB Community Forums

Full Version: Admin CP plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any thoughts about enabling plugins for the Admin CP itself? I am working on a registration plugin that pings an RBL of known spammer info to deny registration based on meeting certain criteria. I've got the denial parts, RBL caching, settings/config setup using standard plugin methods already.

However, it can also submit data about those that spam your site back to the RBL but this requires me to edit \admin\modules\user\banning.php quite a bit.

If there was a plugin system that worked on the Admin CP features like the current system does in the main forum areas, I could reduce the core admin file changes.
It does..
Great I feel like an idiot... I've been coding in that banning.php file an ddid not even notice the hooks in it, hence my post.

Oh well, at least I can get this thing done and then get the plug in out there to make up for missing that...