sous-forums

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

Résolu sous-forums

Message par Pinky-mango Mar 27 Déc 2011 - 1:43

Bonjour, je suis dans la création d'un forum. Mon problème c'est mes sous-forums. comme vous pouvez le voir il ne sont pas esthétique.
http://files.getwebb.org/view-cre64myz.html

Je voulais les mettre dans le cadre de la description de forum avec un bordure ligné en haut pour séparer les deux. Mais ça me fonctionne pas? Par contre quand je clique sur le forum avec des sous-forums ça donne le résultat escompter. J'ai un autre forum et j'ai fait la même chose avant mais cette fois ça fonctionne a merveille alors j'ai prit le template mais sur l'autre forum, ça ne fonctionne qu'a moiter :/
http://files.getwebb.org/view-cre64myy.html

J'ai vraiment essaye trop de chose mais sans succès hélas.
J'ai besoin de votre aide. Merci Smile

Mon tempate:

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 --><div id="table_head"><div class="secondarytitle"> {catrow.tablehead.L_FORUM} </div></div>

<table class="forumline" width="100%" border="0" cellspacing="1" 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">
                                  <div class="titrecategorie"><a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a></div>
            </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="80%" 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}>
         
 
  <center><DIV style="TEXT-ALIGN: justify;"><div class="milieu"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
                  <center><div class="sousforum"><br>{catrow.forumrow.L_LINKS}
      {catrow.forumrow.LINKS}</div></center></div></center></div></td>
     
     
 
         <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" width="300px">
     
                                  <div class="dernierpost"><span class="gensmall"><p>{catrow.forumrow.LAST_POST}<br><br>
                                  {catrow.forumrow.TOPICS} {L_TOPICS} | {catrow.forumrow.POSTS} {L_POSTS}</div></p>
<br/>
 
      </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 -->

Mon Css:

Code:
.sousforum
{
text-transform: uppercase;
font-family: Century Schoolbook, Arial;
border-top: 3px dotted #d8c3ae;
font-color: #ECE3B4; 
}

.milieu
{
padding: 15px; 
border-left: 3px solid #e8bdbb;
border-right: 3px solid #e8bdbb;
border-top: 1px solid #e8bdbb;
border-bottom: 1px solid #e8bdbb;
color: #e8bdbb;
 -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 10px;
width: 80%; 
background-color: #fcf7f5; 
text-align: justify; 
font-size: 13px; 
}


Dernière édition par Pinky-mango le Lun 6 Fév 2012 - 20:19, édité 1 fois
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: sous-forums

Message par Pinky-mango Jeu 29 Déc 2011 - 4:57

UP!
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: sous-forums

Message par Pinky-mango Ven 30 Déc 2011 - 22:05

UP!
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: sous-forums

Message par Pinky-mango Mar 3 Jan 2012 - 17:18

UP!
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: sous-forums

Message par Pinky-mango Ven 6 Jan 2012 - 4:51

UP!
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: sous-forums

Message par Pinky-mango Ven 13 Jan 2012 - 23:56

UP!
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: sous-forums

Message par Pinky-mango Jeu 26 Jan 2012 - 3:11

UP!
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: sous-forums

Message par Invité Jeu 2 Fév 2012 - 9:51

Bonjour,

Je ne rencontre aucun soucis avec votre template et votre CSS, les sous-forums s'affichent au bon endroit scratch . J'ai juste déplacer 2 balises qui n'étaient pas fermées dans le bon ordre pour éviter le rouge vif dans le template:
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 --><div id="table_head"><div class="secondarytitle"> {catrow.tablehead.L_FORUM} </div></div>
 
<table class="forumline" width="100%" border="0" cellspacing="1" 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">
        <div class="titrecategorie"><a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a></div>
            </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="80%" 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}>
       
 
  <center><div style="TEXT-ALIGN: justify;"><div class="milieu"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
                  <center><div class="sousforum"><br />{catrow.forumrow.L_LINKS}
      {catrow.forumrow.LINKS}</div></center></div></div></center><br />
   
   
 
        <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" width="300px">
   
              <div class="dernierpost"><span class="gensmall"><p>{catrow.forumrow.LAST_POST}<br /><br />
                {catrow.forumrow.TOPICS} {L_TOPICS} | {catrow.forumrow.POSTS} {L_POSTS}</p></span></div>
<br/>
 
      </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.
Anonymous

Invité
Invité


Invité 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