Here you go Tony...
qty=# //number of posts to show, please keep it under 20.
forumid=# //specifiy a forum id (34 is eq2map)
items=active //only show active threads, if none it shows nothing.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>External EQ2Interface Latest Posts</title>
</head>
<body>
<script type="text/javascript" src="http://www.eq2interface.com/forums/eq2i_external.php?type=js&forumids=34&qty=5"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < threads.length; i++)
{
document.write('<a href="http://www.eq2interface.com/forums/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a> <em>Posted on: ' + threads[i]['threaddate'] + ' by ' + threads[i]['poster'] + '</em><br />');
}
//-->
</script>
</body>
</html>