MyBB Community Forums

Full Version: Coding Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I am thinking of learning to code in MyBB blah blah blah

Where can I learn all of this?
MyBB, first off, is coded in a programming language called PHP. First, you need to learn PHP to make sure that you understand the basics. Then, just dive into a file, and take a look at what the code does. All the functions, classes, and general universal code that we use are defined in the "inc" folder. Digging around in those files, too, give you and idea what's happening. Then, if you want to make a plugin, look at the "hello.php" file in the "inc/plugins" folder. That's a really basic one that can help you get started.

Hope that helps you!

- LegosJedi