Afficher un message
Par défaut  
Vieux 01/05/2008, 17h54   #3 (permalink)
Eve_Ra
Membre actif
 
Avatar de Eve_Ra
 
Date d'inscription: avril 2008
Localisation: Sur mon coussin
Messages: 10
Quelque chose que je n'avais pas repéré, car je n'active jamais la description des forums dans le showthread...

Gestionnaire de styles > FDA Style > Templates Navigation/Chemin :

Tu cherches le code suivant :

Code HTML:
<!-- / breadcrumb, login, pm info -->
<br />
<if condition="$show['notices']">
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="98%" align="center">
 <tr>
  <td class="thead">$vbphrase[notices]</td>
 </tr>
 <tr>
  <td class="alt1">$notices</td>
 </tr>
 </table>
 <br />
</if>
<if condition="$show['forumdesc']">
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="98%" align="center">
 <tr>
  <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
 </tr>
 </table>
 <br />
</if>
Tu passes les deux tables <if condition="$show['notices']"> et <if condition="$show['forumdesc']"> en width="98%" au lieu de 100% pour que cela ne dépasse pas des autres tables.

Je vais finir par te faire découvrir les templates, hein ?
Eve_Ra est déconnecté   Réponse avec citation