TheFerrett
04-06-2010, 04:02 PM
We have a website that publishes articles. We have a separate web server that contains our forums. Each article published on the site automatically creates a discussion thread for that article on the forum.
What I'd LIKE to do would be to pull up the current thread from Vbulletin and put all the comments at the bottom of the article, so that people can see all the comments that have been left.
To do that, I'd need is some sort of VBulletin API that allows me to pull up all the comments in a given thread, and hopefully fed back in some sort of JSON/XML style format so that I can parse them on the server.
Is there some sort of script (or developers' guide) that would tell me how to do this?
Thanks,
T.F.
What I'd LIKE to do would be to pull up the current thread from Vbulletin and put all the comments at the bottom of the article, so that people can see all the comments that have been left.
To do that, I'd need is some sort of VBulletin API that allows me to pull up all the comments in a given thread, and hopefully fed back in some sort of JSON/XML style format so that I can parse them on the server.
Is there some sort of script (or developers' guide) that would tell me how to do this?
Thanks,
T.F.