We have a easy-to-use plugin system, similar to other you might know as the Wordpress' plugin system. We packed some plugins with the current releases of OSClass.
Overview
Plugins needs to be registered and activated in other to be able to use them. Then, you should add some hooks to call your own functions in specific part of the website.
Most of the official plugins are code-commented, that should be enough to start developing your own plugin but we just started and know we could do it better. For that reason we want you to post your questions so we could answer and start building the a well-documented guide of plugins development. You can post your questions about plugin development here, we'll be adding the answers here and on the wiki.