Foros del Web » Programando para Internet » Javascript »

Ayuda External vbulletin forumid

Estas en el tema de Ayuda External vbulletin forumid en el foro de Javascript en Foros del Web. Hola amigos, ayudenme con este script para ver algunos temas del foro en mi web, resulta en la seccion forumid=16 existen como 5 theards y ...
  #1 (permalink)  
Antiguo 30/11/2007, 17:45
Avatar de sandrox23  
Fecha de Ingreso: abril-2005
Ubicación: Lima - Peru
Mensajes: 274
Antigüedad: 19 años
Puntos: 0
Exclamación Ayuda External vbulletin forumid

Hola amigos, ayudenme con este script para ver algunos temas del foro en mi web, resulta en la seccion forumid=16 existen como 5 theards y cuando pongo este script solo aperece 1 tema.. cual puede ser el error?

Código PHP:
<A name="scrollingCode"></A>
            <
MARQUEE behavior="scroll" align="left" direction="up" height="100" scrollamount="2" scrolldelay="5" onmouseover="this.stop()" onmouseout="this.start()">
            <
script type="text/javascript" src="forum/external.php?type=js&forumids=16"></script>
            <script language="" type="text/javascript">
<!--
var max = 3;
if(threads.length < max)
max = threads.length;
for(x = 0; x < max; x++)
{
if (threads[x].title.length > 40)
{ threads[x].title = threads[x].title.substring(0, 20) + '...'; }
document.writeln("<img class=\"inlineimg\" src=\"http://img69.imageshack.us/img69/3681/lastpostck4.gif\" alt=\"\" border=\"0\" />&nbsp;<a target=\"_blank\" href=\"forum/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <span class=\"time\">("+threads[x].poster+")</span><br />");
}
//-->
            <!-- </script></MARQUEE> 
__________________
diseniando ........
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 04:28.