Index du Forum » » Questions

Auteur

Les dix derniers posts affichés en accueil.
oim
1453       
 

  Posté : 29-08-2006 20:38

Slt, si le titre est trop long ou pour ne pas qu'il déborde remplacer la ligne "td.. topic_title" par :


   $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&amp;forum=$forum_id\">$topic_title& lt;/a></td>";




Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=21018&forum=9