Soldat Sucré
{ Membre }
Messages : 13
| Hellow ! Bon, je crois que j'ai encore fait une gaffe, et la petite icone qui est sensée mener vers le dernier sujet posté n'apparait pas, ce qui est assez louche puisque j'ai bien mis une image. - Spoiler:
Elle est dans les images du forum, c'est certain, j'ai même vérifié plusieurs fois, et vérifié que je ne l'avais pas masquée. J'ai essayé de fouiller dans index_box puisque c'est le templates en charge de l'affichage des catégories, mais si j'ai trouvé le passage pour ça, j'arrive pas à savoir si un truc cloche - Code:
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<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>
<!-- DEBUT MODIF ONGLETS -->
<script type="text/javascript"> <!-- document.write('<div align="center" style="display:none;" id="conteneur_barre_onglet"> <ul class="conteneur_onglets"> <li onClick="change_cat(1)" class="onglet actif" id="onglet_1">Prélude</li> <li onClick="change_cat(2)" class="onglet " id="onglet_2">Nouveau Monde</li> <li onClick="change_cat(3)" class="onglet " id="onglet_3">Ancien Monde</li> </ul></div>'); var compteur_cat = 1; function change_cat(numero) { if(document.getElementById('categorie_'+numero)) { /* affichage de la bonne categorie */ $('table[id^=categorie_]').css('display','none'); $('table[id=categorie_'+numero+']').fadeIn(); /* affichage du bon onglet */ $('.actif').removeClass("actif"); $('.onglet[id=onglet_'+numero+']').addClass("actif"); } } function capture_cat() { if(compteur_cat == 1) { document.write('<table class="forumline" id="categorie_' + compteur_cat + '" >'); } else { $('#conteneur_barre_onglet').css("display","block"); document.write('</table><table class="forumline" id="categorie_' + compteur_cat + '" style="display:none;">'); } compteur_cat++; } //--> </script> <!-- BEGIN catrow --><!-- BEGIN tablehead --> <script type="text/javascript"> <!-- capture_cat(); //--> </script> <!-- FIN MODIF ONGLETS -->
<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"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <table width="100%"><tr><td><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></td><td align="right"><span class="gensmall"><b>{catrow.forumrow.POSTS}</b> idées pour <b>{catrow.forumrow.TOPICS}</b> échanges.</span></td></tr></table> </span> </h{catrow.forumrow.LEVEL}> <span class="genmed"><div class="descriptions-categories">{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> <!-- BEGIN forum_link_no -->
<td class="row3 over" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span> </td> <!-- END forum_link_no --> <!-- BEGIN forum_link --> <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td> <!-- END forum_link --> </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 --> <img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Mon CSS - Code:
-
a.mainmenu { margin-top: -175px !important; color: #C5B2AC; text-shadow: 1px 2px 2px #f2e0c6; text-decoration: none !important; font-family: "Times New Roman";font-size:14px;font-style:bold;} a.mainmenu:hover { margin-top: -175px !important; color: #C5B2AC; text-shadow: 1px 2px 2px #f2e0c6; text-decoration: none !important; font-family: "Times New Roman";font-size:14px;font-weight:bold;}bg
#i_logo { margin-top: -18px; margin-bottom: -150px; }
.forumline { max-width: 800px; margin: auto; -moz-border-radius: 10px; border: 1px solid #998680; padding: 4px; }
table { max-width: 800px; margin: auto; }
.onglet { /*Onglet non survolé*/ background: url('URL_ONGLET_ACTIF') no-repeat; display: inline-block; width: 140px; height: 15px; font-variant: small-caps; text-shadow: 1px 2px 2px #c4750a cursor: pointer; border-top: 1px solid #778899; border-left: 1px solid #778899; -moz-border-radius-bottomleft: 10px; -moz-border-radius-topleft: 10px; text-shadow: 1px 2px 2px #ffffff; font-size: 10px; }
.actif { /*Onglet survolé*/ background: url('URL_ONGLET_NON_ACTIF') no-repeat; font-variant: small-caps; border-top: 2px solid #b6a39b; border-left: 2px solid #b6a39b; -moz-border-radius-bottomleft: 10px; -moz-border-radius-topleft: 10px; text-shadow: 1px 2px 2px #ffffff; font-weight: bold; font-size: 10px; } _____________________________________________________________________________________________
.haccordion{ padding: 0; width: 350px; }
.haccordion ul{ margin: 0; padding: 0; list-style: none; overflow: hidden; }
.haccordion li{ margin: 0; padding: 0; display: block; width: 100%; height: 200px; overflow: hidden; float: left; }
#hc1 li{ margin:0 0px 0 0; width: 350px; overflow: hidden; float: right; }
#hc1 li .hpanel{ padding: 0px; background: transparent; border-top: 1px solid #998680; border-left: 1px solid #998680; -moz-border-radius-bottomleft: 10px; -moz-border-radius-topleft: 10px; }
.haccordion li .hpanel{ width: 30px; height: 200px; }
#hc1 li {width: 50px; height: 200px; } #hc1 li .hpanel{ width: 50px; height: 200px; } _____________________________________________________________________
.cattitle { display: block; font-variant: small-caps; text-align: center; }
th { text-align: left; font-variant: small-caps; }
a.forumlink { display: block; text-align: center; margin-left: 100px; margin-right: 100px; margin-bottom: 6px; margin-top: -2px; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; border-bottom: 5px solid #998680; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-radius: 0px 0px 10px 10px; text-shadow: 1px 2px 2px #ffffff; font-weight: normal; }
a.forumlink:hover { text-decoration: none !important; letter-spacing: 2px; font-variant: small-caps; font-weight: bold; }
a{ text-decoration: none !important; font-variant: small-caps ; } a:hover { text-decoration: none !important; font-weight: bold; } ____________________________________________
.postbody { display: block; padding-left: 22px; padding-right: 22px; text-align:justify; }
.statistiques{ border:0px; background-image: url("LIEN IMAGE DU HAUT"); background-repeat: no-repeat; background-position: center; height:270px;}
.groupes{ border: 1px #D0D0D0 dotted; -moz-border-radius : 5px 5px 5px 5px; height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:15px;font-weight: bold;text-align:center; text-decoration: none !important;} __________________________________________
.quote { border: 3px solid #688583; -moz-border-radius: 10px; border-radius: 10px; padding: 4px; text-align: justify; font-style: italic; }
.code {border: 3px solid #688583; padding: 4px; }
.spoiler_closed { display:block; border: 3px solid #688583; -moz-border-radius: 20px; border-radius: 20px; padding: 4px; } .spoiler_closed.hidden { display:none; } .spoiler_content { display:block; border: 3px solid #688583; -moz-border-radius: 20px; border-radius: 20px; padding: 4px; }
.postbody, td.row1 span.gensmall { text-align: justify !important; display: block; }
tr.post span.gensmall { display: none; }
.descat { font-family: times new roman; color: #6c5c45; font-size: 13px; text-align: justify; background-color:#cfbcb6; height: 80px; border: 12px solid #cfbcb6; -moz-border-radius-topleft: 30px; -moz-border-radius-bottomright: 30px; }
.PA1 { font-family: times new roman; color: #7f6d67; font-size: 13px; text-align: justify; background-color:#cfbcb6; Width:220px; border: 20px solid #cfbcb6; -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; -moz-border-radius-bottomleft: 20px; -moz-border-radius-bottomright: 20px; }
.PA2 { font-family : georgia; color :#9d857d; font-size: 11px; text-align: justify; width:220px; height:140px; border: 1px solid #9d857d; background-color:#ece7e2; opacity:0.5; margin:3; }
.PA2:hover { font-family : georgia; color :#9d857d; font-size: 11px; text-align: justify; border: 1px solid #9d857d; background-color:#ece7e2; opacity:0.8; margin:3; }
.PA3 { font-family: times new roman; color: #7f6d67; font-size: 13px; text-align: center; background-color:#cfbcb6; Width:130px; Height:110px; text-shadow: 1px 2px 2px #ffffff; font-variant: small-caps; border: 1px solid #9d857d; -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; -moz-border-radius-bottomleft: 20px; -moz-border-radius-bottomright: 20px; }
td.magepa { background-image: url("http://i67.servimg.com/u/f67/14/67/56/67/mozill10.png"); background-repeat: no-repeat ; /*pas de répétition*/ background-position: center; }
.txt { color:#ffffff; text-shadow: 1px 2px 2px #998680; text-align: justify; width:420px; border-left: 3px solid #998680; padding-left: 10px; margin-right: 10px; margin-bottom: 10px; margin-top: 10px; }
.spaced { font-family: arial; font-size: 80%; color: #ffffff; text-transform: uppercase; LETTER-SPACING: 6px; text-align: center; }
.lettrine { float: left; font-size: 36px; margin-top: -10px; font-family: 'Times New Roman', Times, serif; color: #966; }
Du coup si vous pouviez m'aider, ce serait vraiment super. Il y a bien le titre du sujet affiché, mais je suppose que c'est du à la dernière MAJ FA, il mène au premier sujet du topic, ce qui est assez chiant dès que ça atteint plusieurs pages. Vala, merci ^^ |
Dernière édition par Soldat Sucré le Ven 04 Mar 2011, 06:25, édité 1 fois | |
|
Murtagh
{ Modérateur }
Messages : 1492
| Bonjour Est-ce qu'il serait possible d'avoir les templates que tu as modifiées plus ton CSS afin que les codeurs puissent voir où est le problème ? Merci d'avance ! Edit : Pendant que j'écrivais mon message tu as ajouté le code du template et il y a eu un problème. Je me suis permis d'ajouter les balises [code] Il ne manque plus que ton CSS =) |
Dernière édition par Murtagh le Ven 04 Mar 2011, 06:26, édité 1 fois | |
|
Soldat Sucré
{ Membre }
Messages : 13
| Ouais pas de souci, j'avais juste bêtement cliqué sur envoyer au lieu de prévisualiser, du coup j'avais pas fini le message ^^. C'est ajouté là. | | |
|
Sui
{ Membre actif }
Messages : 346
| C'est en effet très bizarre, est-ce que tu as comparé ton template avec le template original du forum ? ;D Tu pourrais trouver les différence. o.o Je me demande juste s'il y a un code dans le template associé à cette petite image. (: | | |
|