Problème d'affichage dans les catégories.

2 participants

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

Résolu Problème d'affichage dans les catégories.

Message par Valendium Lun 13 Juin 2011 - 15:37

Bien le bonjour à tous! Je viens de créer un forum avec un ami, et je suis en plein dans les codes HTML pour qu'il soit tout joli.
Mais voila je coince! J'ai déjà utilisé ce tuto-ci : - d'ailleurs merci à Toto456 -
Ça a très bien fonctionné, mais une fois que tout a été fait, je me suis rendue compte que "l'explication avec cadre et autre" dans chaque catégorie n'apparaissait plus!

Voila par image :

Ici c'est sans les codes de Toto456 :
Spoiler:

Et la c'est avec :
Spoiler:

Que c'est-il donc passé? J'ai retiré pourtant tout les codes qu'il fallait et ajouté normalement ce qui était demandé...

Quelqu'un pourrait-il m'aider?
Merci d'avance à la personne qui se dévouera! ♥

Comme demandé ici je vous donne le plus d'informations possibles mais sous spoiler...

Spoiler:


Dernière édition par Valendium le Lun 13 Juin 2011 - 17:24, édité 1 fois
avatar

Valendium
**

Messages : 96
Inscrit(e) le : 13/06/2011

http://enchantedtime.taguilde.net/
Valendium a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage dans les catégories.

Message par SoraNoHime Lun 13 Juin 2011 - 15:42

Bonjour, pourrai_je avoir votre template index_box, ainsi que la css qui y est associée ?

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 d'affichage dans les catégories.

Message par Valendium Lun 13 Juin 2011 - 16:08

Oui bien sûr! Merci ♥

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">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="100">
        <table width="100%"><tbody><tr><td><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}></td><td style="padding-left: 40px; text-align: right;" class="gensmall"></td></tr></tbody></table>
         <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">
         <span class="gensmall">{catrow.forumrow.LAST_POST}</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 -->

et je n'ai mis aucun CSS allant avec, maintenant, je peux vous donner tout ce que j'ai ^^'

Code:
body { cursor: crosshair }
a:hover { cursor:ne-resize; }

u{border-bottom: 1px double;border-color:#D9AB6A;
-moz-border-radius:6px;}


a:hover{text-transform:uppercase;}
a {font-variant: small-caps;}

.forumline {-moz-border-radius:10px;}
.forumline{border: #3faef3;
-moz-border-radius: 14px 14px 14px 14px;
border-bottom: 3px solid ;
border-top: 3px solid;
border-right: 10px solid ;
border-left: 10px solid ;}



a.forumlink:link, a.forumlink:visited {
font-family: serif;
text-transform : uppercase;
text-align: right;
font-size: 100%;
border-bottom: 5px solid #F57542;
color: #D9AB6A;
letter-spacing: 10px;
display: block;
-moz-border-radius:15px;
}
a.forumlink:hover, a.forumlink:hover:visited {
background-image: url("http://img11.hostingpics.net/pics/372302fond3.png");
color: #1E2526;
text-align: center;
display: block;
border-bottom: 5px solid #30AD98;
-moz-border-radius:10px;
}

a.mainmenu {
font-family: serif;
text-align: center;
font-size: 70%;
background-color: 7d7d7d;
color: #646B82;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;}

a.mainmenu:hover {
background-image: url("http://img11.hostingpics.net/pics/372302fond3.png");
text-align: center;}

a:link {text-decoration: none;}
a:hover{text-decoration: none !important;}
a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; }


.quote{
font-family: Tahoma;
font-size: 12px;
color: 7d7d7d;
line-height: 125%;
background-image: url("http://img11.hostingpics.net/pics/372302fond3.png");
border: #b84a72;
border-style: solid;
border: 1px #b84a72;
dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;}

.code{
font-family: Courier,Courier New,sans-serif;
font-size: 11px;
color: black;
background-image: url("http://img11.hostingpics.net/pics/372302fond3.png");
border: #b84a72;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border: 1px #b84a72;
dotted;
-moz-border-radius:6px;}

.spoiler{
font-family: Courier,Courier New,sans-serif;
font-size: 11px;
color: #CAE33F;
background-image: url("http://img11.hostingpics.net/pics/372302fond3.png");
border: #b84a72;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border: 1px #b84a72;
dotted;
-moz-border-radius:6px;}

input,textarea, select {
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
}
a.mainmenu:link, a.mainmenu:visited{
font-family :Georgia;
text-align:left;}


.statistiques{
border:0px;
background-image: url("http://img11.hostingpics.net/pics/372302fond3.png");
background-repeat: no-repeat;
background-position: center;
height:260px;}

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



.boxtitle{
font-family: serif;
text-align: center;
background-image: url("http://img11.hostingpics.net/pics/372302fond3.png");
font-size:15px;
border-bottom: 3px double #CAE33F;
color: #363642;
display: block;}

.box {
background-image: url("http://img11.hostingpics.net/pics/372302fond3.png");
color:#CAE33F;
font-size:11px;
margin:0;
padding:3px 10px;
}

.main
{font-family: serif;
text-transform : uppercase;
text-align: center;
font-size: 100%;
background-color: #F0AA1D;
border-bottom: 2px solid #CAE33F;
color: #FCFCFC;
letter-spacing: 1px;
display: block;}

.main:hover
{background-color:;#CAE33F
text-align: center;
display: block;
border-bottom: 2px solid #363642;
}

a.imginfo {
position: relative;
color: #CAE33F;
text-decoration: none;
border-bottom: 0px #CAE33F solid;
}

a.imginfo span {
display: none;
}
a.imginfo:hover {
background: none;
z-index: 999;
cursor: help;
}
a.imginfo:hover span {
display: inline;
position: absolute;
white-space: nowrap;
top: 5px;
left: 15px;
background: #CAE33F;
color: #CAE33F;
padding: 3px;
border: 0px solid grey;
border-left: 5px solid #CBFC7C;
border-right: 3px solid #CBFC7C;
border-top: 3px solid #CBFC7C;
border-bottom: 5px solid #CBFC7C;
}


.abc {border-bottom: 5px solid #ffffff}
.def {
background-color: #ffffff;
-moz-border-radius:10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 3px;
text-transform:uppercase;}

.bodyline {-moz-border-radius:20px;}

.bodyline{border:7px solid #CBFC7C;
}
 .profil1
{
width: 100px;
height: 40px;
border: 1px dashed #F57542;
background-image:url(http://img11.hostingpics.net/pics/372302fond3.png);
color: #000;
font-size: 13px;
font-family: Courier New;
font-weight: bold;
}
.profilmasque
{
font-size: 10px; }

.postdetails.poster-profile a img {
-moz-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border: 3px solid #363642;
}

tr.post span.gensmall { display: none; }


th {
-moz-border-radius-topleft: 20%;
-moz-border-radius-topright: 20%;
border-top-left-radius: 20%;
border-top-right-radius: 20%;
}

td.row1{
background-image: url("");
}
td.row2{
background-image: url("");
}
td.row3{
background-image: url("");
}
td.row3Right{background-image : url();}


/* Pour les défilement */
#scroller_container
{
padding-top: 15px;
overflow: hidden;
}
/* CSS Hack Safari */
#dummy
{
;#
}
#scroller_container
{
overflow: auto;
}
.table25
{
border: none ;
}
.a2
{
display: block;
width: 130px;
background-image: url(http://img11.hostingpics.net/pics/372302fond3.png);
text-align:center;
border: 1px solid black;
 -moz-border-radius: 5px;
height: 30px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.a2:hover
{
background-color: #1B9AA3;
}
{
background-image: url(http://img11.hostingpics.net/pics/704736ugm8tnwjjkhjvllfyo.png);
color: black;
}
#table20 /* fond du ma */
{
width: 700px;
background-color: #D9AB6A;
background-image: url(http://img11.hostingpics.net/pics/704736ugm8tnwjjkhjvllfyo.png);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
}
.h2_themebienvenu
{
font-size: 11px;
background-color: white;
padding: 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
color: #F57542;
text-align: center;
margin: 10px;
/max-width: 300px;
}
/* le titre special pour les credits */
.h2_themecredit
{
font-size: 11px;
background-color: white;
padding: 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
color: #F57542;
text-align: center;
margin: 10px;
/max-width: 100px;
}
.h2_theme
{
font-size: 11px;
background-color: white;
padding: 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
color: #F57542;
text-align: center;
margin: 10px;
}
.transparence {
background-color: transparent;
border: none;
opacity: 0.5;
}
.transparence:hover{
background-color: transparent;
border: none;
opacity: 2;
}
 .navi_ma
 {#694D4D
  background-color: white;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
color: white;
text-shadow: white 3px 0px 5px;
font-size: 16px;
height: 300px;
margin: 10px;
width: 130px;
padding: 5px;
line-height:34px;
-webkit-box-shadow: 4px 4px 0 #8F6325;
-moz-box-shadow: 4px 4px 0 #8F6325;
-khtml-box-shadow: 4px 4px 0 #8F6325;
padding-top: 20px;
}
 .news
 {
 background-color: white;
  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
color: #694D4D;
font-size: 10px;
height: 120px;
width: 160px;
margin: 10px;
overflow-y: auto;
overflow-x: visible;
padding: 5px;
-webkit-box-shadow: 4px 4px 0 #8F6325;
-moz-box-shadow: 4px 4px 0 #8F6325;
-khtml-box-shadow: 4px 4px 0 #8F6325;
}
.partenaire_test
{
 background-color: white;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
color: #694D4D;
font-size: 14px;
height: 110px;
width: 170px;
margin: 10px;
padding: 5px;
-webkit-box-shadow: 4px 4px 0 #8F6325;
-moz-box-shadow: 4px 4px 0 #8F6325;
-khtml-box-shadow: 4px 4px 0 #8F6325;
padding-top: 20px;
}
#bienvenu_ma
{
 background-color: white;
  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
color: #694D4D;
font-size: 10px;
height: 110px;
margin: 10px;
overflow-y: auto;
overflow-x: visible;
padding: 5px;
-webkit-box-shadow: 4px 4px 0 #8F6325;
-moz-box-shadow: 4px 4px 0 #8F6325;
-khtml-box-shadow: 4px 4px 0 #8F6325;
width: 300px;
}
 .staff
{
 background-color: white;
 -moz-border-radius: 5px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
color: #694D4D;
font-size: 10px;
height: 135px;
width: 200px;
margin: 10px;
padding: 5px;
font-size: 14px;
-webkit-box-shadow: 4px 4px 0 #8F6325;
-moz-box-shadow: 4px 4px 0 #8F6325;
-khtml-box-shadow: 4px 4px 5 #8F6325;
padding-top: 20px;
}
.credits
 {
 background-color: white;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
color: #694D4D;
font-size: 14px;
height: 135px;
width: 60px;
margin: 10px;
padding: 5px;
-webkit-box-shadow: 4px 4px 0 #8F6325;
-moz-box-shadow: 4px 4px 0 #8F6325;
-khtml-box-shadow: 4px 4px 0 #8F6325;
padding-top: 10px;
}
div.infobulle
{
 position: relative;
 float: left;
color: black;
}
div.infobulle span
{
 display: none; /* ceci masque l'infobulle */
}
div.infobulle:hover
{
  background: none; /* correction d'un bug IE */
  z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
  color: #FFD194;
}
div.infobulle:hover span
{
display: inline; /* on affiche l'infobulle */
position: absolute;
top: 10px; /* on positionne notre infobulle */
background-color: #D9AB6A;
color: black;
 padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
 white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
text-align: center;
font-size: 14px;
}
/*Barre de Navigation*/
.navipose td {position: fixed;
top: 0%;
right:0%;
height: 25px;
width: 100%;
background: #99ABBF;
background-image:url(http://img11.hostingpics.net/pics/452646438724Woodfloorbygnrbishop.jpg)
border: 1px dashed #597578;
}

.tableauqueel{
background-color : #white ;
border : dashed 2px #99ABBF ;
-moz-border-radius : 5px 5px 5px 5px}

.partiedroite {
font-size : 12px ;
border-left : 2px dotted ##99ABBF ;
padding-left : 10px }


.groupes{
background-color:#COLOR ;
border: 1px color #COLOR  ;
-moz-border-radius : Xpx XpxXpxXpx;
height:40px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-size:14px
;font-weight: bold;
text-align:center;

Un grand merci d'avance!!
avatar

Valendium
**

Messages : 96
Inscrit(e) le : 13/06/2011

http://enchantedtime.taguilde.net/
Valendium a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage dans les catégories.

Message par SoraNoHime Lun 13 Juin 2011 - 16:20

Je comprends le problème, votre balise de description du forum étant supprimée.

Pouvez-vous me donner le lien du post ou Toto456 vous avez donné la solution, que je puisse récupérer la partie de code manquante ?

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 d'affichage dans les catégories.

Message par Valendium Lun 13 Juin 2011 - 16:29

Han il ne l'a pas affiché dans mon premier message 0.0 - c'est une erreur... -
Voici le lien : https://forum.forumactif.com/t261562-suppression-des-colonnes-sujets-et-messages

Merci vraiment *.*

avatar

Valendium
**

Messages : 96
Inscrit(e) le : 13/06/2011

http://enchantedtime.taguilde.net/
Valendium a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage dans les catégories.

Message par SoraNoHime Lun 13 Juin 2011 - 16:39

Voici votre template corrigé, vous aviez supprimé quelques informations ^^

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">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
    <table width="100%"><tbody><tr><td><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}></td><td style="padding-left: 40px; text-align: right;" class="gensmall">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</td></tr></tbody></table>
         <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">
         <span class="gensmall">{catrow.forumrow.LAST_POST}</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 -->

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 d'affichage dans les catégories.

Message par Valendium Lun 13 Juin 2011 - 17:04

Merci beaucoup!

Mais en fait, voila, je voulais enlever ce genre de chose : "3 messages dans 3 sujets" dans la partie "Derniers Messages" ou vraiment supprimer. Ce n'est pas possible?
avatar

Valendium
**

Messages : 96
Inscrit(e) le : 13/06/2011

http://enchantedtime.taguilde.net/
Valendium a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage dans les catégories.

Message par SoraNoHime Lun 13 Juin 2011 - 17:17

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">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </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" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS} Messages dans {catrow.forumrow.TOPICS} Sujets<br/>{catrow.forumrow.LAST_POST}</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 -->

Voilà ^^
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 d'affichage dans les catégories.

Message par Valendium Lun 13 Juin 2011 - 17:24

Merci beaucoup de vous être occupé de moi comme ça \o
Je ne sais pas comment je pourrais vous remercier!
Bonne soirée! ♫
avatar

Valendium
**

Messages : 96
Inscrit(e) le : 13/06/2011

http://enchantedtime.taguilde.net/
Valendium a été remercié(e) par l'auteur de ce sujet.

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


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