Hey Timan
This will be my last help request as i'm 100% complete.
On my news page it's displaying the word recent posts but nothing underneath it unlike your page.
What can i do to fix this ?
Hey Timan
This will be my last help request as i'm 100% complete.
On my news page it's displaying the word recent posts but nothing underneath it unlike your page.
What can i do to fix this ?
You need to edit the html to have your forum address...
<script type="text/javascript" src="../../unavailable.html"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < 10; i++) {
document.write('<li><a href="http://www.aqua-soft.org/board/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'].substring(0, 25) + '</a></li>');
}
//-->
</script>
Change http://www.aqua-soft.org/board/showthread.php to whatever the link is to your showthread file.
Also MAKE SURE you enable the following.
vBulletin Options -> External Data Provider -> Enable External Javascript -> YES