Problème avec le qeel Bouton_activeProblème avec le qeel Bouton_hoverProblème avec le qeel Fb-hoverProblème avec le qeel Fb-active
CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur:

Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus!

Derniers sujets
» Fiche de Présentation RPG
Problème avec le qeel EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Problème avec le qeel EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Problème avec le qeel EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Problème avec le qeel EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Problème avec le qeel EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Problème avec le qeel EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Problème avec le qeel EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Problème avec le qeel EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le deal à ne pas rater :
Pokémon EV06 : où acheter le Bundle Lot 6 Boosters Mascarade ...
Voir le deal

Partagez
 

Problème avec le qeel

Voir le sujet précédent Voir le sujet suivant Aller en bas 
Hestia
Hestia
{ Membre }
{ Membre }

Féminin Messages : 41



Problème avec le qeel Empty
Bonjour !
Alors je vous explique, avant j'avais un qeel venant d'un tutoriel d'un autre forum et puis j'ai voulu changer pour celui-là. Avant j'ai bien supprimée le template index-body, le css et la page javascript pour mettre le nouveau. Le résultat en image : https://2img.net/r/hpimg15/pics/681644qeel.png
Voilà c'est le gros bordel, les images " groupes ", " en ligne " etc viennent de l'ancien qeel mais je sais pas où ils peuvent être placés. Donc je vous donne mon template :

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" scope="{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" scope="{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 -->
<!--
=================================
PERSONNALISATION DU QUI EST EN LIGNE
====================================
Code proposé par Sayuri
Corrigé par CSSActif
====================================
-->
<div class="QeelPerso">
  <div class="ImgQeel">
      <!-- BEGIN switch_viewonline_link -->
        <a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></a>
      <!-- END switch_viewonline_link -->

      <!-- BEGIN switch_viewonline_nolink -->
        <img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" />
      <!-- END switch_viewonline_nolink -->
  </div>
 
  <table width="100%" border="0" cellspacing="5" cellpadding="5" align="center">
      <tr>
        <td colspan="2" align="center" class="ListeGroupes">
            <a href="http://#" class="groupe1">« group 1</a>
            <a href="http://#" class="groupe2">« group 2</a>
            <a href="http://#" class="groupe3">« group 3</a>
            <a href="http://#" class="groupe4">« group 4</a>
            <a href="http://#" class="groupe5">« group 5</a>
            <a href="http://#" class="groupe6">« group 6</a>
            <a href="http://#" class="groupe7">« group 7</a>
            <a href="http://#" class="groupe8">« group 8</a>
        </td>
      </tr>

      <tr>
        <td width="50%" valign="top" align="center" class="statistiques">
            <div class="BlocStats">
              <span class="gensmall">
                  {TOTAL_POSTS}<br />
                  {TOTAL_USERS}<br />
                  {NEWEST_USER}<br /><br />
                  {LOGGED_IN_USER_LIST}
              </span>
            </div>
        </td>
       
        <td width="50%" valign="top" align="center"  class="statistiques">
            <div class="BlocStats">
              <table class="DeBug">{L_CONNECTED_MEMBERS}</table>
            </div>
        </td>
      </tr>
  </table>
</div>
<!--
=================================
PERSONNALISATION DU QUI EST EN LIGNE (fin)
====================================
-->
<!-- 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,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

Mon css :

Code:
/* =================================
PERSONNALISATION DU QUI EST EN LIGNE
====================================
Code proposé par Sayuri
Corrigé par CSSActif
==================================== */
/* conteneur du QEEL */
.QeelPerso {
  border: 4px dotted #7f7757; /* bordure : épaisseur style couleur */
  padding:10px 5px; /* espacement du contenu par rapport à la bordure */
  background-color:#958f67; /* couleur de fond */
  /* coins arrondis (tous navigateurs) */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Centrage image du QEEL */
.ImgQeel {text-align:center;}

/* Mise en forme des liens vers les groupes */
.ListeGroupes a {
  font-size:16px; /* taille du texte */
  font-weight:bold; /* épaisseur du texte */
  font-style:italic; /* texte en italique */
  text-transform:lowercase; /* texte en minuscules */
  text-decoration: none!important; /* pas de soulignement du lien */
  letter-spacing:1px; /* espacement des lettres */
}

/* Couleurs des groupes */
a.groupe1 { color:#COULEURGROUPE ; }
a.groupe2 { color:#COULEURGROUPE ; }
a.groupe3 { color:#COULEURGROUPE ; }
a.groupe4 { color:#COULEURGROUPE ; }
a.groupe5 { color:#COULEURGROUPE ; }
a.groupe6 { color:#COULEURGROUPE ; }
a.groupe7 { color:#COULEURGROUPE ; }
a.groupe8 { color:#COULEURGROUPE ; }

/* Mise en forme des cellules de statistiques */
.statistiques {
  background-color: #a19c77; /* couleur de fond */
  border: 4px dotted #7f7757; /* bordure : épaisseur style couleur */
  padding:10px;
  margin:10px;
  text-align:left; /* alignement texte */
  /* coins arrondis */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Limitation en hauteur des blocs de statistiques */
.BlocStats {
  overflow:auto;
  max-height: 200px; /* hauteur maxi */
}

/* Debuggage : on retire le fond de la liste des dernières 24h */
.DeBug td.row1 { background : none; }

/* =================================
PERSONNALISATION DU QUI EST EN LIGNE (fin)
==================================== */

Et l'adresse de mon forum en hide :


Merci infiniment pour votre aide Problème avec le qeel 577704309
MessageSujet: Problème avec le qeel   Problème avec le qeel EmptyJeu 04 Avr 2013, 19:26
Revenir en haut Aller en bas
http://www.css-actif.com
Orange
Orange
RocketMan
RocketMan

Masculin Messages : 3086



Problème avec le qeel Empty
Bon,

Je vais pas te cacher que tout ça m'apparaît plus que très étrange Sous le choc

C'est comme si ton template n'avait jamais été appliqué... Ou appliqué ailleurs (désolé je pense tout haut), pourrait-on avoir le code de ton template Overall_footer, s'il vous plait ?

EDIT: Es-tu sûr d'avoir bien publié ton template avant tout ?
MessageSujet: Re: Problème avec le qeel   Problème avec le qeel EmptySam 06 Avr 2013, 09:49
Revenir en haut Aller en bas
Hestia
Hestia
{ Membre }
{ Membre }

Féminin Messages : 41



Problème avec le qeel Empty
J'avoue aussi que c'est bizarre qu'il y ai une trace de l'ancien qeel alors que j'ai bien remit le template à zéro avant.

Mon template overall_footer n'a pas été modifié mais je le passe au cas où :

Code:
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
   <tr>
      <td>
         <div>
            <div>
               <div>
<!-- END html_validation -->
               </div>
            </div>
            <!-- BEGIN switch_footer_links -->
            <div align="center">
               <div class="gen">
                  <!-- BEGIN footer_link -->
                     <!-- BEGIN switch_separator --> | <!-- END switch_separator -->
                     <a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
                  <!-- END footer_link -->
               </div>
            </div>
            <!-- END switch_footer_links -->
         </div>
         {PROTECT_FOOTER}
      </td>
   </tr>
</table>

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

<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
   if ($('a#logout'))
   {
      var lien_redir = $('a#logout').attr('href');

      if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
      {
         document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
      }
   }
});

$(document).ready( function() {
   $('a#logout').click( function() {
      FB.logout();
   } );
});
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->

<script type="text/javascript">
//<![CDATA[
   fa_endpage();
//]]>
</script>

</body>
</html>

D'ailleurs si ça peut t'aider j'ai index_body, index_box, overall_header, topics_list_box, viewtopic_body de modifié.

Et oui je l'ai bien publié, j'ai re-essayé de supprimer/remettre le code/publier mais sans succès

Merci en tout cas !
MessageSujet: Re: Problème avec le qeel   Problème avec le qeel EmptySam 06 Avr 2013, 10:21
Revenir en haut Aller en bas
http://www.css-actif.com
Orange
Orange
RocketMan
RocketMan

Masculin Messages : 3086



Problème avec le qeel Empty
Bonjour,

Ok, là au moins on est fixé... Razz Je craignais que le QEEL de TFA avait été collé ailleurs et occasionnait un conflit avec l'autre (dans l'affichage des stats notamment), mais c'est pire que ça. Ce n'est pas tant le fait qu'il y ait des traces de l'ancien QEEL qui m'inquiète, c'est qu'il n'y ait pas de trace du nouveau !

On est peut-être devant un problème technique du côté de FA, mais je vais te demander l'index_box également, au cas où...
MessageSujet: Re: Problème avec le qeel   Problème avec le qeel EmptySam 06 Avr 2013, 10:34
Revenir en haut Aller en bas
Hestia
Hestia
{ Membre }
{ Membre }

Féminin Messages : 41



Problème avec le qeel Empty
Voilà l'index_box :
Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
   </tr>
</table>
<br />
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>     
    <td>
    <!-- DEBUT TITRE CATEGORIE -->
      <div class="top_tfa_cat">
        <table class="rotat-table" width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
          <tr>       
            <th nowrap="nowrap" width="100%" class="secondarytitle" style="background: transparent; vertical-align: middle;">         
              <div class="rotat-cat-titre"><span class="cat_titre">{catrow.tablehead.L_FORUM}</span></div>       
            </th>
          </tr>
        </table>
      </div>
      <!-- FIN TITRE CATEGORIE --> 
      <div style="clear: both;"></div>
    </td>
  </tr>
  <!-- END tablehead -->
  <!-- BEGIN forumrow -->
  <tr>
    <td>
      <table width="100%" cellspacing="0" cellpadding="0" border="0"> 
        <tr>               
          <td align="center" width="80%" class="cell_tfa_cat">
         
            <!-- DEBUT TABLE TITRE FORUM -->                       
            <table width="100%" border="0" cellspacing="0" cellpadding="0" height="38" align="center" >                           
              <tbody>                             
                <tr>                                   
                  <td width="33"><img src="http://img15.hostingpics.net/pics/236952Sanstitre2.png" width="33" height="38" alt="" />                                 
                  </td>                                 
                  <td align="center"  height="38" style="background: #f0e0ca; text-align: center; min-width: 300px;">                                           
                    <h{catrow.forumrow.LEVEL} class="hierarchy">                                 
                      <span class="forumlink">                           
                        <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />                       
                      </span>                             
                    </h{catrow.forumrow.LEVEL}>                                 
                  </td>                               
                  <td width="33"><img src="http://img15.hostingpics.net/pics/200309Sanstitre3.png" width="33" height="38" alt="" />
                  </td>                           
                </tr>                     
              </tbody>             
            </table> 
            <!-- FIN TABLE TITRE FORUM -->       
          </td>     
          <td align="center" valign="middle" class="cell_vide"></td>     
          <td align="center" valign="middle" class="cell_vide"></td>   
        </tr> 
        <tr>
 
          <!-- DEBUT DESCRIPTION FORUM -->           
          <td width="80%" class="cell_tfa_des">                         
            <div class="la_description">
              <div>                             
                <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>                                                                             
              </div>                             
              <div class="modo" style="width:100%;">                   
                <span class="gensmall">             
                  <!-- BEGIN switch_moderators_links -->                     
                  {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}             
                  <!-- END switch_moderators_links -->                 
                </span>                           
              </div>                       
            </div>   
          </td>   
          <!-- FIN DESCRIPTION FORUM -->     
          <td  width="3%"></td>

          <!-- DEBUT DERNIERS MESSAGES -->
        <td  width="17%" style="min-width: 160px; vertical-align: bottom;">
          <!-- DEBUT ICONE NEW/NO-NEW/CLOS -->
          <div class="icone_cat"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
          <!-- FIN ICONE NEW/NO-NEW/CLOS -->           
          <div class="dernier_messages">         
            <span class="gensmall">{catrow.forumrow.LAST_POST}</span>             
          </div>     
          </td>
          <!-- FIN DERNIERS MESSAGES -->
        </tr>
        <tr>   
          <td width="80%" align="center">

            <!-- DEBUT TABLE CONTENANT LES SOUS-FORUMS -->         
            <table width="85%" border="0" cellspacing="0" cellpadding="0" height="28" align="center" >                   
              <tbody>                     
                <tr>                     
                  <td width="30"><img src="http://img11.hostingpics.net/pics/853627Sanstitre5.png" width="30" height="30" alt="" /></td>                       
                  <td  class="text-tfa_cell" align="center"  height="30" style="background : #e1c095 ;">           
                    <span class="gensmall">           
                      {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}           
                    </span>                                                             
                  </td>                     
                  <td width="30"><img src="http://img11.hostingpics.net/pics/389389Sanstitre4.png" width="30" height="30" alt=""  /></td>                   
                </tr>             
              </tbody>         
            </table>
            <!-- FIN TABLE CONTENANT LES SOUS-FORUMS -->     
          </td>     
          <td width="3%"></td>     
          <td width="17%">

            <!-- DEBUT TABLE CONTENANT NOMBRE DE SUJETS-MESSAGES -->             
            <table width="100%" border="0" cellspacing="0" cellpadding="0" height="28" align="center" >                 
              <tbody>                     
                <tr>                       
                  <td width="30"><img src="http://img11.hostingpics.net/pics/788218Sanstitre7.png" width="30" height="30" alt="" /></td>                     
                  <td class="text-tfa_cell" align="center" height="30" style="background: #e1c095; min-width: 150px;">         
                    <span class="gensmall">
                      <span style="color: #851542; font-weight: bold;">{catrow.forumrow.TOPICS}</span> sujets et
                      <span style="color: #851542; font-weight: bold;">{catrow.forumrow.POSTS}</span> messages</span>                     
                  </td>                     
                  <td width="30"><img src="http://img11.hostingpics.net/pics/264839Sanstitre6.png" width="30" height="30" alt=""  /></td>                 
                </tr>             
              </tbody>         
            </table>
            <!-- FIN TABLE CONTENANT NOMBRE DE SUJETS/MESSAGES -->     
          </td>
        </tr>
      </table>
      <br />     
    </td> 
  </tr> 
  <!-- END forumrow --> 
  <!-- BEGIN catfoot --> 
  <tr>     
    <!-- BEGIN inc -->     
    <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>     
    <!-- END inc -->     
    <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td> 
  </tr> 
  <!-- END catfoot --> 
  <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Si ça ne vient pas de là je demanderais au forum des forums je pense Problème avec le qeel 577704309
MessageSujet: Re: Problème avec le qeel   Problème avec le qeel EmptySam 06 Avr 2013, 11:33
Revenir en haut Aller en bas
http://www.css-actif.com
Orange
Orange
RocketMan
RocketMan

Masculin Messages : 3086



Problème avec le qeel Empty
Tout me semble ok de ce côté là... et comme tu me dis que tu as bien publié de ton template, je ne vois que le problème technique comme piste.

Si tu vas faire un tour du côté du FdF, n'hésite pas à revenir nous revoir si ils trouvent la solution.
MessageSujet: Re: Problème avec le qeel   Problème avec le qeel EmptySam 06 Avr 2013, 23:24
Revenir en haut Aller en bas
Hestia
Hestia
{ Membre }
{ Membre }

Féminin Messages : 41



Problème avec le qeel Empty
Bon comme promis je vous tiens au courant !
Donc je pense que c'était un simple beug comme tu l'as dit, le problème s'est résolu sans que je ne touche à rien ( sauf si un membre de l'équipe de FA a corrigé un truc mais je pense qu'on me l'aurait dit ), problème résolu, merci beaucoup en tout cas Problème avec le qeel 577704309
MessageSujet: Re: Problème avec le qeel   Problème avec le qeel EmptyJeu 11 Avr 2013, 13:09
Revenir en haut Aller en bas
Psycho
Psycho
Psychopathe
Psychopathe

Féminin Messages : 3407



Problème avec le qeel Empty
Hello !
Apparemment le problème est résolu donc je déplace !
La prochaine fois pense à le signaler en ajoutant le tag [résolu] dans le titre du sujet (:
Merci d'avance Problème avec le qeel 926145
MessageSujet: Re: Problème avec le qeel   Problème avec le qeel EmptyJeu 11 Avr 2013, 15:26
Revenir en haut Aller en bas
Contenu sponsorisé




Problème avec le qeel Empty
MessageSujet: Re: Problème avec le qeel   Problème avec le qeel Empty
Revenir en haut Aller en bas
 

Problème avec le qeel

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» Probléme avec position de mes top des posteurs .. avec mon QEEL
» petit probleme avec mon QEEl :S [Probleme CLOS]
» Problème avec mon QEEL
» Problème avec le Qeel
» Problème avec mon QEEL

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forum gratuit