MyBB Community Forums

Full Version: Developing plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After been using MyBB for a while, a friend created a forum software. It wasn't very secure, but that was when I wasn't as experienced as I am today.

After my friend created a new version, he gave the project to someone else, and now it's well gone. So I created my own forum software. It was secure enough, but the coding was awful, because it wasn't planned.

So, I created another one, but this time, with a small hook system for plugins. It's not finished and now I've gave up. I remember when I created a basic MyBB plugin back in probably 2010.

Anyway, now, I wish to start creating MyBB plugins. I have read a few tutorials, and I just need a few more, and a few tips from other developers. And probably an idea on what I can make (my first plugin this year).

I know quite a bit of PHP, so it shouldn't be a problem. It's just understanding MyBB's plugin system.

So any help will be appreciated.

Thanks.
To be honest, if you can remember all of the plugin hooks, you will be fine! lol That is the only problem I really have will building plugins... remembering them hooks. But it's real easy to find, all you need is CTRL + f

You can find the hooks here: http://wiki.mybb.com/index.php/MyBB_Plugin_Hooks
(2012-01-20, 02:31 PM)sparkks Wrote: [ -> ]To be honest, if you can remember all of the plugin hooks, you will be fine! lol That is the only problem I really have will building plugins... remembering them hooks. But it's real easy to find, all you need is CTRL + f

You can find the hooks here: http://wiki.mybb.com/index.php/MyBB_Plugin_Hooks

Thanks. I don't think I can remember any hooks.
But other than the hooks, it's all fine. It's actually a pretty cool little routine because all plugins sort of function the same.. in a way!
(2012-01-20, 02:37 PM)sparkks Wrote: [ -> ]But other than the hooks, it's all fine. It's actually a pretty cool little routine because all plugins sort of function the same.. in a way!

Smile Do you know how I create a misc page? I can't seem to find out how. Example: misc.php?action=whateverhere
There's a plugin for that!™ Haha
http://mods.mybb.com/view/page-manager
Thanks Smile