Problème catégorie

3 participants

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

Résolu Problème catégorie

Message par Cramby' Jeu 14 Fév 2013 - 15:12

Bonjour !

J'ai un petit problème pour mes catégories...
Voila comme elles sont actuellement :
Problème catégorie Catago10

Et voila comment elles devraient être :

Problème catégorie Catago11

Le problème ce situ au niveau du logo/nb messages/description du dernier message. On voit que ce n'est pas disposé de la même façon, comment remédier à ce problème ?

Voici le template:

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>

        <!-- BEGIN catrow -->

<!-- BEGIN tablehead -->

<table class="forumline" width="100%" cellspacing="0" cellpadding="0">
  <tr>
      <th nowrap="nowrap"  colspan="2" width="100%" class="secondarytitle" style="background: transparent; vertical-align: middle;">
    <!-- DEBUT TITRE CATEGORIE -->
    <div class="top_cat">
      <div class="tfa_cat_gauche"></div>
      <div class="tfa_cat_droite"></div>
      <div class="tfa_cat_center">
        <div class="firstletter">{catrow.tablehead.L_FORUM} </div>
      </div>
    </div>
    <!-- FIN TITRE CATEGORIE -->
  </th>
  </tr>
  <!-- END tablehead -->

 <!-- BEGIN forumrow -->
  <tr>
  <td  width="30%" class="cell_tfa_des">
    </td>
<!-- DEBUT TITRE FORUM -->

    <td  width="70%" class="cell_tfa_des">
      <div class="forum_titre">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
    <span class="forumlink">
      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
          </span>
  </h{catrow.forumrow.LEVEL}>
      </div>
    </td>
<!-- FIN TITRE FORUM -->
   
  </tr>
  <tr>
  <!-- DEBUT DERNIERS MESSAGES -->
    <td  width="30%" style="min-width: 160px; min-height: 160px; vertical-align: bottom;">
      <div class="derniers_tfa_messages">                 
<!-- DEBUT ICONE NEW/NO-NEW/CLOS -->
      <div class="icone_tfa_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 -->
  <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
    </div>
    </td>
<!-- FIN DERNIERS MESSAGES -->

<!-- DEBUT DESCRIPTION FORUM -->
    <td width="70%">
      <div class="la_tfa_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 -->


  </tr>
  <tr>
<!-- DEBUT NOMBRES SUJETS ET MESSAGES -->

    <td  width="30%"align="center"  valign="top">
      <div  class="cat_tfa_bas">
  <span class="gensmall"><span class="chiffres">{catrow.forumrow.TOPICS}</span> <font color="#aaa">sujets  &</font> <span class="chiffres">{catrow.forumrow.POSTS}</span> <font color="#aaa">messages</font></span>
      </div>
    </td>   
<!-- FIN NOMBRES SUJETS ET MESSAGES --> 

<!-- DEBUT LIENS SOUS FORUMS -->
    <td width="70%" class="text-tfa_cell" align="center"  valign="top">
      <div class="cat_tfa_bas">
  <span class="gensmall">
  {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} 
  </span>
      </div>
    </td>

<!-- FIN LIENS SOUS FORUMS -->
  </tr>
  <!-- END forumrow -->

  <!-- BEGIN catfoot -->

  <tr>
    <td class="spaceRow" colspan="2" 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 -->

Et le css:
Code:
/* ----- INFOBULLES CATEGORIES ----- */
/* BLOC IMAGE */
.d-desccat-img{
  position: relative;
  float: left;
  height: 100px;
  margin: auto;
  overflow: hidden;
  width: 500px;
  text-align: center;
  vertical-align: middle;
  -moz-box-shadow: 0px 0px 8px #7d5155;
  -webkit-box-shadow: 0px 0px 8px #7d5155;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* BLOC IMAGE AU SURVOL */
.d-block_desccat-img:hover {
  opacity: 0.9;
}
/* CONTENU BLOC TEXTE */
.d-block_desccat-txt{
  background: #FFF0D0;
  width: 500px;
  height: 100px; 
  position: absolute;
  top: 0;
  left: 0; 
  color: #67A2AB;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

}

/* BLOC TEXTE AU SURVOL */
.d-block_desccat-txt:hover {
  opacity: 0.9;}

/* NOM DU GROUPE */
.d-block_desccat-txt h3{
  color: #DEC2C4;
  font: 12px italic verdana;
  border-bottom: 1px dotted #DEC2C4;
  text-align: center;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}
/* TEXTE GROUPE */
.d-block_desccat-txt span{
  display: block;
  font-size: 12px;
  color: #67A2AB;
  text-align: center;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}
/* ------ FIN ------ */


/* ---------------- ENTETES ARRONDIS --------------- */
td.row3Right,td.spaceRow {
  background-color: #BA9D8F;
  border-style: solid;
  -moz-border-radius: 10px;
}
td.pourcentback {
  background-color : #dbdbdb;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
th.thHead,td.catHead {
  font-size: 13px;
  border-width: 1px 1px 0 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
th.thSides,td.catSides,td.spaceRow {
  border-width: 0 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
th.thRight,td.catRight,td.row3Right {
  border-width: 0 1px 0 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
th.thLeft,td.catLeft {
  border-width: 0 0 0 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
th.thBottom,td.catBottom {
  border-width: 0 1px 1px 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  border : 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
td.cat,td.catHead,td.catBottom {
  border : 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
td.row1,td.row3.over:hover {
  background-color: #BA9D8F;
  border : 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
td.row2,td.row1.over:hover {
  background-color: #BA9D8F;
  border : 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
td.row3{
  background-color: #BA9D8F;
  border : 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
td.rowpic {
  background-color: #;
  background-image: url("http://i45.servimg.com/u/f45/11/95/30/70/r211.jpg");
  border : 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
/*------ FIN ------ */

Merci de votre aide ! :3


Dernière édition par Cramby' le Mar 26 Fév 2013 - 13:33, édité 1 fois
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Anzu Jeu 14 Fév 2013 - 15:24


Bonjour,

C'est normal, la variable pour les derniers messages et celle pour l'image new/no new se trouvent dans le même td, il faut les mettre chacune dans un td séparé.

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 catégorie

Message par Cramby' Jeu 14 Fév 2013 - 23:14

Merci de votre aide, décidément ! :O ^^
J'ai fermer la td des derniers messages et en est ouvert une pour les images, mais ca ne marche pas :/

Code:
  <!-- DEBUT DERNIERS MESSAGES -->
    <td  width="30%" style="min-width: 160px; min-height: 160px; vertical-align: bottom;">
      <div class="derniers_tfa_messages"> </td>               
<!-- DEBUT ICONE NEW/NO-NEW/CLOS -->
      <td><div class="icone_tfa_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 -->
  <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
    </div>
    </td>
   
<!-- FIN DERNIERS MESSAGES -->
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Anzu Jeu 14 Fév 2013 - 23:18


Vous l'avez mal fait c'est pour ça Smile

Ce qui concerne l'image c'est "cette partie" (je parle uniquement du contenu, donc ici l'image, et pas tout le tralala qui va avec):

Code:
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"  />

Et pour les derniers messages, c'est uniquement ceci:

Code:
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>

Si vous regardez bien votre code, les deux variables sont toujours dans le même td.

Vous, vous avez fermé le td ici:
Code:
<td  width="30%" style="min-width: 160px; min-height: 160px; vertical-align: bottom;">
      <div class="derniers_tfa_messages"> </td> 

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 catégorie

Message par Cramby' Jeu 14 Fév 2013 - 23:38

Je suis vraiment trop nul TT
J'ai réussi à les mettre côte à côte mais pas ils sont inverser, en plus mes sous forum viennent avec TT

Code:
  <!-- DEBUT DERNIERS MESSAGES -->
    <td  width="30%" style="min-width: 160px; min-height: 160px; vertical-align: bottom;">
      <div class="derniers_tfa_messages">               
<!-- DEBUT ICONE NEW/NO-NEW/CLOS -->
      <div class="icone_tfa_cat">
      <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"  />
        </div></td>
<!-- FIN ICONE NEW/NO-NEW/CLOS -->
  <td><span class="gensmall">{catrow.forumrow.LAST_POST}</span>
    </div>
    </td>
<!-- FIN DERNIERS MESSAGES -->

Vraiment désoler TT
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Anzu Jeu 14 Fév 2013 - 23:51

Mais non vous n'êtes pas nulle cat

C'est normal, il va falloir quasiment tout "refaire" dans le template.
Pour les avoir dans "l'ordre", il faut également placer les td dans le bon ordre.
Donc sur votre capture:

Premier td: LAST POST
Deuxième td: la variable qui permet d'afficher l'image new/no new/lock
troisième td: description du forum
-----------

Spoiler:


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 catégorie

Message par Cramby' Ven 15 Fév 2013 - 0:27

je suis un peu perdu mais j'ai essayer quand même ! ^^'
Code:
<!-- DEBUT TITRE FORUM -->
 
    <td  width="70%" class="cell_tfa_des" colspan="3">
      <div class="forum_titre">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
    <span class="forumlink">
      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
          </span>
  </h{catrow.forumrow.LEVEL}>
      </div>
    </td>
<!-- FIN TITRE FORUM -->
 
  </tr>
  <tr>
    <td><span class="gensmall">{catrow.forumrow.LAST_POST}</span>
    </td>
    <td colspan="2"><div class="icone_tfa_cat">
      <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"  />
        </div></td></div>
  <!-- DEBUT DERNIERS MESSAGES -->
    <td  width="30%" style="min-width: 160px; min-height: 160px; vertical-align: bottom;">
      <div class="derniers_tfa_messages"></td>               

 
<!-- FIN DERNIERS MESSAGES -->
 
<!-- DEBUT DESCRIPTION FORUM -->
    <td width="70%">
      <div class="la_tfa_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 -->
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Anzu Ven 15 Fév 2013 - 13:00


Hello,

Voilà dites moi si c'est mieux:

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>
       
                <!-- BEGIN catrow -->
       
        <!-- BEGIN tablehead -->
       
        <table class="forumline" width="100%" cellspacing="0" cellpadding="0">
          <tr>
              <th nowrap="nowrap"  colspan="3" width="100%" class="secondarytitle" style="background: transparent; vertical-align: middle; align: center;">
            <!-- DEBUT TITRE CATEGORIE -->
            <div class="top_cat">
              <div class="tfa_cat_gauche"></div>
              <div class="tfa_cat_droite"></div>
              <div class="tfa_cat_center">
                <div class="firstletter">{catrow.tablehead.L_FORUM} </div>
              </div>
            </div>
            <!-- FIN TITRE CATEGORIE -->
          </th>
          </tr>
          <!-- END tablehead -->
       
        <!-- BEGIN forumrow -->
          <tr>
         
        <!-- DEBUT TITRE FORUM -->
       
            <td  width="70%" class="cell_tfa_des" colspan="3">
              <div class="forum_titre">
                <h{catrow.forumrow.LEVEL} class="hierarchy">
          <center><span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
            </span></center>
          </h{catrow.forumrow.LEVEL}>
              </div>
            </td>
        <!-- FIN TITRE FORUM -->
       
          </tr>
          <tr>
            <!-- DEBUT DERNIERS MESSAGES -->
            <td width="30%" style="min-width: 160px;"><div class="derniers_tfa_messages"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
            </td>
              <!-- FIN DERNIERS MESSAGES -->
           
            <td width="30%"><div class="icone_tfa_cat">
              <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"  />
                </div></td>
         
       
        <!-- DEBUT DESCRIPTION FORUM -->
            <td width="70%">
              <div class="la_tfa_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 -->
       
       
          </tr>
          <tr>
        <!-- DEBUT NOMBRES SUJETS ET MESSAGES -->
       
            <td width="30%" align="center" valign="top">
              <div class="cat_tfa_bas">
                <span class="gensmall"><span class="chiffres">{catrow.forumrow.TOPICS}</span>
                  <font color="#aaa">sujets  &</font> <span class="chiffres">{catrow.forumrow.POSTS}</span> <font color="#aaa">messages</font></span>
              </div>
            </td>
        <!-- FIN NOMBRES SUJETS ET MESSAGES -->
       
        <!-- DEBUT LIENS SOUS FORUMS -->
            <td width="70%" class="text-tfa_cell" align="center"  valign="top">
              <div class="cat_tfa_bas">
          <span class="gensmall">
          {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
          </span>
              </div>
            </td>
       
        <!-- FIN LIENS SOUS FORUMS -->
          </tr>
          <!-- END forumrow -->
       
          <!-- BEGIN catfoot -->
       
          <tr>
            <td class="spaceRow" colspan="2" 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 -->

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 catégorie

Message par Cramby' Ven 15 Fév 2013 - 15:08

Salut ! :3

Alors oui, c'est mieux ! :O Par contre, les sous forum ne sont pas au bon emplacement :s

Problème catégorie Catago12

avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Anzu Ven 15 Fév 2013 - 15:12


Je n'y ai pas touché.
Ils n'apparaissent pas sur le schéma Razz

Vous les voulez où ?
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 catégorie

Message par Cramby' Ven 15 Fév 2013 - 16:37

Désoler :s
Juste en dessous des descriptions comme ici :
Problème catégorie Catago13
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Cramby' Dim 17 Fév 2013 - 20:56

Up ! ^^
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Cramby' Mar 19 Fév 2013 - 22:05

Up ! :3
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Cramby' Ven 22 Fév 2013 - 12:54

(Désoler du double post :s)

Bonjour !
J'ai finalement abandonné l'idée de base, c'était vraiment trop compliqué pour mon niveau ! :/ J'ai donc changer pour plus simple, j'ai reussi à avoir ce que je voulais, le problème est qu'une colonne reste, je ne sais pas comment dire alors voila une capture:
Problème catégorie Catago14

Désoler on ne voit pas trop, les traits sont fin et clair :s
Mais c'est ce qui est entouré en noir que je voudrait faire disparaître.
Voila mon template:
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>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
      
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
          </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <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}>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
         </span>
      </td>
      
       <td class="row3 over" align="center" valign="middle" height="50">
                  <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /><br/><span class="gensmall">{catrow.forumrow.LAST_POST}</span>
  <br><span style="text-align: right;font-size:11px;font-variant:small-caps;" class="gensmall"> {catrow.forumrow.POSTS} messages Ω {catrow.forumrow.TOPICS} sujets </span>
</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 -->

Merci de votre aide ! :3
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Cramby' Sam 23 Fév 2013 - 12:27

Je up ! ^^
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Matriochka Sam 23 Fév 2013 - 12:35

Bonjour,

Retire ceci :
Code:
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
          </td>
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

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

Résolu Re: Problème catégorie

Message par Cramby' Sam 23 Fév 2013 - 13:52

Bonjour,
Merci pour votre réponse ! :3
Malheureusement ça ne fonctionne pas :/
Problème catégorie Cata_n10
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Cramby' Dim 24 Fév 2013 - 14:54

Un petit Up ! ^^
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Cramby' Mar 26 Fév 2013 - 13:16

Up ! :/
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

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

Résolu Re: Problème catégorie

Message par Matriochka Mar 26 Fév 2013 - 13:22

Pardon, je t’avais oubliée.

Donc, si, ça fonctionne bien, mais il y a un nouveau paramétrage à faire, puisqu’on a retiré une cellule. Il faut l’indiquer ici :
Code:
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
En supprimant
Code:
colspan="{catrow.tablehead.INC_SPAN}"
qui permet en principe de fusionner plusieurs cellules pour un même titre.
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

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

Résolu Re: Problème catégorie

Message par Cramby' Mar 26 Fév 2013 - 13:32

C'est parfait, ca fonctionne ! :O Un énorme merci ! :3 Je met en résolu ! ^^
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

http://amesvagabondes.forumactif.org
Cramby' 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