Invité
Invité
|
Sujet: Mettre en Flash dans le Qui est en Ligne! Ven 3 Oct - 10:49 |
|
|
|
Titre du tutoriel: Mettre en Flash dans le Qui est en Ligne!
Introduction:
Cette solution ne fonctionne uniquement avec les forums en version PHPbb2 car il faut avoir accès aux templates de votre forum. Il faut être également Fondateur pour avoir les accès nécessaires.
Solution proposée:
Panneau d'Administration -> Affichage -> Templates -> Général -> Index_body.
Rechercher le code suivant:
| Code: | <img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td> |
Le supprimer et mettre le code Flash à la place.
Dans cette exemple, j'ai décidé de mettre une horloge.
| Code: | <embed src="http://dahane0.free.fr/opensources/horloges/HORLbleuclaire.swf" width="128" height="128" wmode="transparent"></embed>
|
Voici le passage du templates modifié:
| Code: | </table><!-- BEGIN disable_viewonline --> <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td class="catHead" colspan="2" height="28"><span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span></td> </tr> <tr> <td class="row1" rowspan="6" align="center" valign="middle">[color=red]<embed src="http://dahane0.free.fr/opensources/horloges/HORLbleuclaire.swf" width="128" height="128" wmode="transparent"></embed>[/color]</td> <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br> {TOTAL_USERS}<br> {NEWEST_USER}</span></td> </tr> |
A la fin, vous avez ceci:

Ce tutoriel a été rédigé par Xoumi pour le compte de TCD. Aucune reproduction sans mon accord conformément à l'Article L122-1 du CPI.
|
|