An SDK was created for Invisionboard some time ago. Found at this site:
Quote:
IPB SDK is a library of PHP functions, which will help you develop advanced applications on your site. Integration between your forum and site is essential in the websites of today. IPB already has a great member system, why re-write another one if you can use one member database for both?
I would like to see total site integration like the IPBSDK for Vbulletin - using the easy variables to integrate all sorts of data into my site. Check out the Invision example for more info about what I'm talking about.
An SDK was created for Invisionboard some time ago. Found at this site:
I would like to see total site integration like the IPBSDK for Vbulletin - using the easy variables to integrate all sorts of data into my site. Check out the Invision example for more info about what I'm talking about.
Sounds sweet. In the SDK, they wrote some code which made integration with a site very easy: all you had to do was call the backend (ipbsdk.php) and you could use variables and short code pieces (Hello $username! You have been registered for seventeen days!), stuff like that.
You require global.php (and the libraries you need) and do what you want to do.
Only thing is that not every "function" (like creating a forum, sending a pm, etc.) is already a function.