Forum » » Questions » » Les dix derniers posts affichés en accueil.
Posté : 29 août 2006 à 20:38
$max_caracteres=30;//Nbres de caractères pour le titre
if (strlen($topic_title)>$max_caracteres)
{
$topic_title = substr($topic_title, 0, $max_caracteres);
$topic_title = $topic_title."...";
}
$boxstuff.="<a href=\"viewtopic.php?topic=$topic_id&forum=$forum_id\">$topic_title</a></td>";
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=21018&forum=9