Hi - I'm using this in VB 3.8 :
http://www.vbulletin.com/forum/showt...s-on-Forumhome
Code:
<script language="" type="text/javascript">
<!--
for (x = 0; x < 5; x++)
{
document.writeln("<img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/lastpost.gif\" alt=\"\" border=\"0\" /> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <span class=\"time\">($vbphrase[posted_by]: "+threads[x].poster+")</span><br />");
}
//-->
</script>
which comes out as
Thread title1 (Posted By: username1)
Thread title2 (Posted By: username2)
Thread title3 (Posted By: username3)
and it works fine.
but any idea how I would get it to display the forum name as well and have the forumname linkable as well?:
Thread title3 (Posted By: username3) in Forum4