Problème avec mon QEEL codé •

2 participants

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

Résolu Problème avec mon QEEL codé •

Message par VocaLoiD° Jeu 21 Juil 2011 - 17:59

Bonjour chers Forumactiens {haha},
J'ai un petit problème avec mon QEEL codé.
Je vous explique pour que vous compreniez un peu mieux :
Bon voilà, en tant qu'invité sur mon forum, la fonction sur le QEEL "Membres connectés au cours des 24 dernières heures :". Bien sûr, je m'attends à ce que vous me répondiez "Affichage => Page d'accueil => Généralités => Afficher la liste des membres connectés au cours des 24* dernières heures : cocher oui". Seulement, cela est déjà fait depuis belles lurettes. Je vais vous donner mon template modifier pour vous faciliter la tâche si vous voulez m'aider à supprimer le problème. J'ai aussi pris un screen {je suis connecté en tant que membre} et un screen connecté en tant qu'invité.

Screen en tant que membre :

Spoiler:

Screen en tant qu'invité :

Spoiler:

Voici mon template index_body {page d'accueil} modifié :

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 -->
<center><table width="730" cellspacing="5" cellpadding="1">
  <tr>
      <td colspan="2" align="center">
        <img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" />
      </td>
  </tr>
  <tr>
      <td colspan="2" class="groupes">
        <center>
        <SCRIPT type=text/javascript>
        function changeOnglet(_this){
        var getOnglets = document.getElementById('mes_onglets').getElementsByTagName('li');
        for(var i = 0; i < getOnglets.length; i++){
        if(getOnglets[i].id){
        if(getOnglets[i].id == _this.id){
            getOnglets[i].className = 'mon_onglet_selected';
            document.getElementById('c' + _this.id).style.display = 'block';
        }
        else{
            getOnglets[i].className = 'mon_onglet';
            document.getElementById('c' + getOnglets[i].id).style.display = 'none';
        }
        }
        }
        }
        </SCRIPT>
        <DIV id=Fanasia>
                <DIV id=mes_onglets>
                <UL>
                    <table cellspacing="1" cellpadding="1">

                  <tr>
                    <td class="zonegroupes">

                        <LI id=o_1 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g3-she-devil-admin"><font color="#A62924">{SHE-DEVILS </font></a>
                        </LI>

                    </td>
                    <td class="zonegroupes">
                      <LI id=o_2 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g2-daemon-modo"><font color="#A66767"> DAEMON}</font></a>
                        </LI>
                    </td>
                    <td class="zonegroupes">
                        <LI id=o_3 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g6-little-sunshine"><font color="#A38253"> LITTLE SUNSHINE </font></a>
                        </LI>
                    </td>
                    <td class="zonegroupes">
                        <LI id=o_4 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g7-light-moon"><font color="#6E6D8C"> LIGHT MOON </font></a>
                        </LI>
                    </td>
                    <td class="zonegroupes">
                        <LI id=o_5 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g8-all-star-s"><font color="#63524F"> ALL STAR'S </span></a>
                        </LI>
                    </td>
                    <td class="zonegroupes">
                        <LI id=o_6 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g5-les-faineants"><font color="#87606B"> LES FAINÉANTS </font></a>
                        </LI>
                    </td>
 
                  </tr>
              </table>
            </UL>
            </DIV>
        </center>
      </td>
  </tr>
  <tr>
      <td width="365" height="270" valign="top">


      <div align="justify">

<span class="gensmall">
{TOTAL_POSTS}.
        {TOTAL_USERS}.
<br/>
  {NEWEST_USER}
        </span>
        <br ><br >
        <span class="gensmall"> {LOGGED_IN_USER_LIST}</span>
        <!-- BEGIN switch_chatbox_activate -->
        <span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {CHATTERS_LIST}
      
        <br ><span class="gensmall">{TOTAL_USERS_ONLINE}.
        {RECORD_USERS}.
<table>{L_CONNECTED_MEMBERS}</table>
        </span>
        <br ><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>
        <!-- END switch_chatbox_activate -->


      </td>
      <td width="360" align="center">
        <table width="100%">
            <tr>
              <td class="titrepartieimage">
                  <img src="http://i51.tinypic.com/hwlvrs.jpg">
              </td>
            </tr>
            <tr>
              <td class="zonetextepartie">
                  <div style="overflow: auto; width: 360px; height: 250px;" class="window" align="center">

                        <LI id=o_7 class=mon_onglet onmouseover=changeOnglet(this);><a href="http://la-trappe.forumsactifs.com/g10-graphicoteurs-staff"><img src="http://i52.tinypic.com/xpbsxu.jpg"></a>
                        </LI>                   

<LI id=o_8 class=mon_onglet onmouseover=changeOnglet(this);><a href="http://la-trappe.forumsactifs.com/g11-cod-codeurs-staff"><img src="http://i52.tinypic.com/2628buv.jpg"></a>                        </LI>       

     
                  </div>
              </td>
            </tr>
        </table>
      </td>
  </tr>
  <tr>
      <td colspan="2" class="descriptiongroupes">
        <DIV id=mes_contenus>
                  <DIV style="DISPLAY: none" id=co_1 class=interieurdescription>
           
<img src="http://i56.tinypic.com/j0a4u8.jpg">
                   

                  </DIV>
                  <DIV style="DISPLAY: none" id=co_2 class=interieurdescription>

<img src="http://i54.tinypic.com/k9bdao.jpg">
                   
                  </DIV>
                  <DIV style="DISPLAY: none" id=co_3 class=interieurdescription>

<img src="http://i51.tinypic.com/30vbrqa.jpg">
                   
                  </DIV>
                  <DIV style="DISPLAY: none" id=co_4 class=interieurdescription>

<img src="http://i52.tinypic.com/21l4sqw.jpg">

                  </DIV>
                  <DIV style="DISPLAY: none" id=co_5 class=interieurdescription>

<img src="http://i56.tinypic.com/2n9yerl.jpg">
                   
                  </DIV>
                  <DIV style="DISPLAY: none" id=co_6 class=interieurdescription>

<img src="http://i52.tinypic.com/zlwxsx.jpg">
                   
                  </DIV>
                  <DIV style="DISPLAY: none" id=co_7 class=interieurdescription>
ahhhh
                   
                  </DIV>
                  <DIV style="DISPLAY: none" id=co_8 class=interieurdescription>

ahhhh
                   
                  </DIV>

</div></div>
      </td>
  </tr>

</table></center>
 <!-- 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 -->


Voici une partie de mes CSS {la partie qui correspond au QEEL} :

Code:
/*QEELQEELQEELQEEL*/

/*JE FAIS AUSSI PARTIE DU STAFF*/
.titrepartieimage {
text-shadow: #362E27 1px 1px 1px ;
background-image:url("http://i54.tinypic.com/b97xc7.jpg");
height: 20px;
font-size: 16px;
font-weight: lighter;
LETTER-SPACING: 3px;
text-align : center;
font-family: georgia ;
}


/*ZONE TEXTE JE FAIS AUSSI PARTIE DU STAFF*/
.zonetextepartie {
background-image:url("http://i52.tinypic.com/2mo8il4.jpg");
width: 365px;
height: 100px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
}

/*GROUPES*/
.groupes {
font-size: 11pt;
text-shadow: #000000 1px 1px 1px ;
font-family: courrier new ;
}
.zonegroupes {
padding-left : 10px;
padding-right : 10px;
}

/*PUCES*/
ul, li{
  list-style: none;}

/*DESCRIPTION GROUPES*/
.descriptiongroupes {
height : 70px;
color: #54443D;
font-size: 11px;
text-align: justify;
text-transform:uppercase;
-moz-border-radius:30px;
-webkit-border-radius:30px;
background-image:url("http://i54.tinypic.com/b97xc7.jpg");
padding: 10px;
}

/*INTERIEUR DE LA DESCRIPTION DES GROUPES*/

#interieurdescription {
height : 75px;
width : 40px;
}

/*STATISTIQUES*/

.stats {
background: #857464;
text-align: justify;
}

Merci d'avance à tous ceux et celles qui répondront à mon problème Wink
VocaLoiD°

VocaLoiD°
Nouveau membre

Messages : 6
Inscrit(e) le : 21/07/2011

http://la-trappe.forumsactifs.com/
VocaLoiD° a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème avec mon QEEL codé •

Message par Scipion Jeu 21 Juil 2011 - 21:36

Bonsoir

Veuillez tester votre "Qui est en ligne" :

Like a Star @ heaven Template index_body modifié

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 -->
        <br /><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><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
              <!-- BEGIN switch_delete_cookies -->
              <br /><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 -->
<center><table width="730" cellspacing="5" cellpadding="1">
  <tr>
      <td colspan="2" align="center">
        <img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" />
      </td>
  </tr>
  <tr>
      <td colspan="2" class="groupes">
        <center>
        <SCRIPT type=text/javascript>
        function changeOnglet(_this){
        var getOnglets = document.getElementById('mes_onglets').getElementsByTagName('li');
        for(var i = 0; i < getOnglets.length; i++){
        if(getOnglets[i].id){
        if(getOnglets[i].id == _this.id){
            getOnglets[i].className = 'mon_onglet_selected';
            document.getElementById('c' + _this.id).style.display = 'block';
        }
        else{
            getOnglets[i].className = 'mon_onglet';
            document.getElementById('c' + getOnglets[i].id).style.display = 'none';
        }
        }
        }
        }
        </SCRIPT>
        <DIV id=Fanasia>
                <DIV id=mes_onglets>
                <UL>
                    <table cellspacing="1" cellpadding="1">

                  <tr>
                    <td class="zonegroupes">

                        <LI id=o_1 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g3-she-devil-admin"><font color="#A62924">{SHE-DEVILS </font></a>
                        </LI>

                    </td>
                    <td class="zonegroupes">
                      <LI id=o_2 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g2-daemon-modo"><font color="#A66767"> DAEMON}</font></a>
                        </LI>
                    </td>
                    <td class="zonegroupes">
                        <LI id=o_3 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g6-little-sunshine"><font color="#A38253"> LITTLE SUNSHINE </font></a>
                        </LI>
                    </td>
                    <td class="zonegroupes">
                        <LI id=o_4 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g7-light-moon"><font color="#6E6D8C"> LIGHT MOON </font></a>
                        </LI>
                    </td>
                    <td class="zonegroupes">
                        <LI id=o_5 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g8-all-star-s"><font color="#63524F"> ALL STAR'S </span></a>
                        </LI>
                    </td>
                    <td class="zonegroupes">
                        <LI id=o_6 class=mon_onglet onmouseover=changeOnglet(this);>
                        <a href="http://la-trappe.forumsactifs.com/g5-les-faineants"><font color="#87606B"> LES FAINÉANTS </font></a>
                        </LI>
                    </td>
 
                  </tr>
              </table>
            </UL>
            </DIV>
        </center>
      </td>
  </tr>
  <tr>
      <td width="365" height="270" valign="top">


      <div align="justify">

<span class="gensmall">
{TOTAL_POSTS}<br><br>
        {TOTAL_USERS}.<br /><br/>
        {NEWEST_USER}<br><br>
        {RECORD_USERS}<br><br>
        {TOTAL_USERS_ONLINE}<br><br>
        </span>
        <span class="gensmall">{LOGGED_IN_USER_LIST}</span><br>
        <table><div style="background;>{L_CONNECTED_MEMBERS}</div></table><br>

        <!-- BEGIN switch_chatbox_activate -->
        <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>
        <!-- END switch_chatbox_activate -->


      </td>
      <td width="360" align="center">
        <table width="100%">
            <tr>
              <td class="titrepartieimage">
                  <img src="http://i51.tinypic.com/hwlvrs.jpg">
              </td>
            </tr>
            <tr>
              <td class="zonetextepartie">
                  <div style="overflow: auto; width: 360px; height: 250px;" class="window" align="center">

                        <LI id=o_7 class=mon_onglet onmouseover=changeOnglet(this);><a href="http://la-trappe.forumsactifs.com/g10-graphicoteurs-staff"><img src="http://i52.tinypic.com/xpbsxu.jpg"></a><br />                        </LI>                   

<LI id=o_8 class=mon_onglet onmouseover=changeOnglet(this);><a href="http://la-trappe.forumsactifs.com/g11-cod-codeurs-staff"><img src="http://i52.tinypic.com/2628buv.jpg"></a>                        </LI>       

     
                  </div>
              </td>
            </tr>
        </table>
      </td>
  </tr>
  <tr>
      <td colspan="2" class="descriptiongroupes">
        <DIV id=mes_contenus>
                  <DIV style="DISPLAY: none" id=co_1 class=interieurdescription>
           
<img src="http://i56.tinypic.com/j0a4u8.jpg">
                   

                  </DIV>
                  <DIV style="DISPLAY: none" id=co_2 class=interieurdescription>

<img src="http://i54.tinypic.com/k9bdao.jpg">
                   
                  </DIV>
                  <DIV style="DISPLAY: none" id=co_3 class=interieurdescription>

<img src="http://i51.tinypic.com/30vbrqa.jpg">
                   
                  </DIV>
                  <DIV style="DISPLAY: none" id=co_4 class=interieurdescription>

<img src="http://i52.tinypic.com/21l4sqw.jpg">

                  </DIV>
                  <DIV style="DISPLAY: none" id=co_5 class=interieurdescription>

<img src="http://i56.tinypic.com/2n9yerl.jpg">
                   
                  </DIV>
                  <DIV style="DISPLAY: none" id=co_6 class=interieurdescription>

<img src="http://i52.tinypic.com/zlwxsx.jpg">
                   
                  </DIV>
                  <DIV style="DISPLAY: none" id=co_7 class=interieurdescription>
ahhhh
                   
                  </DIV>
                  <DIV style="DISPLAY: none" id=co_8 class=interieurdescription>

ahhhh
                   
                  </DIV>

</div></div>
      </td>
  </tr>

</table></center>
 <!-- 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 -->
Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8655
Inscrit(e) le : 03/02/2010

https://forum.forumactif.com/
Scipion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème avec mon QEEL codé •

Message par VocaLoiD° Jeu 21 Juil 2011 - 23:43

Bonsoir,
Merci de cette réponse si rapide !

Seulement, quand j'essaie d'actualiser le code, un message d'erreur s'affiche :

Problème avec mon QEEL codé • Of1oco

Merci encore pour votre réponse et j'espère que quelqu'un pourra résoudre mon problème Wink
VocaLoiD°

VocaLoiD°
Nouveau membre

Messages : 6
Inscrit(e) le : 21/07/2011

http://la-trappe.forumsactifs.com/
VocaLoiD° a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème avec mon QEEL codé •

Message par Scipion Jeu 21 Juil 2011 - 23:52

Le template modifié que je vous ai donné ne comporte aucune erreur, je viens de le vérifier une nouvelle fois. Vous avez dû commettre une erreur en copiant le code sur votre forum.

Faites un nouvel essai svp.

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8655
Inscrit(e) le : 03/02/2010

https://forum.forumactif.com/
Scipion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème avec mon QEEL codé •

Message par VocaLoiD° Jeu 21 Juil 2011 - 23:57

Oups pardon, je m'excuse vraiment de vous avoir fais perdre votre temps :/
Je vous aime *___*
Le problème est résolu, je vous remercie de tout cœur et bonne journée Wink
VocaLoiD°

VocaLoiD°
Nouveau membre

Messages : 6
Inscrit(e) le : 21/07/2011

http://la-trappe.forumsactifs.com/
VocaLoiD° a été remercié(e) par l'auteur de ce sujet.

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

- Sujets similaires

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