apparence des catégories

2 participants

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

Résolu apparence des catégories

Message par Crystal Shadow Jeu 6 Oct 2011 - 15:56

Alors je voudrais changer l'apparence de mes catégories pour mon forum j'ai fait un petit dessin de ce que je voulais pour être plus clair.

apparence des catégories AideFA

Je me suis permise de poster ce sujet car tout ce que j'ai pus tenter a échouer.
Mon Forum est en Phpbb2 j'ai accès aux templates. Certaines son déjà modifier mais comme je veux tout revoir de A a Z ça ne me dérange pas de les remettre par défaut.

Merci beaucoup d'avance a celui qui m'aidera Very Happy



Dernière édition par Crystal Shadow le Dim 30 Oct 2011 - 14:58, édité 1 fois
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Ven 7 Oct 2011 - 8:05

Bonjour Crystal Shadow

Pouvez-vous me donner votre template index_box svp pour que je puisse vous dire comment faire les modifications.

tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Ven 7 Oct 2011 - 8:34

Bonjour Tupac et merci encore Very Happy

Alors voila mon template :

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr>
          <td valign="bottom">
            <!-- BEGIN switch_user_logged_in -->
            <span class="gensmall">{LAST_VISIT_DATE}

            {CURRENT_TIME}

            </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>

            <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

            <!-- END switch_user_logged_in -->
            <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
          </td>
      </tr>
    </table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="100%"  border="0" cellspacing="0" cellpadding="0" align="center">
          <th colspan="2" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th></table>
      <table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
            <!-- 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="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>
            </h{catrow.forumrow.LEVEL}>
            <span class="genmed"><br /><div class="descrip">{catrow.forumrow.FORUM_DESC}</div></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"><div style="width : 180px;"><div class="icones">
    <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
    <div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}<br/>
    {catrow.forumrow.POSTS} Messages dans {catrow.forumrow.TOPICS} Sujets</span></div><br/></div></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 -->
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Sam 8 Oct 2011 - 5:44

Bonjour Crystal Shadow

Crystal Shadow a écrit:je veux tout revoir de A a Z ça ne me dérange pas de les remettre par défaut.
Donc repartons d'un template par défaut et commencer par suivre les conseilles de ce tuto pour retirer les colonnes message et sujet.

Maintenant nous allons retirer la case dernier message donc repérer la partie suivante supprimez-la.
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="150"><div style="width:150px;">{L_LASTPOST}</div></th>
   </tr>
remplaez-la par celle-ci.
Code:
      <table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
        <th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>

Passons a la description et aux sous-forums que nous allons placer a droite de la description et en colonne.
Donc repérer cette partie.
Code:
                </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>
remplacez-la par celle-ci j'ai attribué une class a chaque partie (description et sous-forum ) pour pouvoir y placer un fond,changer la couleur,taille du texte etc...
Code:
                </h{catrow.forumrow.LEVEL}></td></tr></tbody></table>
        <table class="description" width="100%">
          <tr>
            <td align="center" width="80%"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
            <td valign="top" width="20%"><div align="center" class="sous_forum"><span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
</script>
        </td>
        </tr>
        </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 -->
         </span>
      </td>

pour finir la partie template nous allons placer la ligne ( X messages dans X sujets ) au dessus du dernier message posté.
Repérer cette partie.
Code:
      <td class="row3 over" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
   </tr>
puis remplacez-la par celle-ci j'y ai placé aussi une class a chacun pour pouvoir les entourer d'un cadre et d'un fond.
Code:
      <td class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
         <span class="gensmall">
                        <div class="messa_suj">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><br>
                        <div class="der_post">{catrow.forumrow.LAST_POST}</div></span>
      </td>
   </tr>

Pour finir la partie CSS

Placer le les codes suivant dans votre feuille de style css.
Code:
/* ligne messages et sujets */
.messa_suj{
    border: 1px solid #b19266;
    background-color: #d8ceb5;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    color: #000000;
    margin-top: 20px;
    padding: 3px;
}

/* dernier message posté */
.der_post{
    border: 1px solid #b19266;
    background-color: #d8ceb5;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    color: #000000;
    padding: 3px;
}

/* couleur dernier message posté */
.der_post a{ color: #000000; }

/* cadre et fond description */
.description{
    border: 1px solid #b19266;
    background-color: #d8ceb5;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    padding: 5px;
}
/* couleur sous-forum */
.sousforum a {
      color: #000000;
}

Si vous voulez changer uniquement la couleur du texte de vos descriptions il vous faut entourer le texte d'une balise comme ceci.
Code:
<center><font color=#000000>
texte texte texte texte texte texte texte texte texte
</font></center>
Voila je pense que ça devrait ressemblé a ce que vous souhaitiez.
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Sam 8 Oct 2011 - 21:32

J'ai fait toute les étapes mais cela ne donne pas vraiment le résultat et j'ai beau modifier le css rien ne change j'ai supprimé les couleur pensant que le soucis venais de là mais rien du tout.

Voila une capture de mon forum test pour vous montrer.



apparence des catégories Soucisfofo

Voici l'adresse si vous voulez voir part vous même http://tfesev.forumgratuit.org/
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Dim 9 Oct 2011 - 4:41

Bonjour

Puis-je avoir le template svp?
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Dim 9 Oct 2011 - 17:20

Bien sur le voici :

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="0" cellpadding="0">
  <tr>
        <th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
  </tr>
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <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></tr></tbody></table>
        <table class="description" width="100%">
          <tr>
            <td align="center" width="80%"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
            <td valign="top" width="20%"><div align="center" class="sous_forum"><span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
</script>
        </td>
        </tr>
        </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 -->
        </span>
      </td>
           <td class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
                <span class="gensmall">
                                <div class="messa_suj">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><br>
                                <div class="der_post">{catrow.forumrow.LAST_POST}</div></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 -->
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Mar 11 Oct 2011 - 0:49

Bonsoir

Votre template est nickel.
Avez-vous bien pensé a cliquer sur cette petite croix verte Ajout et vérifiez si les codes sont bien dans votre feuille de style css.
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Mar 11 Oct 2011 - 10:35

En faite il manquer une partie du CSS désoler Embarassed . J'aurais deux petite question encore a vous poser la première comment je fait pour avoir un effet transparent au niveau des descriptions je m'explique je voudrais que la couleur se vois mais qu'on vois aussi le fond qu'il y a dessous. Et la deuxième c'est pourquoi mes sous forum n’apparaisse pas sur le côté droit au niveau des description ?

Si vous n'avez pas le temps de me répondre je comprendrais Smile
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Jeu 13 Oct 2011 - 6:18

Bonjour

Pour faire une légère transparence a vos descriptions placer le code suivant dans le code css ( description ) qui se trouve dans votre feuille de style.

Code:
    filter:alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
En ce qui concerne les sous-forums ce n'est pas normal puisqu'ils apparaissent très bien chez moi avec votre template,puis-je avoir le lien vers le forum en question svp.
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Jeu 13 Oct 2011 - 10:42

Merci pour le code de transparence il marche très bien. Quand au forum je vous donne celui de mon forum test puisque que je n'ai pas finie de faire les modifications et qu'il n'est installer que là.

http://tfesev.forumgratuit.org/?tt=1
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Ven 14 Oct 2011 - 5:54

Bonjour

Ok il vous faut changer de hiérarchie je vous conseille de prendre ( Séparer les catégories sur l'index ) et de choisir ( complet )
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Ven 14 Oct 2011 - 9:35

Je viens de faire le test et rien ne change. les liens ne s'affiche toujours pas. Sa rend même le forum bizarre.

Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Ven 14 Oct 2011 - 14:12

Redonnez-moi le template svp reflexion
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Ven 14 Oct 2011 - 19:08

Le voici :

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}

         {CURRENT_TIME}

         </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>

         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><img src="http://illiweb.com/fa/pbucket.gif" alt=""height="170" width="927" /><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
  </tr>
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <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></tr></tbody></table>
        <table class="description" width="100%">
          <tr>
            <td align="center" width="80%"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
            <td valign="top" width="20%"><div align="center" class="sous_forum"><span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'
')).removeAttr('id');
</script>
        </td>
        </tr>
        </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 -->
        </span>
      </td>
           <td class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
                <span class="gensmall">
                                <div class="messa_suj">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><br>
                                <div class="der_post">{catrow.forumrow.LAST_POST}</div></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="http://illiweb.com/fa/pbucket.gif" alt="" height="160" width="100%" />
<!-- END tablefoot --><!-- END catrow -->

J'ai remis la hiérarchie du forum en Moyen.
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Sam 15 Oct 2011 - 1:19

Replacer le template suivant pour voir et mettez un peu de texte dans vos descriptions de vos catégories pour que l'ont puissent y voit un peut plus clair.

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}
       
                {CURRENT_TIME}
       
                </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>
       
                <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
       
                <!-- END switch_user_logged_in -->
                <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
              </td>
          </tr>
        </table>
        <!-- BEGIN catrow --><!-- BEGIN tablehead --><img src="http://illiweb.com/fa/pbucket.gif" alt=""height="170" width="927" /><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
                <th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
          </tr>
          <!-- END tablehead -->
          <!-- BEGIN cathead -->
          <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></tr></tbody></table>
                <table class="description" width="100%">
                  <tr>
                    <td align="center" width="80%"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
                    <td valign="top" width="20%"><div align="center" class="sous_forum"><span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span><script type="text/javascript">
        jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
        </script>
                </td>
                </tr>
                </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 -->
                </span>
              </td>
                  <td class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
                        <span class="gensmall">
                                        <div class="messa_suj">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><br>
                                        <div class="der_post">{catrow.forumrow.LAST_POST}</div></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="http://illiweb.com/fa/pbucket.gif" alt="" height="160" width="100%" />
        <!-- END tablefoot --><!-- END catrow -->
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Sam 15 Oct 2011 - 23:01

Je viens de l’installer et après publication rien ne change Mince
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Dim 16 Oct 2011 - 9:57

Bonjour

Pour que les sous-forums apparaissent comme sur cette image il faut mettre en hiérarchie (complet )
apparence des catégories Zklopm
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Dim 16 Oct 2011 - 16:41

Même avec le niveau de Hiérarchie complet les sous forum ne s'affiche pas et en plus ça créer un beug au niveau des titre en images qui se mettent en double.
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Dim 16 Oct 2011 - 16:47

Pouvez-vous me donner un aperçu de ceci ( voir image )
apparence des catégories Zwxsdeyly
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Dim 16 Oct 2011 - 17:08

le voici :

apparence des catégories Soucisfofo2

Mais sinon sans passé part tout ça y aurait-il un moyen de le faire en passant juste part les description dans les catégories je sais pas comme si je faisait un tableau ?
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par Crystal Shadow Mar 18 Oct 2011 - 12:29

Up Smile
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Mer 19 Oct 2011 - 14:05

Bonjour Crystal Shadow

Écoutez la je sèche,vos sous-forums devraient apparaitre,votre template est bon,ça ne vient pas de votre css,j'ai vu que vous aviez changé de hiérarchie,normalement les sous-forums apparaissent en choisissant COMPLET mais vous me dites que même avec COMPLET ils n'apparaissent pas,essayez de vider votre cache internet pour voir.
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: apparence des catégories

Message par Crystal Shadow Lun 24 Oct 2011 - 19:55

désoler du retard de ma réponse. Même avec les caches vides rien ne change je ne comprend pas moi non plus.

je peux peut-être mettre les liens dans la description sous forme de tableau le soucis c'est que je ne suis pas très douer pour ça.
Crystal Shadow

Crystal Shadow
***

Féminin
Messages : 135
Inscrit(e) le : 04/11/2010

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

Résolu Re: apparence des catégories

Message par tupac Mar 25 Oct 2011 - 14:20

Bonjour Crystal Shadow

Bien sur nous pouvons placer les sous-forum directement dans la description mais avant nous allons vérifier quelque chose.
Regarder dans votre navigateur si le JavaScript est activé donc cliquer sur outils en haut de votre page puis sur option puis sur contenu et vérifié si ( activé JavaScript ) est coché et n'oublier pas de cliquer sur OK.

EDIT: Dans votre panneau d'administration => affichage => structure et hiérarchie et vérifiez si les liens vers les niveaux inférieurs sont bien cochés sur OUI.
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac 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