philwareham
04-18-2011, 10:43 AM
Hi all,
I want to display the 3 latest vBulletin forum threads (from all forums combined) on my site's homepage footer area either via the JavaScript method, RSS or a combination of XML and PHP. Which would be the cleanest solution and what code would I need to achieve this?
Layout would be:
<h3><a href="*linktothread*">*Thread Name*</a></h3>
<p><span class="date">*Thread Post Date*</span> by *Thread Author Name*</p>
The external data provider is already turned on for all 3 options (javascript, RSS and XML).
Thanks in advance,
Phil
--------------- Added 1303137994 at 1303137994 ---------------
Is OK, I've found this solution that seems to work nicely...
http://www.vbulletin.com/forum/showthread.php/158934-HowTo-Display-your-latest-threads-on-an-external-page-using-an-XML-feed
I want to display the 3 latest vBulletin forum threads (from all forums combined) on my site's homepage footer area either via the JavaScript method, RSS or a combination of XML and PHP. Which would be the cleanest solution and what code would I need to achieve this?
Layout would be:
<h3><a href="*linktothread*">*Thread Name*</a></h3>
<p><span class="date">*Thread Post Date*</span> by *Thread Author Name*</p>
The external data provider is already turned on for all 3 options (javascript, RSS and XML).
Thanks in advance,
Phil
--------------- Added 1303137994 at 1303137994 ---------------
Is OK, I've found this solution that seems to work nicely...
http://www.vbulletin.com/forum/showthread.php/158934-HowTo-Display-your-latest-threads-on-an-external-page-using-an-XML-feed