Hello everyone,
I recently updated with the latest patch (3.8.4 PL2) and lost all my latest threads on the left sidebar. Does anyone here know how to fix this problem?
This is the script I am using it, everything was working fine and right after I upgreaded the latest patch, I lost it.
Code:
<script type="text/javascript" src="external.php?type=js"></script>
<script language="" type="text/javascript">
<!--
for (var x in threads)
{
document.writeln("<strong> <a href=\"showthread.php?t="+threads[x].threadid+"&goto=newpost\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/firstnew.gif\" alt=\"\" border=\"0\" /></a> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br />");
}
//-->
</script>
Thank you