 Posted on Jul 3, 2006, 9:37 pm by chris
| |
API
|
We recently received this question:
I'm inquiring if Next BBS has an API or SDK like somebody made of Invision Power Board [Pita]. I'm just wondering because I intergrated my website heavily into my IPB forum and seeing how Next BBS already has things done that I've been coding on my own (tags, etc) But the only thing holding me back is if you had an easy to use SDK/API. Easy to use as in everything is in one class and usage just involves calling the class and passing whatever information is necessary and getting it. Thanks
|
Having to integrate heavily with IPB myself when I was using it, it obviously was one of my main objectives when we started work on NBBS.
Only now did we finally get around to actually exporting what can already be performed using NBBS' portal system.
In Perforce, you will find two files, integrate.php, and test.php
test.php contains sample code to use integrate.php to display a list of recent topics
For those of you already familiar with it, the only functionality that integrate.php currently offers is module integration. The same modules that can, for most of them, be visually configured in the ACP.

|