- Qui est en ligne
- Anniversaire
- Statistiques
Se rendre ici :
► ./styles/NOM DU STYLE/template
Et ouvrir le template index_body.html
Si ce template n'est pas présent dans le répertoire du style du forum il suffit de l'importer depuis Prosilver
Qui est en ligne
Code: Tout sélectionner
<!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
Code: Tout sélectionner
<!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">
<i class="icon fa-users fa-fw icon-CornflowerBlue" aria-hidden="true"></i>{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3><i class="icon fa-users fa-fw icon-CornflowerBlue" aria-hidden="true"></i>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
Anniversaire
Code: Tout sélectionner
<h3>{L_BIRTHDAYS}</h3>
Code: Tout sélectionner
<h3><i class="icon fa-birthday-cake fa-fw icon-CornflowerBlue" aria-hidden="true"></i>{L_BIRTHDAYS}</h3>
Statistiques
Code: Tout sélectionner
<h3>{L_STATISTICS}</h3>
Code: Tout sélectionner
<h3><i class="icon fa-bar-chart-o fa-fw icon-CornflowerBlue" aria-hidden="true"></i>{L_STATISTICS}</h3>
Il faudra bien évidemment vider le cache pour afficher les icônes sur l'index du forum