I
Itachi-Kun
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.
Quedaría así
Como lo haría? Saludos y gracias
http://www.alkon.com.ar/foro/external.php?type=xml
Está construido así:
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í
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>