CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur: Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus! |
| Mes sous-forums ne s'affichent pas.... [RESOLU] | |
| Younaka
{ Membre }
Messages : 32
| Bonjour ! Alors, je viens demander votre aide car j'ai un problème avec mon nouveau forum, je viens de modifier les codes en suivant un tutoriel et mes sous forums ne s'affichent pas... Pourtant j'ai vérifié, il ne semble y avoir aucune anomalie. Alors je vous laisse mon CSS et mon template Index_Box qui a été modifié, je vous en prie, aidez moi ! éè Merci d'avance à celui qui trouvera la solution ! Mon CSS - Spoiler:
- Code:
-
body /*couleur fond du forum*/ { background: #595959; }
.bodyline /*couleur intérieur du forum*/ { background: #c0c0c0; width: 950px; padding: 0; border-left: 5px solid #4c4842; border-right: 5px solid #4c4842; box-shadow: 0px 0px 10px #000000; -moz-box-shadow: 0px 0px 10px #000000; -o-box-shadow: 0px 0px 10px #000000; -htm-box-shadow: 0px 0px 10px #000000; -webkit-box-shadow: 0px 0px 10px #000000; }
.bodylinewidth /*largeur du corps du forum*/ { width: 950px; margin-left: auto; margin-right: auto; margin-top: -9px; margin-bottom: -9px; }
#navigation /*navigation en haut du forum*/ { position: fixed; z-index: 999; height: 30px; width: 100%; margin-top: 9px; } #navig /*personnalisation de la navigation*/ { width: 950px; margin: auto; text-align: center; background: #4c4842; border-bottom: 2px solid #939393; padding-bottom: 3px; } #navig a /*liens de navigations*/ { font-weight: bold; }
#i_logo /*code pour baisser la bannière*/ { margin-top: 20px; }
a:link, a:link hover /* enlève le soulignement des liens sur toute la page*/ { text-decoration: none !important; }
.forumline /*catégories*/ { width: 98%; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px; background: #e9e9e6; border: 1px solid #ffffff; box-shadow: 0px 0px 5px #595959; -moz-box-shadow: 0px 0px 5px #595959; -o-box-shadow: 0px 0px 5px #595959; -htm-box-shadow: 0px 0px 5px #595959; -webkit-box-shadow: 0px 0px 5px #595959; } table /*largeur des tables sur le forum*/ { width: 98%; margin: auto; }
.cate_titre /*titre des catégories*/ { width: 98%; margin: auto; text-align: center; } .categorie /*catégories*/ { width: 98%; margin: auto; margin-top: 10px; margin-bottom: 10px; background: #e9e9e6; border-top: 3px solid #4c4842; border-bottom: 1px solid #ffffff; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; box-shadow: 0px 0px 5px #595959; -moz-box-shadow: 0px 0px 5px #595959; -o-box-shadow: 0px 0px 5px #595959; -htm-box-shadow: 0px 0px 5px #595959; -webkit-box-shadow: 0px 0px 5px #595959; } .forum /*forum*/ { width: 98%; margin-left: auto; margin-right: auto; margin-top: 5px; margin-bottom: 5px; background: #f3f3f3; border: 1px dotted #c0c0c0; padding: 2px; } .forumlink /*liens des forums*/ { display: block; width: 600px; font-variant: small-caps; letter-spacing: 2px; padding-left: 20px; text-shadow: 1px 1px 0px #ffffff; } .forumlink a /*liens des forums*/ { font-size: 16px; border-bottom: 2px dotted #c0c0c0; } .description /*description du forum*/ { display: block; width: 500px; margin: auto; font-size: 11px; text-align: justify; color: #a6a6a6; } .illu /*image du forum*/ { float: right; margin-left: 10px; margin-bottom: 10px; border: 1px solid #c0c0c0; background: #e9e9e6; padding: 5px; }
.stats_last /*statistiques*/ { display: block; width: 160px; margin: auto; background: #e9e9e6; padding: 10px; border: 1px dotted #c0c0c0; } .stats /*statistiques*/ { display: block; text-align: center; font-size: 10px; color: #a6a6a6; border-bottom: 1px solid #cacaca; padding-bottom: 4px; margin-bottom: 4px; } .last { display: block; text-align: center; font-size: 11px; } .sous_forum /*sous-forum*/ { display: block; width: 98%; margin: auto; background: #e9e9e6; padding: 2px; text-align: center; }
Mon template : - Spoiler:
- 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 class="cate_titre">{catrow.tablehead.L_FORUM}</div>
<div class="categorie">
<!-- END tablehead --> <!-- BEGIN cathead --> <!-- END cathead --> <!-- BEGIN forumrow --> <div class="forum"> <table><tr> <td><span class="forum_icone"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></span></td> <td style="vertical-align: top;"><span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> <span class="description">{catrow.forumrow.FORUM_DESC}</span></td> <td><span class="stats_last"><span class="stats">{catrow.forumrow.TOPICS} sujets ; {catrow.forumrow.POSTS} messages</span> <span class="last">{catrow.forumrow.LAST_POST}</span></span></td> </tr></table> <div class="sous_forum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div> </div>
<!-- END forumrow --> <!-- BEGIN catfoot --> <!-- END catfoot --> <!-- BEGIN tablefoot --> </div> <!-- END tablefoot --><!-- END catrow -->
|
Dernière édition par Younaka le Dim 28 Juil 2013, 10:19, édité 1 fois | |
| | | Nihil
{ Modérateur }
Messages : 1216
| Salut,
Est ce que tu peux mettre le lien du forum en question s'il te plait ? (ouvert aux invités pour qu'on puisse voir) Je viens de tester sur mon forum test, les sous forums s'affichent bien (: | | |
| | | Younaka
{ Membre }
Messages : 32
| Oui, bien sûr ^^
Le voilà : http://ours-is-the-fury.forumactif.org/ | | |
| | | Nihil
{ Modérateur }
Messages : 1216
| Hum, effectivement. Etant donné que sur mon forum test, en prenant ton code ça marchait, je pense que cela vient d'un réglage de ton forum. Dans PA > Affichage > Page d'accueil > Structure & hiérarchie (voir dans la partie du bas) Qu'est ce qui est coché pour : Lien vers les niveaux inférieurs ? Si "Non" est coché, le problème vient de là ^^ | | |
| | | Younaka
{ Membre }
Messages : 32
| Merci beaucoup Nihil, c'était exactement ça !
Je change mon titre immédiatement, merci encore ! Vraiment ! | | |
| | | Contenu sponsorisé
| | | | | Mes sous-forums ne s'affichent pas.... [RESOLU] | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|