Changer la partie "Catégorie" de mon forum!

2 participants

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

Résolu Changer la partie "Catégorie" de mon forum!

Message par iEagle Lun 13 Fév 2012 - 14:38

Bonjour à tous!
Etant un novice du code, surtout dans ce domaine (Création de nouveau bloc etc..), j'aimerai que quelque puisse m'aider!
Enfaite, je voudrais que vous m'aidiez sur la création d'un nouvelle aspect graph' d'un forum forumactif!
(Je n'ai vu aucun thème sur ce que je veux faire)
Voici une image:
Changer la partie "Catégorie" de mon forum! Cat%e9gorie

Qu'es qu'on doit modifier là dedans?
A peu près tout, du moin:
- Titre de la catégorie: Le titre de la catégorie dois faire toute la largeur de la catégorie!
- Supprimer la colonne 'Sujets'
- Au lieu de mettre messages, mettre 'VUES', en dessous du nombre!
- Mettre "Dernier Messages" à côté du titre du dernier sujet!
(Exemple: Dernier Message: (Titre du dernier sujet)
(Nom de l'auteur)-(Date et heure du dernier message)
)

Voici le code:
Code:
<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="50">{L_TOPICS}</th>
      <th nowrap="nowrap" width="50">{L_POSTS}</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.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</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 -->

Merci d'avance, j'espère ne pas demander un travail monstre!


Dernière édition par iEagle le Lun 20 Fév 2012 - 12:16, édité 1 fois
avatar

iEagle
Nouveau membre

Messages : 21
Inscrit(e) le : 03/04/2011

http://wolftm.forumgratuit.org/
iEagle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par iEagle Mar 14 Fév 2012 - 21:47

UP!
J'ai essayé de modifier quelques blocs, et j'ai réussi ( après quelques minutes), à supprimer la colonne "Sujets" et à mettre Vues en dessous des Nombres!
Mais j'ai un petit soucis, quand je supprime le bloc 'messages', ma colonne ce déplace à droite des catégories! Mais quand je le laisse, le titre de ma catégorie reste à ça place initial!
Voici une image pour plus de détails!:
Changer la partie "Catégorie" de mon forum! 1

Voici une image de ce que je voudrais Wink
Changer la partie "Catégorie" de mon forum! 2

Code:
<!-- 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="50"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;"></div></th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="75" 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="75">
         <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="row2" align="center" nowrap="nowrap" valign="middle" height="75">
                  <span class="gensmall"><font size="2">{catrow.forumrow.POSTS}<br /> <b>Vues</b> </font></span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="75">
                  <span class="gensmall">{catrow.forumrow.LAST_POST}<br /> <b>Dernièrs messages </b></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><br/><br/><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
avatar

iEagle
Nouveau membre

Messages : 21
Inscrit(e) le : 03/04/2011

http://wolftm.forumgratuit.org/
iEagle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par kheino Mer 15 Fév 2012 - 15:01

Bonjour,

Y a-t-il du CSS correspondant au template index_box ? Si oui, merci de le fournir (juste cette partie).
kheino

kheino
Membre habitué

Féminin
Messages : 1698
Inscrit(e) le : 09/05/2010

http://www.siteduzero.com/
kheino a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par iEagle Mer 15 Fév 2012 - 19:07

Merci pour ta réponse Wink

Voici les boûts de css:
Code:
.secondarytitle,.secondarytitle h2 {
   margin: 0;
   padding: 0;
   color: #cccccc;
   }
.secondarytitle h2 {
   display:inline;
   }
Code:
.forumline{
    background-color: #595959;
    border: 2px #595959 solid;
    }
td.row1,td.row3.over:hover {
    background-color: #0d0d0d;
    }
td.row2,td.row1.over:hover {
    background-color: #0d0d0d;
    }
td.row3{
    background-color: #0d0d0d;
    }
td.rowpic {
   background-color: #;
   background-image: url("http://2img.net/i/fa/empty.gif");
   css}

Code:
td.row3Right,td.spaceRow {
   background-color: #0d0d0d;
    border: #;
    border-style: solid;
   }

J'pense que c'est tout Wink
Merci d'avance Smile
avatar

iEagle
Nouveau membre

Messages : 21
Inscrit(e) le : 03/04/2011

http://wolftm.forumgratuit.org/
iEagle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par kheino Mer 15 Fév 2012 - 20:21

Je t'en prie, mais pas sûre d'avoir bien compris ce qui cloche...

En mettant ton template et ton CSS, le titre des catégories est bien centré au-dessus de la cellule "description du forum", ce qui devrait être le cas si tu veux centrer:
Changer la partie "Catégorie" de mon forum! Captur31
kheino

kheino
Membre habitué

Féminin
Messages : 1698
Inscrit(e) le : 09/05/2010

http://www.siteduzero.com/
kheino a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par iEagle Sam 18 Fév 2012 - 15:27

Merci pour ta réponse et désolée pour le retard!
Sauf que moi, je n'ai pas ce rendu là. Je voudrais juste supprimer les 2 cellules en haut à droite et modifier l'intérieur des derniers messages.
Si on pouvais parler de ça sur msn rapidement, ça sera plus rapide pour nous deux Wink

Merci d'avance Wink


Dernière édition par iEagle le Sam 18 Fév 2012 - 22:11, édité 1 fois
avatar

iEagle
Nouveau membre

Messages : 21
Inscrit(e) le : 03/04/2011

http://wolftm.forumgratuit.org/
iEagle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par kheino Sam 18 Fév 2012 - 19:15

Bonsoir,

Suggestion : Supprime ton adresse msn qui n'est jamais à donner ainsi publiquement. Tout le monde peut l'avoir, même les invités.
C'est aussi une directive du FDF.
De plus, je ne suis pas du tout pour l'entraide ailleurs qu'ici et ça oui, ouvertement.

En fait j'ai pensé que c'est ce que tu voulais puisque tu m'as dit avoir modifié ton template.
Comme tu peux le voir sur ma capture, les deux colonnes du haut sont supprimées, ceci avec ton template et ton CSS...

Peux-tu donner le lien du forum en question ?
kheino

kheino
Membre habitué

Féminin
Messages : 1698
Inscrit(e) le : 09/05/2010

http://www.siteduzero.com/
kheino a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par iEagle Sam 18 Fév 2012 - 22:14

Désolée pour l'adresse, je savais bien que l'entraide hors d'ici n'étais pas possible, mais je pensai mettre la solution ici dans tous les cas.. Mais pas grâve Wink

Autrement, voici l'adresse du forum en question, je suis entrain de le modifier,donc si tu vois des bugs, c'est normale Wink.
http://evolutionfrance.forumactif.com/

J'ai un code pour mettre les images des arrondies du bas, mais je ne sais pas ou l'intégrer :/

Voici le code:
Code:
<table cellspacing="0" cellpadding="0">
<tr height="37px">
  <td width="30px" background="http://eagle.g.free.fr/EvOlution/Coin/bg.png"></td>
  <td width="962px" background="http://eagle.g.free.fr/EvOlution/Coin/bm.png"></td>
  <td width="30px" background="http://eagle.g.free.fr/EvOlution/Coin/bd.png"></td>
</tr>
</table>

Je pensais le mettre dans le code sur mon premier message, mais ça déforme le forum :/

Merci d'avance.
avatar

iEagle
Nouveau membre

Messages : 21
Inscrit(e) le : 03/04/2011

http://wolftm.forumgratuit.org/
iEagle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par iEagle Dim 19 Fév 2012 - 11:04

Un petit UP en vous parlant des modifs effectuer depuis hier!
J'ai réussi à faire à peu près comme je le voulais! Sauf que j'ai toujours un petit problème avec le code pour le bas des catégories!
Sur 2 de mes catégories, tous marche nikel, mais ensuite, j'ai un bug, ça déforme littéralement mon forum!
avatar

iEagle
Nouveau membre

Messages : 21
Inscrit(e) le : 03/04/2011

http://wolftm.forumgratuit.org/
iEagle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par kheino Dim 19 Fév 2012 - 15:57

Bonjour,

Peux-tu redonner le template index_box et le CSS s'y référant ?
En attendant, ne modifie plus rien, histoire que nous ne fassions pas de l'entrecroisé.
kheino

kheino
Membre habitué

Féminin
Messages : 1698
Inscrit(e) le : 09/05/2010

http://www.siteduzero.com/
kheino a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par iEagle Dim 19 Fév 2012 - 19:12

Index_Box
Code:
<br /><br />
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
                  <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div><br />
         <div class="nav"><img src="http://eagle.g.free.fr/EvOlution/Facebook.png"/><img src="http://eagle.g.free.fr/EvOlution/Youtube.png"/></div>
      </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"><center> {catrow.tablehead.L_FORUM} </center></th>
   </tr>
</table>
   <!-- END tablehead -->
   <!-- BEGIN forumrow -->
<table class="forumline2" width="100%" border="0" cellspacing="1" cellpadding="0">
   <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="row2" align="center" valign="middle" height="50"><div style="width:50px;">
                  <span class="gensmall">{catrow.forumrow.POSTS}<br /><b>Messages</b></span></div></td>
      <td class="row3 over" align="center" valign="middle" height="50"><div style="width:200px;">
         <span class="gensmall">{catrow.forumrow.LAST_POST}<br /><b>Derniers Messages</b></span></div></td>
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN tablefoot -->
<table cellspacing="0" cellpadding="0">
<tr height="41px">
  <td width="30px" background="http://eagle.g.free.fr/EvOlution/Coin/bg.png"></td>
  <td width="962px" background="http://eagle.g.free.fr/EvOlution/Coin/bm.png"></td>
  <td width="30px" background="http://eagle.g.free.fr/EvOlution/Coin/bd.png"></td>
</tr>
</table>
</table><br/><!-- END tablefoot -->
<!-- END catrow -->

Css
Code:
.forumline{
    background: url("http://eagle.g.free.fr/EvOlution/categorie.png");
      height: 45px;
        margin-bottom: 5px;
    }
.forumline2{
    background: url("");
      height: 45px;
    }
.forumline3{
    background-color: #353535 ;
    border: 1px #cbcbcb solid;
    }
.forumline_chatbox{
      background-color: #fffff ;
    border: 1px #00000 solid;
    }
td.row1,td.row3.over:hover {
      height: 45px;
    }
td.row2,td.row1.over:hover {
    background-color: #0d0d0d;
    }
td.row3{
    background-color: #0d0d0d;
    }
avatar

iEagle
Nouveau membre

Messages : 21
Inscrit(e) le : 03/04/2011

http://wolftm.forumgratuit.org/
iEagle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par iEagle Lun 20 Fév 2012 - 12:17

Le problème est résolu! Désolée pour le dérangement et merci Final-Blonde pour ton aide Wink

Bonne continuation à vous =)
avatar

iEagle
Nouveau membre

Messages : 21
Inscrit(e) le : 03/04/2011

http://wolftm.forumgratuit.org/
iEagle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par kheino Lun 20 Fév 2012 - 12:26

Bonjour,

Petite erreur dans le CSS qui n'affectait pas le souci en question.
Les liens images dans les parenthèses sont entre des apostrophes et non entre des guillemets comme en HTML. De plus, certaines version de navigateur ne lisent pas les apostrophes, en outre, vaut mieux ne pas en mettre du tout.
Aussi, à éviter les propriétés dites "mortes" comme les background: url();
Il sera bien assez temps quand tu auras quelque chose à y mettre:
Spoiler:

Pour ce qui est de ton (gros) souci, c'est parce que tu as "bafoué" les lois de la structure-tableau:
Pour le bloc derniers-messages, tu as simplement ajouté une colonne (td) à l'ensemble du tableau des forums.
Tu peux, le faire, mais à la condition que tu mettes un sous-tableau à la colonne de ce bloc:
Code:
<td class="row2" align="center" valign="middle" height="50">
<table><tr>
<td><div style="width:50px;">
<span class="gensmall">{catrow.forumrow.POSTS}<br /><b>Messages</b></span></div></td>
<td class="row3 over" align="center" valign="middle" height="50"><div style="width:200px;">
<span class="gensmall">{catrow.forumrow.LAST_POST}<br /><b>Derniers Messages</b></span></div></td>
</tr></table>
</td>
L'autre grosse erreur, est de créer un tableau après une fermeture de ligne.
Soit c'est entre les balises d'une colonne (<td>sub-tableau</td>), soit c'est après la fermeture d'un tableau (</table>).
Comme tu as séparé la structure des catégories en tableaux distincts pour chaque niveau, on peut refermer le tableau des forum et créer un nouveau tableau pour le footer des catégories.
J'espère que je m'exprime assez clairement, toutefois n'hésite pas à demander en cas de besoin.

Voici ton template entier, quelque peu rangé et corrigé :
Code:
<br /><br />
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div><br />
<div class="nav"><img src="http://eagle.g.free.fr/EvOlution/Facebook.png"/><img src="http://eagle.g.free.fr/EvOlution/Youtube.png"/></div>
</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"><center>{catrow.tablehead.L_FORUM}</center></th>
</tr></table>
<!-- END tablehead -->

<!-- BEGIN forumrow -->
<table class="forumline2" width="100%" border="0" cellspacing="1" cellpadding="0"><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></span><br />
</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="row2" align="center" valign="middle" height="50">
<table><tr>
<td><div style="width:50px;">
<span class="gensmall">{catrow.forumrow.POSTS}<br /><b>Messages</b></span></div></td>
<td class="row3 over" align="center" valign="middle" height="50"><div style="width:200px;">
<span class="gensmall">{catrow.forumrow.LAST_POST}<br /><b>Derniers Messages</b></span></div></td>
</tr></table>
 
</td></tr>
</table>
<!-- END forumrow -->
 
<!-- BEGIN tablefoot -->
<table cellspacing="0" cellpadding="0">
<tr height="41px">
<td width="30px" background="http://eagle.g.free.fr/EvOlution/Coin/bg.png"></td>
<td width="962px" background="http://eagle.g.free.fr/EvOlution/Coin/bm.png"></td>
<td width="30px" background="http://eagle.g.free.fr/EvOlution/Coin/bd.png"></td>
</tr>
</table><br/>
<!-- END tablefoot -->

<!-- END catrow -->


EDIT : Erf, tout ça pour rien ! Grrr
Toutefois tant mieux si c'est résolu, j'espère que tu as trouvé les deux mêmes erreurs.

EDIT : Là c'est moi qui est fait une erreur dans le premier code, la cellule "row2" doit être dans le tableau :
Code:
<td align="center" valign="middle">
<table><tr>
<td class="row2" align="center" valign="middle" height="50"><div style="width:50px;">
<span class="gensmall">{catrow.forumrow.POSTS}<br /><b>Messages</b></span></div></td>
<td class="row3 over" align="center" valign="middle" height="50"><div style="width:200px;">
<span class="gensmall">{catrow.forumrow.LAST_POST}<br /><b>Derniers Messages</b></span></div></td>
</tr></table>
</td>
kheino

kheino
Membre habitué

Féminin
Messages : 1698
Inscrit(e) le : 09/05/2010

http://www.siteduzero.com/
kheino a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par iEagle Lun 20 Fév 2012 - 12:35

C'éait les mêmes erreurs que ta cité, sauf que ton code est meilleur, donc j'ai remplacer mon code par le tien!
Merci beaucoup Wink
avatar

iEagle
Nouveau membre

Messages : 21
Inscrit(e) le : 03/04/2011

http://wolftm.forumgratuit.org/
iEagle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer la partie "Catégorie" de mon forum!

Message par kheino Lun 20 Fév 2012 - 12:40

Je t''en prie. sunny


NB : attention, il y avait un deuxième EDIT.
kheino

kheino
Membre habitué

Féminin
Messages : 1698
Inscrit(e) le : 09/05/2010

http://www.siteduzero.com/
kheino 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