Problème de fond dans le QEEL

2 participants

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

Résolu Problème de fond dans le QEEL

Message par Evangeline H Mer 18 Mai 2011 - 12:39

Rebonjour !

Je suis déjà venue hier mais le problème ne m'avait pas frappé. Du coup je reviens ! Regardez le QEEL de ce forum : http://forum-test-ev.forum-actif.net/

La partie : "membres connectés au cours des 24 dernières heures" a le fond de mon forum : gris. Or j'ai essayé pas mal de choses, je ne vois pas comment enlever ce fond... Pourriez vous m'aider ? J'aimerais que ça soit du texte normal qui se mette en superposition de mon image.

Mon 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 -->


<style>

.qeel
{
font-size : 11px;
color : white;
text-align ; justify;
}

.qeel2
{
font-size : 11px;
color : white;
text-align ; justify;
padding : 5px;
}
</style>

<table id="Tableau_01" width="801" height="437" border="0" cellpadding="0" cellspacing="0">
   <tr>
      <td colspan="7">
         <img src="http://img825.imageshack.us/img825/2264/qeel01.png" width="800" height="178" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="1" height="178" alt=""></td>
   </tr>
   <tr>
      <td colspan="4">
         <img src="http://img864.imageshack.us/img864/9606/qeel02.png" width="330" height="8" alt=""></td>
      <td rowspan="2" style="background : url('http://img217.imageshack.us/img217/6200/qeel03.png') no-repeat;">
   
      <span class="qeel2">
      {LOGGED_IN_USER_LIST}
      </span>
      
      </td>
      <td colspan="2" rowspan="6">
         <img src="http://img857.imageshack.us/img857/486/qeel04.png" width="80" height="171" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="1" height="8" alt=""></td>
   </tr>
   <tr>
      <td colspan="2" rowspan="5">
         <img src="http://img808.imageshack.us/img808/3500/qeel05.png" width="95" height="163" alt=""></td>
      <td rowspan="3" style="background : url('http://img862.imageshack.us/img862/4941/qeel06.png') no-repeat;">
   
      <span class="qeel">{TOTAL_POSTS}
{TOTAL_USERS}
{NEWEST_USER}</span>

      </td>
      <td rowspan="5">
         <img src="http://img195.imageshack.us/img195/3290/qeel07.png" width="38" height="163" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="1" height="37" alt=""></td>
   </tr>
   <tr>
      <td>
         <img src="http://img28.imageshack.us/img28/3509/qeel08.png" width="390" height="24" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="1" height="24" alt=""></td>
   </tr>
   <tr>
      <td rowspan="2" style="background : url('http://img202.imageshack.us/img202/7908/qeel09.png') no-repeat;">
      
      <table>
         <span class="qeel2">{L_CONNECTED_MEMBERS}</span>
      </table>
      
      </td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="1" height="67" alt=""></td>
   </tr>
   <tr>
      <td rowspan="2">
         <img src="http://img690.imageshack.us/img690/2487/qeel10.png" width="197" height="35" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="1" height="9" alt=""></td>
   </tr>
   <tr>
      <td>
         <img src="http://img101.imageshack.us/img101/5864/qeel11.png" width="390" height="26" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="1" height="26" alt=""></td>
   </tr>
   <tr>
      <td rowspan="2">
         <img src="http://img854.imageshack.us/img854/7554/qeel12.png" width="11" height="87" alt=""></td>
      <td colspan="5" style="background : url('http://img845.imageshack.us/img845/4328/qeel13.png') no-repeat;">
      
      <center><span class="qeel">{LEGEND} : </span>{GROUP_LEGEND}</center>
      
      </td>
      <td rowspan="2">
         <img src="http://img834.imageshack.us/img834/1345/qeel14.png" width="11" height="87" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="1" height="42" alt=""></td>
   </tr>
   <tr>
      <td colspan="5">
         <img src="http://img685.imageshack.us/img685/5282/qeel15.png" width="778" height="45" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="1" height="45" alt=""></td>
   </tr>
   <tr>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="11" height="1" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="84" height="1" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="197" height="1" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="38" height="1" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="390" height="1" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="69" height="1" alt=""></td>
      <td>
         <img src="http://img41.imageshack.us/img41/9949/spaceriq.gif" width="11" height="1" alt=""></td>
      <td></td>
   </tr>
</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 par avance !
avatar

Evangeline H
***

Féminin
Messages : 173
Inscrit(e) le : 28/03/2009

http://zestedecouleurs.forumactif.org/forum.htm
Evangeline H a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de fond dans le QEEL

Message par Anzu Mer 18 Mai 2011 - 22:09

Bonsoir,

Il n'est pas possible de modifier cette couleur Smile
Cependant, il existe une petite astuce (erreur volontaire au niveau du code => on ne met pas les guillemets finales, ce qui permet la transparence)

Repérez ceci:

Code:
        <table>
            <span class="qeel2">{L_CONNECTED_MEMBERS}</span>
          </table>

Et remplacez par:

Code:
        <table style="-moz-border-radius: 20px;>{L_CONNECTED_MEMBERS}
              </table>

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

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

Résolu Re: Problème de fond dans le QEEL

Message par Evangeline H Jeu 19 Mai 2011 - 9:03

Oh. Curieux.

ForumActif devrait créer un post répertoriant toutes les incongruités des templates, ça faciliterait la tâche Razz Cela dit même si le problème est réglé je n'arrive pas à changer la couleur du texte. Avec une balise <font> ça me remet le fond gris, la class qeel2 il ne la prend pas en compte apparemment...

Bref, que faire ?

Merci beaucoup en tout cas pour l'aide déjà apporté !
avatar

Evangeline H
***

Féminin
Messages : 173
Inscrit(e) le : 28/03/2009

http://zestedecouleurs.forumactif.org/forum.htm
Evangeline H a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de fond dans le QEEL

Message par Anzu Jeu 19 Mai 2011 - 9:10


Malheureusement, on ne peut pas non plus changer la couleur du texte Razz

Je ne saurais expliquer le pourquoi du comment de cette variable, elle est très capricieuse :O:

Je pense tout simplement qu'elle a été codé de cette manière et qu'on ne peut pas interagir comme on le souhaite avec elle.

Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

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

Résolu Re: Problème de fond dans le QEEL

Message par Evangeline H Jeu 19 Mai 2011 - 9:24

Ah oui... Ca me complique sacrément la tache du coup...

Codeurs de forumactif, entendez ma prière.

Bon et bien merci. Hum je dois avoir fais le tour de toutes les bizarreries du QEEL !
avatar

Evangeline H
***

Féminin
Messages : 173
Inscrit(e) le : 28/03/2009

http://zestedecouleurs.forumactif.org/forum.htm
Evangeline H 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