Dans votre fichier index_body.html, trouvez et supprimez :
- Code: Tout sélectionner
<div class="tabhead" style="width:inherit;margin:8px 0 0;padding:4px 8px 0;">
<span class="dt">Ya des visiteurs sur le forum ? Ah !</span></div>
<div class="tabcell" style="width:inherit;margin:0;">
<span class="dn">
<!-- IF S_DISPLAY_ONLINE_LIST -->
{TOTAL_USERS_ONLINE}<br />
({L_ONLINE_EXPLAIN})<br />
{RECORD_USERS}<br /><br />
{LOGGED_IN_USER_LIST}<br />
<!-- IF LEGEND -->{L_LEGEND}: <b>{LEGEND}</b><!-- ENDIF -->
</span></div>
<!-- ENDIF -->
<div class="tabhead" style="width:inherit;margin:8px 0 0;padding:4px 8px 0;">
<span class="dt">Rapport Millitaire</span></div>
<div class="tabcell" style="width:inherit;margin:0;"> <span class="dn">{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}
<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
<h3>{L_BIRTHDAYS}</h3>
<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
<!-- ENDIF -->
</span></div>
Toujours dans ce même fichier trouvez :
- Code: Tout sélectionner
</td></tr></table>
Ajouter ceci juste après :
- Code: Tout sélectionner
<div class="tabhead" style="width:inherit;margin:8px 0 0;padding:4px 8px 0;">
<span class="dt">Ya des visiteurs sur le forum ? Ah !</span></div>
<div class="tabcell" style="width:inherit;margin:0;">
<span class="dn">
<!-- IF S_DISPLAY_ONLINE_LIST -->
{TOTAL_USERS_ONLINE}<br />
({L_ONLINE_EXPLAIN})<br />
{RECORD_USERS}<br /><br />
{LOGGED_IN_USER_LIST}<br />
<!-- IF LEGEND -->{L_LEGEND}: <b>{LEGEND}</b><!-- ENDIF -->
</span></div>
<!-- ENDIF -->
<div class="tabhead" style="width:inherit;margin:8px 0 0;padding:4px 8px 0;">
<span class="dt">Rapport Millitaire</span></div>
<div class="tabcell" style="width:inherit;margin:0;"> <span class="dn">{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}
<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
<h3>{L_BIRTHDAYS}</h3>
<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
<!-- ENDIF -->
</span></div>
@ +



