Ces trois stats sont affichées sur les forums phpbb originaux :
http://forums.phpbb-fr.com/
Dans le fichier index_body.tpl qui se trouve dans le dossier de ton Template (Skin) cherche ça :
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
Si tu ne trouves pas chercher "{L_WHO_IS_ONLINE}"
Et ajoute ça juste après :
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}
{TOTAL_USERS}
{NEWEST_USER}</span>
</td>
</tr>