The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help with HTML/javascript for external data provider
I'm trying to set up my external data provider but nothing shows up with the following code:
Code:
<script src="http://forums.x.com/external.php?type=js&forumids=6,12" type="text/javascript"></script> <script type="text/javascript"> <!-- for (i = 0; i < 12; i++) { document.writeln("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" width=\"440\" height=\"26\" valign=\"middle\"> <tr> <td><b><a href=\"http://forums.x.com/showthread.php?threadid="+threads[i].threadid+" target=\"blank\">"+threads[i].title+"</a></b> <font size=1>- Posted by "+threads[i].poster+" at "+threads[i].threadtime+"</font></td></tr></table><br />"); } //--> </script> Thanks |
#2
|
||||
|
||||
Try replacing \" with '?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|