Quote:
Originally Posted by Lynne
|
Thank you again Lynne.
***To fix this issue***
Enable external javascript
AdminCP>VB Options>External Data Provider>
I also had to fix the JS as it was not correct -
Code:
<!--
for (var x in threads)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> (Posted By: "+threads[x].poster+")<br />");
}
//-->