Jump to content

News Page - Recent Posts - CODE REQUEST


Recommended Posts

You need to edit the html to have your forum address...

<script type="text/javascript" src="external.php?type=js"></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

Link to comment
×
×
  • Create New...