The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Pulling Up Vbulletin Threads To Use On Another Site
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. |
#2
|
||||
|
||||
Simply write a php script that queries the forum database for the information you need based on parameters passed to it by url and have the output formatted as xml or whatever you want. Then parse the xml on your webpage.
|
#3
|
|||
|
|||
Quote:
So does anyone have any ideas on how to do that? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|