The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Would also like to be able to do this since i have a feed from one forum going to a webpage, right now it only lists the thread title and that's not even a link...=S
--------------- Added [DATE]1202267782[/DATE] at [TIME]1202267782[/TIME] --------------- Set my vB Options> External Data Feed and using the javascript on html page I am using the code below Code:
<script type="text/javascript" src="http://www.********.net/forums/external.php?forumid=141&type=js"></script> <script type="text/javascript"> <!-- for (var i = 0; i < threads.length; i++) { document.write('<a href="http://www.*****.net/forums/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a> <em>Posted on: ' + threads[i]['threaddate'] + ' at ' + threads[i]['threadtime']<br /> + [' '] + </em><br />'); } //--> </script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|