The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Im using the following code now to show the latest threads on my website:
Code:
<script type="text/javascript" src="/forums/external.php?type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 10; x++)
{
document.writeln("<a href=\"/forums/showthread.php?t="+threads[x].threadid+"\" style=\"color:#00f;\"><u>"+threads[x].title+"</u></a> <br>(Posted By: "+threads[x].poster+")<br><br />");
}
//-->
</script>
I'd like to let it show the latest POSTS. Is this possible and what do I have to change on the script? Thnx in advance! |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|