Esta es una discusión para el tema Sobre external.php XML en el foro vBulletin 3 - Preguntas, Problemas y Soluciones, bajo la categoría Soporte vBulletin; Voy a poner un ejemplo de una dirección XML vBulletin:
http://www.alkon.com.ar/foro/external.php?type=xml
Está construido así:
Código HTML:
<thread id= "590530" >
<title> [1.04x] You are disconnect from the server </title>
<author> Xi0n </author>
<date> 31-10-08 </date>
...
Página:
Voy a poner un ejemplo de una dirección XML vBulletin:
http://www.alkon.com.ar/foro/external.php?type=xml
Está construido así:
Ahora mi pregunta es si puedo agregar un tag pero que me ponga la vista previa del mensaje, el texto corto que siempre sale al pasar al links del thread.Código HTML:<thread id="590530"> <title>[1.04x] You are disconnect from the server</title> <author>Xi0n</author> <date>31-10-08</date> <time>14:15</time> </thread>
Quedaría así
Como lo haría? Saludos y graciasCódigo HTML:<thread id="590530"> <title>[1.04x] You are disconnect from the server</title> <author>Xi0n</author> <preview>Hola mi mensaje es un mens...</preview> <date>31-10-08</date> <time>14:15</time> </thread>