Xyabber
Sat 20th Oct '07, 7:50pm
I am trying to use the javascript for RSS feeds per the manual, however, my feed does not appear to work even though I have everything turned on in vbulletin options. Any advise welcome, this is killing me today! :P
http://www.3reef.com/forums/external.php?type=js
<script src="http://www.3reef.com/forums/external.php?type=js" type="text/javascript"></script>
<script type="text/javascript">
<!--
for (i in threads)
{
document.writeln(threads[i].title + " (" + threads[i].poster + ")<br />");
}
//-->
</script>
http://www.3reef.com/forums/external.php?type=js
<script src="http://www.3reef.com/forums/external.php?type=js" type="text/javascript"></script>
<script type="text/javascript">
<!--
for (i in threads)
{
document.writeln(threads[i].title + " (" + threads[i].poster + ")<br />");
}
//-->
</script>