The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Please advise... I have the following code to pull thread titles on a java feed...
Code:
<script type="text/javascript" src="http://www.majorfm.com/forum/external.php?type=js&forumids=118,119,120,121,122,123,124,125"></script> <script type="text/javascript"> <!-- var max = 40; if(threads.length < max) max = threads.length; for(i = 0; i < max; i++) { if (threads[i].title.length > 31) { threads[i].title = threads[i].title.substring(0, 31) + '...'; } document.writeln("<img border=\"0\" src=\"http://www.majorfm.com/images/news.gif\" width=\"11\" height=\"11\"><a href=\"http://www.majorfm.com/forum/showthread.php?t=" + threads[i].threadid + "\">" + threads[i].title + "</a> <br>"); } //--> </script> How do i do this... Please advise... |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|