vbulletin

How to integrate vBulletin features into an external site


I have a web site I'm building and the client wants to have features from vBulletin (blog, forums) integrated into the site. Its not enough to simply add the sites skin to vBulletin. Is there a way to do this?

I would expect there to be documentation on how, if it is possible, to do such a thing but haven't been able to find anything.

I'd rather not connect and query the vBulletin database directly.


Solution

  • There is no proper API for this yet, so you'd either have to rely on things like RSS, or query the database directly. RSS won't get you old data, nor any forum structures, etc. just basics of new data.