The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
It is working. I have placed your script 3 times on my page to pull in posts for news, forum 3&4 and also forum 9. The first 2 are working, but the last on is not. See for yourself at http://www.jonandchuck.com.
The code I am using to pull in the "News" (forum ID #2) is as follows: Code:
<script type="text/javascript" src="/forums/external.php?forumids=2&type=js"></script> <script language="" type="text/javascript"> <!-- for (x = 0; x < 15; x++) { document.writeln("<li><a href=/forums/showthread.php?t="+threads[x].threadid+">"+threads[x].title+"</a></li>"); } //--> </script> Code:
<script type="text/javascript" src="/forums/external.php?forumids=3,4&type=js"></script> <script language="" type="text/javascript"> <!-- for (x = 0; x < 15; x++) { document.writeln("<li><a href=/forums/showthread.php?t="+threads[x].threadid+">"+threads[x].title+"</a></li>"); } //--> </script> Code:
<script type="text/javascript" src="/forums/external.php?forumids=9&type=js"></script> <script language="" type="text/javascript"> <!-- for (x = 0; x < 15; x++) { document.writeln("<li><a href=/forums/showthread.php?t="+threads[x].threadid+">"+threads[x].title+"</a></li>"); } //--> </script> Ideas? --------------- Added [DATE]1252128122[/DATE] at [TIME]1252128122[/TIME] --------------- Weird! It is working now. Is there any way to show some of the contents of the posts on the page like vbAdvanced does? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|