QEEL n'affiche pas "membres connectés les 24 dernières heures" correctement

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu QEEL n'affiche pas "membres connectés les 24 dernières heures" correctement

Message par Miya Yoshizumi Dim 28 Aoû 2011 - 19:22

Bonjour, bonsoir.
J'aurais besoin d'un peu d'aide. J'aimerais savoir comment mettre "membres connectés au cours des 24 heures" de façon à ce que cela ne bug plus. Et que ce soit dans le cadre si possible. Voici une image pour vous faire une idée de ce que cela donne.. ^^'
Spoiler:

Le code :

Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle" align="right">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         
<a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         </span>
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a>

            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a>

            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->



 <table>
  <tr>
      <td><table cellspacing="2" cellpadding="2" width="300" height="400" border="0" class="statistiques" style="background-image:url(URL);background-repeat:no-repeat;"><div style="background:White;border: dashed 2px MediumSpringGreen"><span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}

{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}<br> </span></div></table></td>
      <td><table cellspacing="2" cellpadding="2" width="300" height="400" border="0" class="statistiques" style="background-image:url(URL);background-repeat:no-repeat;"><div style="background:White;border: dashed 2px MediumSpringGreen"><span class="groupes">{L_CONNECTED_MEMBERS}</span></div></table></td>
      </tr>
<td><table cellspacing="3" cellpadding="2" width="450" height="200" border="0" class="statistiques" style="background-image:url(URL);background-repeat:no-repeat;"><div style="background:White;border: dashed 2px MediumSpringGreen"><span class="gensmall"><a href="http://og-rpg.forumactif.org/g3-ouran-host"><font color="#1588D4" size="2"><b>Ouran Host</b></font></a></span><img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://og-rpg.forumactif.org/g4-ouran-girl"><font color="#BF5EFF" size="2"><b>Ouran Girl</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g5-ouran-boy"><font color="#160070" size="2"><b>Ouran Boy</b></font></a></span><img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g8-ouran-teacher"><font color="#5F9FA1" size="2"><b>Ouran Teacher</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><br>
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g6-zuka-host"><font color="#C70000" size="2"><b>Zuka Host</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g7-  st-lobelia-s-girl"><font color="#FF7F99" size="2"><b>St. Lobelia's Girl</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g9-st-lobelia-s-teacher"><font color="#FF40F2" size="2"><b>St. Lobelia's Teacher</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><br>
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g10-other"><font color="#90EE90" size="2"><b>Other</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"></span></div></table></td>
</table>

<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
     status: true,
     cookie: true,
     xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

Merci à l'avance à celui ou celle qui m'aidera. ^^


Dernière édition par Miya Yoshizumi le Dim 28 Aoû 2011 - 22:38, édité 1 fois
Miya Yoshizumi

Miya Yoshizumi
***

Féminin
Messages : 146
Inscrit(e) le : 21/03/2009

http://hunterXhunter-world.forumactif.com
Miya Yoshizumi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: QEEL n'affiche pas "membres connectés les 24 dernières heures" correctement

Message par Invité Dim 28 Aoû 2011 - 22:04

Bonsoir,

Les cellules de droite de votre tableau ne sont pas fusionnées, c'est ce qui crée ce décalage. Vous avez mis des tableaux dans le tableau, j'ai essayé de simplifier un peu en appliquant le style aux cellules.
Voici la partie du qui est en ligne à essayer:
Code:
<!-- BEGIN disable_viewonline -->
 
 
 
 <table cellspacing="2" cellpadding="2">
  <tr>
      <td width="300" height="400" border="0" class="statistiques" valign="top" style="background-image:url(URL);background-repeat:no-repeat;"><div style="background:White;border: dashed 2px MediumSpringGreen"><span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}
 
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}<br> </span></div></td>
      <td rowspan="2" valign="top" width="300" height="400" border="0" class="statistiques" style="background-image:url(URL);background-repeat:no-repeat;"><div style="background:White;border: dashed 2px MediumSpringGreen"><table  height="400"><span class="groupes">{L_CONNECTED_MEMBERS}</span></table></div></td>
      </tr>
<tr><td width="450" height="200" border="0" class="statistiques" style="background-image:url(URL);background-repeat:no-repeat;"><div style="background:White;border: dashed 2px MediumSpringGreen"><span class="gensmall"><a href="http://og-rpg.forumactif.org/g3-ouran-host"><font color="#1588D4" size="2"><b>Ouran Host</b></font></a></span><img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://og-rpg.forumactif.org/g4-ouran-girl"><font color="#BF5EFF" size="2"><b>Ouran Girl</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g5-ouran-boy"><font color="#160070" size="2"><b>Ouran Boy</b></font></a></span><img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g8-ouran-teacher"><font color="#5F9FA1" size="2"><b>Ouran Teacher</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><br>
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g6-zuka-host"><font color="#C70000" size="2"><b>Zuka Host</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g7-  st-lobelia-s-girl"><font color="#FF7F99" size="2"><b>St. Lobelia's Girl</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g9-st-lobelia-s-teacher"><font color="#FF40F2" size="2"><b>St. Lobelia's Teacher</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><br>
<span class="groupes"> <a href="http://og-rpg.forumactif.org/g10-other"><font color="#90EE90" size="2"><b>Other</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"></span></div></td></tr>
</table>
 
<!-- END disable_viewonline -->

Cordialement.
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: QEEL n'affiche pas "membres connectés les 24 dernières heures" correctement

Message par Miya Yoshizumi Dim 28 Aoû 2011 - 22:12

Bonsoir,
Merci, Isolde.
J'aurais encore une question à poser.
Peut-on modifier la taille du "membres connectés au cours de ses 24 dernières heures" ? Car c'est extrêmement large et je ne voudrais pas que cela prenne trop de place. :S
Miya Yoshizumi

Miya Yoshizumi
***

Féminin
Messages : 146
Inscrit(e) le : 21/03/2009

http://hunterXhunter-world.forumactif.com
Miya Yoshizumi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: QEEL n'affiche pas "membres connectés les 24 dernières heures" correctement

Message par Invité Dim 28 Aoû 2011 - 22:19

Vous me parlez de la taille de la cellule ou de la taille du texte?

Cordialement.
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: QEEL n'affiche pas "membres connectés les 24 dernières heures" correctement

Message par Miya Yoshizumi Dim 28 Aoû 2011 - 22:22

Bonsoir,
la taille de la cellulle, s'il-vous-plaît. Car c'est trop large verticalement. Et j'ai beau à bidouiller, cela ne change rien.
Miya Yoshizumi

Miya Yoshizumi
***

Féminin
Messages : 146
Inscrit(e) le : 21/03/2009

http://hunterXhunter-world.forumactif.com
Miya Yoshizumi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: QEEL n'affiche pas "membres connectés les 24 dernières heures" correctement

Message par Invité Dim 28 Aoû 2011 - 22:27

Ok Smile , tout se passe dans cette partie:
<td rowspan="2" valign="top" width="300" height="400" border="0" class="statistiques" style="background-image:url(URL);background-repeat:no-repeat;"><div style="background:White;border: dashed 2px MediumSpringGreen"><table height="400"><span class="groupes">{L_CONNECTED_MEMBERS}</span></table></div></td>
Width correspond à la largeur et height à la hauteur, diminuez les chiffres selon vos souhaits. Pour modifier la hauteur, attention, elle est à 2 endroits pour que l'affichage se fasse bien Wink .

Cordialement.
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: QEEL n'affiche pas "membres connectés les 24 dernières heures" correctement

Message par Miya Yoshizumi Dim 28 Aoû 2011 - 22:38

Oh ! Que suis-je bête ! xD Pas étonnant que cela ne changeait pas.
Merci Isolde, j'apprécie ton aide si précieux. ^^
Miya Yoshizumi

Miya Yoshizumi
***

Féminin
Messages : 146
Inscrit(e) le : 21/03/2009

http://hunterXhunter-world.forumactif.com
Miya Yoshizumi a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut


Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum