Ouip, tu vas voir.
Donc, dans le template index_body, repère cette partie :
- Code:
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28">
<!-- BEGIN switch_viewonline_link -->
<span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<span class="cattitle">{L_WHO_IS_ONLINE}</span>
<!-- END switch_viewonline_nolink -->
</td>
</tr>
<tr>
<td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
<br />
{LOGGED_IN_USER_LIST}</span></td>
</tr>
{L_CONNECTED_MEMBERS}
{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}
<tr>
<td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
Il va falloir la remplacer par celle-ci :
- Code:
<!-- BEGIN disable_viewonline -->
<img src="http://img15.hostingpics.net/pics/184215TitreQEEL.png" margin-left="200px">
<div style="background-image:url('http://img15.hostingpics.net/pics/263503ImagedefondQEEL.png');
background-repeat:no-repeat; padding: 5px; color: #715d47; text-align: justify; -moz-border-radius:20px;">
<center><table cellspacing="0" cellpadding="0" border="0" height="200px;">
<tr><br><br><div style="border-radius: 17px;
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
padding: 10px;
border: 3px solid #750E0E; width: 80%; padding: 5px; background-image: url('http://i31.servimg.com/u/f31/16/61/97/52/sans_t18.png'); text-align: center; "><a href="https://www.google.fr/">Groupe 1</a> <a href="https://www.google.fr/">Groupe 2</a> <a href="https://www.google.fr/">Groupe 3</a></div>
<br /><br />
<tr><td width="30%"><div style="border-radius: 17px;
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
padding: 10px;
border: 3px solid #750E0E; height: 180px; width: 200px; padding: 5px; background-image: url('http://i31.servimg.com/u/f31/16/61/97/52/sans_t18.png'); text-align: justify;"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></div></td>
<td width="30%"><div style="border-radius: 17px;
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
padding: 10px;
border: 3px solid #750E0E; height: 180px; width: 200px; padding: 5px; background-image: url('http://i31.servimg.com/u/f31/16/61/97/52/sans_t18.png'); text-align: justify;"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
<br />
{LOGGED_IN_USER_LIST}<br />
<table>{L_CONNECTED_MEMBERS}</table></span><br />
</div></td>
<td width="30%"><div style="border-radius: 17px;
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
padding: 10px;
border: 3px solid #750E0E; width: 200px; height: 180px; padding: 5px; background-image: url('http://i31.servimg.com/u/f31/16/61/97/52/sans_t18.png'); text-align: justify;">
<table>{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}</table></div></td></tr></table></center></div>
<!-- END disable_viewonline -->
Pour modifier tes groupes, il te suffit de trouver cette partie (par exemple) :
- Code:
<a href="https://www.google.fr/">Groupe 1</a>
Et de remplacer le "Groupe 1" par ton intitulé, puis de mettre le lien correspondant à la place de l'adresse google. Si tu souhaites faire une mise en forme (couleur par exemple), ajoute la balise suivante :
- Code:
<div style="color: CODECOULEUR;"><a href="LIENGROUPE">NOM GROUPE</a></div>
Dis-moi si ça fonctionne