jl255
09-18-2009, 01:02 AM
I reference to the other link giving instructions:
http://www.vbulletin.com/forum/showthread.php?t=277280
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> (Posted By: "+threads[x].poster+")<br />");
how do i display the number of thread replies & number of thread views? i know that threads[x] array doesn't have those variables.... so how do i do it? Any help wld be greatly appreciated.
http://www.vbulletin.com/forum/showthread.php?t=277280
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> (Posted By: "+threads[x].poster+")<br />");
how do i display the number of thread replies & number of thread views? i know that threads[x] array doesn't have those variables.... so how do i do it? Any help wld be greatly appreciated.