Ver Mensaje Individual
  #46 (permalink)  
Antiguo 04/04/2005, 10:45
Avatar de yoseman
yoseman
 
Fecha de Ingreso: diciembre-2003
Ubicación: Alicante (Spain)
Mensajes: 471
Antigüedad: 21 años, 1 mes
Puntos: 5
Pongo un pequeño añadido para que linke al último mensaje de cada hilo, es a partir de
Código PHP:
while ($row = mysql_fetch_array($sql)) {
$id = $row['topic_id'];
$titulo = $row['topic_title'];
$respuestas = $row['topic_replies'];
$post_id = $row['topic_last_post_id'];
?>
<a href="<?=$phpbb_root_path?>viewtopic.php?t=<?=$id?>&highlight=#<?=$post_id?>">-<?=$titulo?></a><br />(<?=$respuestas?> Respuestas)<br /><br/>
<?
}
?>
Por si alguién lo quiere así.
__________________
[+]
[+]