Your application can seamlessly integrate with the Moderator Control Panel feature of IP.Board by... ...
IP.Board outputs appropriate HTTP header codes based on the specific response being issued. This... ...
Your application can create a special class that will be loaded before your application is called... ...
Whether you create an entire custom application or just want to add some extra links to your site... ...
While you are encouraged to use the built in notification system in IP.Board when your applicati... ...
If your application has a need, you can extend the add/edit forum form in the admin control panel... ...
You will often find a need to debug javascript in IP.Board, or in your own javascript application... ...
Terminology and StructureThe IP.Board framework uses a hierarchal approach to separating code int... ...
Every application must define an information.xml file in the application's xml/ folder. The... ...
If desired, you can create additional template plugins that can be leveraged in skin templates th... ...
There are occasions you may need a page in a custom application or otherwise to be accessible eve... ...
IP.Board 3.2 and above feature a shared media editor plugin allowing users to embed media from va... ...
Many applications like to show users who are browsing the application (or parts of the applicatio... ...
IP.Blog features a "share link" service allowing users to blog about any content displayi... ...
The coreExtensions.php application extension file contains many classes that are called by IP.Boa... ...
Custom applications can define new data hook locations if desired. You need only create a dataHo... ...
If your application integrates with the central permissions system, you can define a permissionsS... ...
If you want to confirm an action such as a click of a Delete link or the submission of a form, yo... ...
With today's web it is a common necessity to show some sort of modal popup on the page. This... ...
IP.Board's session handler will automatically insert some basic data about the request, even... ...