Documentation Overview

This section contains basic guidance about the framework and development for the open source social network. Areas like component, themes development and some class level guidance covers in this area. If something is not covered you may ask directly by opening a new discussion thread. https://www.opensource-socialnetwork.org/discussion/add

Hooks
Override the flow of procedures. You can change the default values and behavior of procedure.
Callbacks
Callbacks are type of events and are triggered when something happened. Example user delete, comment added.
Development
Development questions like objects, annotation, messages, components , themes, covered in this section.
General
This section contain the basic wiki questions. Prerequisites, Installation, Configurations covered in this section.
WebServices (API)
Allows you to integerate OSSN into your application and manage your social network through API.
Note
  • Your Hook (functions) returns the values
  • Your callbacks must not return any value.