The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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 '?
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|