Problème QEEL

4 participants

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

Résolu Problème QEEL

Message par piinkyuu Mer 27 Juil 2011 - 20:14

    Je viens, d'utiliser l'un de vos codes (qui est génial d'ailleurs), sauf qu'il y a quelques petits problèmes.

    Voici une image::
    Spoiler:

    Code:
    Membres connectés au cours des 94 dernières heures : ManaYume, NamiPin, Ogawa, Reeiko
    Aucun membre ne fête son anniversaire aujourd'hui

    Le record du nombre d'utilisateurs en ligne est de 6 le Jeu 5 Mai 2011 - 17:05
    Cette partie n'est pas sur la gauche ni centrée avec les groupes et tout. Déjà, est-ce que c'est possible ce que je demande ? XD


    Voici le code "index_body" de mon forum::
    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="facebook_login()" 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">

                <!-- 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="facebook_login()" 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 cellspacing="2" cellpadding="2" width="800px" border="0" class="statistiques">
      <tr>
    <td width="5px"></td>
    <td widht="150px"><img src="http://i49.servimg.com/u/f49/15/99/11/83/i_whos10.png"></td>
    <td width="750px">
    <br><center>
    <span class="groupes"> <a href="http://asiancover.forumactif.org/g1-admins"><font color="#FF0000" size="2"><b>~ADMINS</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
    <span class="groupes"><a href="http://asiancover.forumactif.org/g2-modos"><font color="#00FF8C" size="2"><b>~MODOS</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
    <br>
    <span class="groupes"> <a href="http://asiancover.forumactif.org/g5-danseurs"><font color="#BB72C9" size="2"><b>~DANSEUSES</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
    <span class="groupes"> <a href="http://asiancover.forumactif.org/g3-otakus"><font color="#E6AA12" size="2"><b>~OTAKUS</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
    <span class="groupes"> <a href="http://asiancover.forumctif.net/g7-pubeurs"><font color="#057A24" size="2"><b>~PUBEUSES</b></font></a> </span><br><br>
    <span class="gensmall"><font size=1> {TOTAL_USERS}. <br>
    {NEWEST_USER}. <br>
    {TOTAL_POSTS}<br>
    </font><br>
    <span class="gensmall">{TOTAL_USERS_ONLINE} <br>
    {LOGGED_IN_USER_LIST} </td></center></span></td>
    <td width="5px"></td>
    </tr>
    </table>
    <table cellspacing="2" cellpadding="3" width="99%" border="0" >
    <tr>
    <td width="5%"></td>
    <td width="60%">
    <center>
    <span class="barre1"><a href="{U_TODAY_ACTIVE}"><font size=1>{L_TODAY_ACTIVE}</font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><span class="barre1"<a href="{U_TODAY_POSTERS}"><font size=1>{L_TODAY_POSTERS}</font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><span class="barre1"><a href="{U_OVERALL_POSTERS}"><font size=1>{L_OVERALL_POSTERS}</font></a></span></center><br></td>
    <td width="5%"></td>
    </tr>
    </table>
    <table width="70%" align="center" style="text-align: justify">
    <tr><td>{L_CONNECTED_MEMBERS}</td></tr>
    </table>
    <table width="58%" align="center" style="text-align: justify">
    <tr><td>{L_WHOSBIRTHDAY_TODAY}<br>
    {RECORD_USERS}</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 -->

    J'espère vraiment que vous allez m'aider. je viens de débuter avec les templates, les codes et tout. (TT_TT)
    Merci d'avance, en tout cas. =)


Dernière édition par piinkyuu le Ven 29 Juil 2011 - 11:16, édité 1 fois
avatar

piinkyuu
*

Messages : 46
Inscrit(e) le : 22/07/2011

http://asiancover.forumactif.org/
piinkyuu a été remercié(e) par l'auteur de ce sujet.

L'auteur de ce message est actuellement banni du forum - Voir le message

Résolu Re: Problème QEEL

Message par Tech Mer 27 Juil 2011 - 20:50

Et je vous rappelle pour la Xième fois que ce n'est pas à vous de faire la modération ...

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

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

L'auteur de ce message est actuellement banni du forum - Voir le message

Résolu Re: Problème QEEL

Message par piinkyuu Mer 27 Juil 2011 - 21:09

????? hein ?
avatar

piinkyuu
*

Messages : 46
Inscrit(e) le : 22/07/2011

http://asiancover.forumactif.org/
piinkyuu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème QEEL

Message par SoraNoHime Mer 27 Juil 2011 - 21:15

Bonsoir piinkyuu

Je vais me charger de votre problème de QEEL. Avez-vous également de la css qui y ait associé à l'exception de celle mise dans votre template ?

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Problème QEEL

Message par piinkyuu Mer 27 Juil 2011 - 22:03

Oui, alors la css ::
Code:
.barre1{
background-color:#D9E5F5;border: 1px #2D81EA solid;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:left;
text-decoration: none !important;
height:auto}

.statistiques{
border:0px;
background-repeat: no-repeat;
background-position: center;
height:200px;}

Merci beaucoup.

.groupes{
background-color:#D9E5F5;border: 1px #2D81EA dotted;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:center;
text-decoration: none !important;
height:auto}
avatar

piinkyuu
*

Messages : 46
Inscrit(e) le : 22/07/2011

http://asiancover.forumactif.org/
piinkyuu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème QEEL

Message par SoraNoHime Mer 27 Juil 2011 - 22:36

Vous avez en effet quelques erreurs.

Déjà la partie que vous signalez être en dehors de la partie groupe, c'est normal puisque dans votre qeel vous l'avez placé dans un tableau à part en dessous des liens vers les sujets actif du jour etc...

Cette partie là

Code:
    <table width="70%" align="center" style="text-align: justify">
    <tr><td>{L_CONNECTED_MEMBERS}</td></tr>
    </table>
    <table width="58%" align="center" style="text-align: justify">
    <tr><td>{L_WHOSBIRTHDAY_TODAY}<br>
    {RECORD_USERS}</td></tr>
    </table>

devrait être plus haut.

effacez là et repérez :

Code:
    {LOGGED_IN_USER_LIST} </td></center></span></td>

remplacez ce code par :
Code:
  {LOGGED_IN_USER_LIST} </span>
<table width="70%" align="center" style="text-align: justify">
    {L_CONNECTED_MEMBERS}
    </table>
    <table width="58%" align="center" style="text-align: justify">{L_WHOSBIRTHDAY_TODAY} </table>
    {RECORD_USERS}</center>
  </td>

Ensuite j'ai remarqué quelques petites fautes de codages. Je suis en train de les réparer. Avez-vous d'autres problèmes à la suite de ce premier changement ?

Edit : voici les erreurs que j'ai pu identifier. Repérez :

Code:
<td widht="150px"><img src="http://i49.servimg.com/u/f49/15/99/11/83/i_whos10.png"></td>

Ce n'est pas widht mais width qu'il faut mettre

Ensuite ici :

Code:

   <span class="barre1"<a href="{U_TODAY_POSTERS}"><font size=1>{L_TODAY_POSTERS}</font></a></span>

Il manque un > à la fin de <span class="barre1"

Quels sont les problèmes qu'il vous reste ?
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Problème QEEL

Message par piinkyuu Mer 27 Juil 2011 - 23:10

Tout est réglé, grâce à vous !!!!!! =)
Merci beaucoup, c'est très gentil de votre part. Very Happy
avatar

piinkyuu
*

Messages : 46
Inscrit(e) le : 22/07/2011

http://asiancover.forumactif.org/
piinkyuu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème QEEL

Message par SoraNoHime Mer 27 Juil 2011 - 23:16

Je vous en prie ^^

Problème QEEL Check10Bonjour,

Afin de faciliter la gestion des problèmes, si votre problème est résolu, pensez à :
  • éditer votre premier message,
  • cocher l'icône résolu
  • Et enregistrer en cliquant sur Problème QEEL Envoi10


Vous pouvez également remercier les personnes qui vous ont aidé, en cliquant sur le bouton Problème QEEL 50378

A bientôt sur ForumActif Smile
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime 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