MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Where is a good resource for learners
Full Version:
Where is a good resource for learners
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
theevina
2010-10-04, 06:51 PM
Is there a guide someplace that explains the myBB coding rules, classes and functions in detail? I'm trying to create modifications on my board and I can't figure out everything just by studying the default files.
Alex Smith
2010-10-04, 07:41 PM
http://wiki.mybb.com/index.php/Development_Standards
http://wiki.mybb.com/index.php/Authoring_Plugins
http://wiki.mybb.com/index.php/MyBB_Plugin_Hooks
Other than that I don't know honestly. But, I'm not a developer myself.
faviouz
2010-10-04, 07:51 PM
Be sure to check the example plugin "hello.php" in /inc/plugins as well.
theevina
2010-10-04, 07:59 PM
But what about more than just plugins? How can a module be added?
Alex Smith
2010-10-04, 09:11 PM
What do you mean module?
theevina
2010-10-04, 11:03 PM
One for the ACP because I have a lot of settings and functions for what I'm working on.
Cayo
2010-10-05, 12:13 PM
If you mean a new ACP section (module), check out
this tutorial
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Where is a good resource for learners