Desculpe reviver o tópico mas acredito que algumas pessoas ainda queiram saber...
Pesquisei varios codigos na net e o que achei melhor foi esse:
Código:
<script type="text/javascript" src="http://URLDOFORUM/external.php?type=js&forumids=44"></script>
<script type="text/javascript">
<!--
var max = 15;
if(threads.length < max) max = threads.length;
for(i = 0; i < max; i++)
{
if (threads[i].title.length > 20)
{ threads[i].title = threads[i].title.substring(0, 30) + '...'; }
document.writeln("<li><a href=\"http://URLDOFORUM/showthread.php?t=" + threads[i].threadid + "\">" + threads[i].title + "</a> (" + threads[i].poster + " - Posted on: " + threads[i].threaddate + ") </li>");
}
//-->
</script>
Outros:
RSS Feeds - vBulletin Community Forum HowTo Display Latest Active Threads on ANY normal HTML page - vBulletin Community Forum
ps.: tem um exemplo no meu site, link na assinatura.