Colonne Sujets & Message

2 participants

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

Résolu Colonne Sujets & Message

Message par TheWorldGiant Mar 16 Sep 2014 - 14:42

Bonjour !

Je travaille actuellement à l'élaboration d'un forum. Afin de le rendre plus simple, j'ai décider de suivre à de vos tutos.
https://forum.forumactif.com/t261562-suppression-des-colonnes-sujets-et-messages

Tout fonctionnais niquel, cependant après avoir cliquer vérifier l'aperçu du résultats, les descriptions du forum ont disparu.
Aurais-je fais une erreur.

Code:
        <!-- 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="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">
            <!-- BEGIN avatar -->
            <div style="width: 200px;"></div>
            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
            <!-- END avatar -->

J'ai supprimé les deux choses qu'on m'a demandé, mais visiblement j'ai du oublier quelques chose. Ci-dessus la partie du code qu'il fallait modifier
Merci d'avance !


Dernière édition par Alex_Sky le Mar 16 Sep 2014 - 20:33, édité 1 fois
TheWorldGiant

TheWorldGiant
**

Messages : 78
Inscrit(e) le : 22/05/2009

http://www.total-wrestling-entertainment.com/
TheWorldGiant a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Colonne Sujets & Message

Message par MlleAlys Mar 16 Sep 2014 - 16:12

bonjour, vous avez effectivement supprimé la description des forums au cours des modifications ^^, c'était ce bout de code là :
Code:
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>

Il suffit de le réintégrer dans votre code :
Code:
        <!-- 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">
            <!-- BEGIN avatar -->
            <div style="width: 200px;"></div>
            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
            <!-- END avatar -->

enregistrez et publiez ^^
MlleAlys

MlleAlys
Membre actif

Messages : 5767
Inscrit(e) le : 12/09/2012

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

Résolu Re: Colonne Sujets & Message

Message par TheWorldGiant Mar 16 Sep 2014 - 20:33

Vous êtes les meilleurs. Merci bien de votre, j'ai corriger et sa fonctionne niquel !
TheWorldGiant

TheWorldGiant
**

Messages : 78
Inscrit(e) le : 22/05/2009

http://www.total-wrestling-entertainment.com/
TheWorldGiant 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