Descriptions des forums absentes ?

2 participants

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

Résolu Descriptions des forums absentes ?

Message par Gaeriel66 Ven 4 Avr 2014 - 16:11

Bonjour !

Je suis désolée de vous embêter encore avec mes petits soucis de débutante, mais en voulant rajouter des descriptions à mes forums je me suis rendue compte que celles-ci n'apparaissaient pas... Je suppose qu'il y a un soucis avec mon template ? J'ai fait quelques rajouts en suivant des tutoriels, mais il doit y avoir une erreur qui s'est insérée quelque part... J'ai fait une recherche sur ce forum mais je n'ai pas trouvé de sujet correspondant :/
(le forum est ici)

Mon INDEX_BOX
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 width="75%"><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">
         <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 mon CSS si jamais le soucis vient de là
Code:
/* BARRE DE NAVIGATION */
.navig {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
Height: 23px;
background-color: #d8e7f0;
border-bottom: 1px dashed #27526B;
border-top: 1px dashed #27526B;
}
a.mainmenu {
margin: 3px;
font-family: Trajan Pro;
font-size: 12px;
}


/* TITRES DES CATEGORIE */

a.forumlink:link, a.forumlink:visited {
font-family: trajan pro;
background-color:#c9ddff;
text-align: left;
font-size: 100%;
border-bottom: 1px dashed #800000;
color: #800000;
display: block;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
}

.contenu_onglet{
background-color:#9db261;
margin-top:2px;
margin-bottom:5px;
margin-right:10px;
padding-left:15px;
padding-right:15px;
padding-top:10px;
padding-bottom:10px;
display:none;
height:190px;
overflow:auto;
-moz-border-radius:20px 20px 20px 20px;
-webkit-border-radius:20px 20px 20px 20px;
border:1px solid #FFFFFF;
text-align:justify;
}

/* Soulignement liens */

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


/* largeur tables */

.forumline
{
  width: 100%;
  margin: auto;
}
table
{
  width: 99%;
  margin: auto;
}

/* qui est en ligne */

.qeel_titre
{
  width: 800px;
  height: 100px;
  margin: auto;
  background: url(http://i56.servimg.com/u/f56/11/44/54/89/nouvea10.png) no-repeat;
}
.Creator, .Bellator, .Alchimiae, .Inventor, .Magia, .Umbra, .Errantia
{
  display: block;
  font-weight: bold;
  text-transform: small-caps;
  margin-top: 5px;
  text-align: center;font-size: 14px;
  Height: 15px;
}
.Creator
{
  color: #ffffff !important;
}
.Bellator
{
  color: #800000 !important;
}
.Alchimiae
{
  color: #f0b92d !important;
}
.Inventor
{
  color: #a8a8a8 !important;
}
.Magia
{
  color: #3564b5 !important;
}
.Umbra
{
  color: #000000 !important;
}
.Errantia
{
  color: #6bb36b !important;
}
.groupe_contenu
{
  display: none;
}
.qeel_infos
{
  width: 98%;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #C9DDFF;
  border: 1px dotted #c0c0c0;
  padding: 4px;
  font-size: 12px;
  text-align: justify;
}
.Creator:hover .groupe_contenu, .Bellator:hover .groupe_contenu, .Alchimiae:hover .groupe_contenu, .Inventor:hover .groupe_contenu, .Magia:hover .groupe_contenu, .Umbra:hover .groupe_contenu, .Errantia:hover .groupe_contenu
{
  display: block;
  position: absolute;
  margin-left: 50px;
  width: 250px;
  background: #C9DDFF;
  padding: 4px;
  border: 1px dotted #c0c0c0;
  color: #C9DDFF;
  font-size: 10px;
  font-weight: normal;
}

/* cadre avatar */

.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border: 5px solid #ffffff;
border-radius:1em;
-moz-border-shadow: #000 0px 0px 0px;
-webkit-border-shadow: #000 0px 0px 0px;
-border-shadow: #000 0px 0px 0px;
}

Un gros merci à la personne qui pourra m'aider !  I love you


Dernière édition par Gaeriel66 le Ven 4 Avr 2014 - 17:24, édité 1 fois
Gaeriel66

Gaeriel66
Nouveau membre

Féminin
Messages : 29
Inscrit(e) le : 31/03/2014

https://feelingonline.forumactif.com/
Gaeriel66 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Descriptions des forums absentes ?

Message par Neptunia Ven 4 Avr 2014 - 16:43

Bonjour ^^


La variable qui gère l'affichage des descriptions de forums est {catrow.forumrow.FORUM_DESC}

Cette dernière est absente de votre template. Quoi que vous fassiez, les descriptions ne s'afficheront pas.

Merci de fournir une capture écran en précisant l'endroit exact où vous souhaitez vos descriptions (avant ou après la liste des sous forums)

Ainsi que l'adresse du forum s'il ne s'agit pas de celui de votre profil
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Descriptions des forums absentes ?

Message par Gaeriel66 Ven 4 Avr 2014 - 16:49

Merci de vous pencher sur mon problème ! Smile

Voici un screen, en espérant que ce soit bel et bien ce que vous vouliez dire ^^
https://i.servimg.com/u/f56/11/44/54/89/descri10.png

Et le lien est celui présent sur mon profil, soit http://novamvitam.forumactif.fr/

Merci !
Gaeriel66

Gaeriel66
Nouveau membre

Féminin
Messages : 29
Inscrit(e) le : 31/03/2014

https://feelingonline.forumactif.com/
Gaeriel66 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Descriptions des forums absentes ?

Message par Neptunia Ven 4 Avr 2014 - 16:59

Ce n'est pas exactement ce que j'espérais.

Sur un forum comme Inscriptions, voudriez vous la description avant ou après les sous-forums ?
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Descriptions des forums absentes ?

Message par Gaeriel66 Ven 4 Avr 2014 - 17:01

Oh, pardon !

J'aimerais que la description apparaisse avant celle des sous-forums x)
Gaeriel66

Gaeriel66
Nouveau membre

Féminin
Messages : 29
Inscrit(e) le : 31/03/2014

https://feelingonline.forumactif.com/
Gaeriel66 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Descriptions des forums absentes ?

Message par Neptunia Ven 4 Avr 2014 - 17:18

Dans votre template remplacez :
Code:
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->

par

Code:
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Descriptions des forums absentes ?

Message par Gaeriel66 Ven 4 Avr 2014 - 17:24

C'est parfait ! Je n'aurais plus qu' à trouver comment améliorer le style des descriptions maintenant Razz

Merci !
Gaeriel66

Gaeriel66
Nouveau membre

Féminin
Messages : 29
Inscrit(e) le : 31/03/2014

https://feelingonline.forumactif.com/
Gaeriel66 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Descriptions des forums absentes ?

Message par Neptunia Ven 4 Avr 2014 - 17:54

Tu peux aussi remplacer
Code:
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
par
Code:
<span class="genmed forumdesc">{catrow.forumrow.FORUM_DESC}</span>

Ensuite restera plus qu'à rajouter une section
.forumdesc {
attribut1: valeur;
attribut2: valeur;
...
}
à ta feuille de style CSS.
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia 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