Mettre les sous categorie en ligne

2 participants

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

Résolu Mettre les sous categorie en ligne

Message par Volti-70 Sam 31 Mar 2012 - 2:25

Bonjour, bonsoir

Je ne sais pas pourquoi, mes sous-categorie sont les unes en-dessous des autres.
J'aimerais les remettre sur une ligne Razz
Mettre les sous categorie en ligne Caps_f10

Je cherche depuis 2 jours et là je crie à l'aide...
Je suis fondatrice, forum phpbb2 (mon forum de test => http://forum-test-volti.forumactif.com/)
J'ai des templates modifiés (index-box et index-body) et CSS perso.
Index-body:
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle" align="right">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}


<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="catHead" colspan="2" height="28">
      <!-- BEGIN switch_viewonline_link -->
      <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
      <!-- END switch_viewonline_link -->

      <!-- BEGIN switch_viewonline_nolink -->
      <span class="cattitle">{L_WHO_IS_ONLINE}</span>
      <!-- END switch_viewonline_nolink -->
      </td>
   </tr>
   <tr>
      <td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
      <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
      {TOTAL_USERS}<br />
      {NEWEST_USER}</span></td>
   </tr>
   <tr>
      <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
      {RECORD_USERS}<br />
      <br />
      {LOGGED_IN_USER_LIST}</span></td>
   </tr>
   {L_CONNECTED_MEMBERS}
   {L_WHOSBIRTHDAY_TODAY}
   {L_WHOSBIRTHDAY_WEEK}
   <tr>
      <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
   </tr>
   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      <td class="row1">
         <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
         </span>
      </td>
   </tr>
   <!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Index-box:
Code:
 <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"><tr><td align="center" style="background-image: url(http://nsm05.casimages.com/img/2012/03/31//1203311228301474479651049.png); height: 150px; width: 750px; background-repeat: no-repeat; background-position: center center;">
      <span class="secondarytitle">{catrow.tablehead.L_FORUM}</span>
      </td>
      </tr>
      </table>
        <table align="center" class="forumline" width="750px" 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 id="titrecat" 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">
                <div class="block2"><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}>
                    <table id="block3" width="100%">
                  <tr>
                  <td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
                        <td id="block4" width="180">
                     <div class="poststopics">
                     <span class="gensmall">{catrow.forumrow.POSTS} Posts || {catrow.forumrow.TOPICS} topics
                            </span>
                     </div>
                     <div class="lastpost">
                     <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
                     </div>
                  </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>
            </div>
                <div class="subfo">
                <span class="gensmall" nowrap="nowrap">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
                </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>
   <center><img src="http://nsm05.casimages.com/img/2012/03/31//1203311228301474479651048.png" alt="" height="100px" width="750px" /></center><br><br><!-- END tablefoot --><!-- END catrow -->   
           
                 
CSS:
Code:
.namecat
{
  display: inline-block;
vertical-align: bottom;
  color: black;
  margin-top: 150px;
  margin-bottom:10px;
  margin-right: 150px;
}
/*pour ne pas deformer forum*/
.bodylinewidth
{
max-width:850px; 
}

/*taille max des avatars*/
 .postdetails a img
{
        min-width: largeur minimale;
        max-width: largeur maximale;
        min-height: hauteur minimale;
        max-height: lhauteur maximale;
        }

Voilà, je pense que tous les renseignements sont là.
Si une âme charitable vient à passer par là, j'en serais ravie Wink
D'avance merci.


Dernière édition par Volti-70 le Dim 1 Avr 2012 - 18:04, édité 1 fois
avatar

Volti-70
Nouveau membre

Messages : 9
Inscrit(e) le : 22/03/2012

http://troc-elfe-shop.forumactif.fr/
Volti-70 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Mettre les sous categorie en ligne

Message par Automne Sam 31 Mar 2012 - 11:05

Bonjour,

Je ne suis pas sure mais cela peut venir de structure et hiérarchie (pa << affichage). Cocher les deux a moyen.
Automne

Automne
Membre actif

Messages : 8431
Inscrit(e) le : 22/03/2010

https://gilles570.motards.net/
Automne a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Mettre les sous categorie en ligne

Message par Volti-70 Sam 31 Mar 2012 - 23:45

Bonjour et merci de prendre un peu de temps pour moi. Smile
Niveau structure et hiérarchie, j'ai tout tenté, mais non, rien y fait. J'ai essayé de modifier via css mais j'ai échoué, je suis à bout de mes connaissances Sad
avatar

Volti-70
Nouveau membre

Messages : 9
Inscrit(e) le : 22/03/2012

http://troc-elfe-shop.forumactif.fr/
Volti-70 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Mettre les sous categorie en ligne

Message par Invité Dim 1 Avr 2012 - 1:27

Coucou,

J'ai voulu faire quelques testes sur votre forum pour voir d'où proviendrait le CSS par contre vous avez bloquer le clique droit j'ai donc rien pu faire... Pouvez vous activer le clique droit s'il vous plait le temps que nous règlerons ce problème ?

Anonymous

Invité
Invité


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

Résolu Re: Mettre les sous categorie en ligne

Message par Volti-70 Dim 1 Avr 2012 - 1:33

Voilà, çà devrait être bon.
avatar

Volti-70
Nouveau membre

Messages : 9
Inscrit(e) le : 22/03/2012

http://troc-elfe-shop.forumactif.fr/
Volti-70 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Mettre les sous categorie en ligne

Message par Invité Dim 1 Avr 2012 - 1:55

Alors,

Nous allons essayer un truc avec le template.. Mais je ne garantie absolument rien alors si cela ne fonctionnement on remettra les ancien codes Wink!

Remplacer tout votre template index_box par celui-ci:
Code:
        <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"><tr><td align="center" style="background-image: url(http://nsm05.casimages.com/img/2012/03/31//1203311228301474479651049.png); height: 150px; width: 750px; background-repeat: no-repeat; background-position: center center;">
              <span class="secondarytitle">{catrow.tablehead.L_FORUM}</span>
              </td>
              </tr>
              </table>
                <table align="center" class="forumline" width="750px" 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 id="titrecat" 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">
                        <div class="block2"><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}>
                            <table id="block3" width="100%">
                          <tr>
                          <td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
                                <td id="block4" width="180">
                            <div class="poststopics">
                            <span class="gensmall">{catrow.forumrow.POSTS} Posts || {catrow.forumrow.TOPICS} topics
                                    </span>
                            </div>
                            <div class="lastpost">
                            <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
                            </div>
                          </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>
                    </div>
                       
                        <span class="gensmall" nowrap="nowrap">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</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>
          <center><img src="http://nsm05.casimages.com/img/2012/03/31//1203311228301474479651048.png" alt="" height="100px" width="750px" /></center><br><br><!-- END tablefoot --><!-- END catrow --> 
                 
                         


Est ce que cela à changer un truc ?
Anonymous

Invité
Invité


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

Résolu Re: Mettre les sous categorie en ligne

Message par Volti-70 Dim 1 Avr 2012 - 8:51

Non, aucun changement.
J'avais essayé de remettre le template index-box par defaut hier soir et les sous-cat sont restées les unes en dessous des autres.
e vais tenter avec l'index-body maintenant.

edit:
J'ai supprimé mon index-body, mon css perso et même mes images pour les sous-forum et rien n'y fait. Je n'y comprend plus rien Razz


Dernière édition par Volti-70 le Dim 1 Avr 2012 - 9:00, édité 1 fois
avatar

Volti-70
Nouveau membre

Messages : 9
Inscrit(e) le : 22/03/2012

http://troc-elfe-shop.forumactif.fr/
Volti-70 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Mettre les sous categorie en ligne

Message par Invité Dim 1 Avr 2012 - 8:56

Cela m étonnerai que ça sois le index body... Essaie encore une fois en remplaçant ton template index_box par celui-ci:
Code:
        <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"><tr><td align="center" style="background-image: url(http://nsm05.casimages.com/img/2012/03/31//1203311228301474479651049.png); height: 150px; width: 750px; background-repeat: no-repeat; background-position: center center;">
              <span class="secondarytitle">{catrow.tablehead.L_FORUM}</span>
              </td>
              </tr>
              </table>
                <table align="center" class="forumline" width="750px" 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 id="titrecat" 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">
                        <div class="block2"><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}>
                            <table id="block3" width="100%">
                          <tr>
                          <td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
                                <td id="block4" width="180">
                            <div class="poststopics">
                            <span class="gensmall">{catrow.forumrow.POSTS} Posts || {catrow.forumrow.TOPICS} topics
                                    </span>
                            </div>
                            <div class="lastpost">
                            <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
                            </div>
                          </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>
                    </div>
                        <div class="subfo">
                        {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                        </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>
          <center><img src="http://nsm05.casimages.com/img/2012/03/31//1203311228301474479651048.png" alt="" height="100px" width="750px" /></center><br><br><!-- END tablefoot --><!-- END catrow --> 
                 
                         
Anonymous

Invité
Invité


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

Résolu Re: Mettre les sous categorie en ligne

Message par Volti-70 Dim 1 Avr 2012 - 9:02

Non, toujours aucun changement .
avatar

Volti-70
Nouveau membre

Messages : 9
Inscrit(e) le : 22/03/2012

http://troc-elfe-shop.forumactif.fr/
Volti-70 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Mettre les sous categorie en ligne

Message par Volti-70 Dim 1 Avr 2012 - 18:04

J'ai quand même essayé mon template sur mon forum (le principal pas le test) et par miracle, mes sous catégorie s'affichent en ligne.
Donc je ferme mon sujet, le problème étant résolu (je ne sais toujours pas pourquoi mais bon, l'important c'est que çà marche Laughing )

Merci Webmestre_pro pour le temps que tu m'as consacré ::pourtoi::
avatar

Volti-70
Nouveau membre

Messages : 9
Inscrit(e) le : 22/03/2012

http://troc-elfe-shop.forumactif.fr/
Volti-70 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