PDA

View Full Version : Latest Forum Post??


ilovevbull
02-11-2009, 10:06 PM
I was wondering if there is an html for latest post to put on like a web site? for example i own sincerelyciara.com and my forum with vb is cici-boards and i was wondering if there was a way i could broadcast the latest post on sincerelyciara.com?

Lynne
02-11-2009, 10:08 PM
See these threads for methods to pull threads via javascript:
[HowTo] Display your latest threads on an external page using an RSS2 feed (http://www.vbulletin.com/forum/showthread.php?t=159044)
[HowTo] Display your latest threads on an external page using an XML feed (http://www.vbulletin.com/forum/showthread.php?t=158934)
[HowTo] Display your latest threads on an external page using an RSS feed (http://www.vbulletin.com/forum/showthread.php?t=158916)

Or, you could query the database if you have access.

ilovevbull
02-11-2009, 11:34 PM
Thanks Lynn!

Dismounted
02-12-2009, 04:45 AM
You can also use Javascript: Implementing the External Data Provider (http://www.vbulletin.com/docs/html/main/vboptions_externaldataprovider_implementing).

ilovevbull
02-13-2009, 12:18 AM
Thank u!