The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Latest Threads
On my forum I utilized (some time ago) a script for posting the latest 5 threads from my forums onto my main index page. On this page it uses the following code...
Code:
<!-- show latest active threads --> <script type="text/javascript" src="http://www.domainname.com/forums/external.php?type=js"></script> <script language="" type="text/javascript"> <!-- for (x = 0; x < 5; x++) { document.writeln("<a href=\"http://www.domainname.com/forums/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a><br />"); } //--> </script></div> <!-- show latest active threads --> So my question is.... am I missing something or should that be all that there is in order to perform this function? --------------- Added [DATE]1266541976[/DATE] at [TIME]1266541976[/TIME] --------------- Disregard - I found out what was wrong - I forgot to enable the external data provider in VB Options |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|