Quote:
Originally Posted by vbplusme
I use the cyb_advanced_statistics, works great for that and a lot more...
|
I just want the latest posts though. Like where it says newest member below it I want to display Latest posts:
Nothing too advanced or server extensive.
--------------- Added [DATE]1235018994[/DATE] at [TIME]1235018994[/TIME] ---------------
Ok so I found some code and edited it to make it work, but it adds an extra space and ,. How can I remove it?
Code:
<script type="text/javascript" src="external.php?type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 10; x++)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a>, ");
}
//-->
</script>
If anyone knows a better way let me know.