PDA

View Full Version : List latest threads outside forum


solokron
10-06-2005, 09:35 AM
I am looking for a script to list the latest threads outside of the forum.

I used vbexternal but it is now hosed since Gold hit.

I have also tried the following script which does not work...

<!--
var max = 13;
if(threads.length < max) max = threads.length;
for(i = 0; i < max; i++)
{
if (threads[i].title.length > 50)
{ threads[i].title = threads[i].title.substring(0, 20) + '...'; }
document.writeln("<li><a href=\"http://www.yourforum.com/forum/showthread.php?t=" + threads[i].threadid + "\" style=\" color:black; \">" + threads[i].title + "</a><br> (" + threads[i].poster + " - Erstellt am: " + threads[i].threaddate + ") <br><br></li>");
}
//-->

solokron
10-07-2005, 10:18 AM
Anyone?

ohgenki
10-12-2005, 03:22 AM
anyone ?

solokron
10-12-2005, 03:35 AM
vbexternal has been corrected for gold and works fine.

Webs007
03-22-2006, 02:28 PM
What about 3.5.4 ? - I tried but I think it currently doesn't support the latest versio of VB :banana: