Bon Bonjour voila j'ai recemment telecharger le mod : utilisateur connecte du jour
je vais pour modifier les codes et tout jusqu'a qu'il me demande de rechercher ca :
Citation
//
// Pour les variables de langue des mods
// -------------------------------------
dans le fichier : langue_module.php (langues/fr/langue_module.php)
hors cette phrase ne s'y trouve pas

donc gros probleme

que dois je faire lol?
et voila j'essaie (oui j'essaie pas sur d'y arriver mdr) de metre ce mod sur un theme fabrique hors le tuto du mod explicite seulement pour le theme par default (icecold si je ne me trompe pas :/) donc forcement les deux fichiers (boite_online_corps.tpl) ne sont pas les meme
alors je voulais savoir si le code du theme prefabrique etait ok?(celui ci)
Citation
<br />
<table id="Top forum" width="798" height="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="themes/dgf_xgamer/images/topforum_01.gif" width="232" height="34" alt=""></td>
<td style="background-image:url(themes/dgf_xgamer/images/topforum_02.gif);" width="100%" height="34" valign="top" alt=""> </td>
<td>
<img src="themes/dgf_xgamer/images/topforum_03.gif" width="29" height="34" alt=""></td>
</tr>
<!--Début du mod: Utilisateurs connectés du jour-->
<tr>
<td class="td_stats"><span class="petit">{JOUR_STAT}<br />{MEMBRES_JOUR}<br /></span></td>
</tr>
<!--Fin du mod: Utilisateurs connectés du jour-->
</table>
<table id="forum" width="798" height="70" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td>
<img src="themes/dgf_xgamer/images/forum_01.gif" width="4" height="70" alt=""></td>
<td style="background-image:url(themes/dgf_xgamer/images/forum_02.gif);" width="57" height="70" alt=""> </td>
<td class="imageOne" onMouseOver="this.className='imageTwo'" onMouseOut="this.className='imageOne'" valign="top" width="726" height="100%" alt="">
<center>
<b><span style="color:#FFFFFF;" class="petit"><< {L_BOITE_ONLINE} >> </span></b>
<!--Modif: Utilisateurs connectés du jour-->
<td class="td_clair" width="50" rowspan="4">{IMG_BOITE_ONLINE}</td>
</center><br />
<span class="petit">{NB_MEMBRES} | {DERNIER_MEMBRE}</span><br />
<span class="petit">{L_LEGENDE_AUT}</span><br />
<span class="petit">{ONLINE_STAT}<br />{MEMBRES_ONLINE}<br /></span>
</td>
<td style=" background-image:url(themes/dgf_xgamer/images/forum_06.gif);" valign="top" width="11" height="70">
<img src="themes/dgf_xgamer/images/forum_06.gif" width="11" height="70" alt=""></td>
</tr>
</table>
<table id="Bottom forum" width="798" height="53" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="themes/dgf_xgamer/images/bottomforum_01.gif" width="84" height="53" alt=""></td>
<td style="background-image:url(themes/dgf_xgamer/images/bottomforum_02.gif);" width="100%" height="53" alt=""></td>
<td>
<img src="themes/dgf_xgamer/images/bottomforum_03.gif" width="38" height="53" alt=""></td>
</tr>
</table>
et celui du icecold :[/u][/b]
Citation
<br />
<table class="stats" width="100%" cellspacing="1" cellpadding="3">
<tr>
<td class="td_titre" colspan="3">{L_BOITE_ONLINE}</td>
</tr>
<tr>
<!--Modif: Utilisateurs connectés du jour-->
<td class="td_clair" width="50" rowspan="4">{IMG_BOITE_ONLINE}</td>
<td class="td_stats"><span class="petit">{NB_MEMBRES} | {DERNIER_MEMBRE}</span></td>
</tr>
<tr>
<td class="td_stats"><span class="petit">{L_LEGENDE_AUT}</span></td>
</tr>
<tr>
<td class="td_stats"><span class="petit">{ONLINE_STAT}<br />{MEMBRES_ONLINE}<br /></span></td>
</tr>
</table>
[b][u]Et voila se qu'il me demande :
Citation
[11] ---------- ouvrir ---------------------------------------------------------
#
themes/IceCold/boite_online_corps.tpl
#
# [12] ---------- chercher -------------------------------------------------------
#
<td class="td_clair" width="50" rowspan="3">{IMG_BOITE_ONLINE}</td>
#
# [13] ---------- remplacer par --------------------------------------------------
#
<!--Modif: Utilisateurs connectés du jour-->
<td class="td_clair" width="50" rowspan="4">{IMG_BOITE_ONLINE}</td>
#
# [14] ---------- chercher -------------------------------------------------------
#
</table>
#
# [15] ---------- avant, ajouter -------------------------------------------------
#
<!--Début du mod: Utilisateurs connectés du jour-->
<tr>
<td class="td_stats"><span class="petit">{JOUR_STAT}<br />{MEMBRES_JOUR}<br /></span></td>
</tr>
<!--Fin du mod: Utilisateurs connectés du jour-->
voila en esperant etre assez claire (et avoir poste dans la bonne rubrique
)
Merci beaucoup de m'aider ...:D