| Index-box fait encore des siennes | |
|
steph846
{ Membre }
Messages : 74
| Bonjour, bonsoir, Alors voilà je viens une nouvelle fois demander de l'aide pour : http://fevers.forumactif.org/forum.htm qui est en phpbb2. J'ai fais une modif de template, template déjà modifié à la base: Voici mon template modifié, template qui fonctionnait. - 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}
{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"> <!--
var i = 0;
document.write('<div align="center"> <ul class="onglet">
<li onMouseOver="change_cat(0);" class="onglet_actif" id="cat_0">Registres</li> <li onMouseOver="change_cat(1);" class="onglet_nactif" id="cat_1">Dublin</li> <li onMouseOver="change_cat(2);" class="onglet_nactif" id="cat_2">Ailleurs</li> <li onMouseOver="change_cat(3);" class="onglet_nactif" id="cat_3">Hors-Jeu</li>
</ul> </div> ');
var compteur_cat = 0;
var anc_cat = 0;
var nom_cat = new Array('0','1','2','3');
function change_cat(numero) { document.getElementById(nom_cat[anc_cat]).style.display = 'none'; document.getElementById(nom_cat[numero]).style.display = 'block'; document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif'; document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif'; anc_cat = numero; }
function capture_cat() { if(nom_cat[compteur_cat] == nom_cat[0]) {document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" >'); } else{ document.write('<table class="forumline" id="' + nom_cat[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"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span> </h{catrow.forumrow.LEVEL}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</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><br><br> <span class="gensmall">{catrow.forumrow.POSTS} messages & {catrow.forumrow.TOPICS} sujets.</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 --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Et voici mon template actuel. J'ai en effet voulu combiné le template si dessus (pour le code d'onglet) avec un template plus esthétique pour mon forum. Malheureusement comme vous pourrez le voir mes onglets catégories ne fonctionnent plus - 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}
{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"> <!--
var i = 0;
document.write('<div align="center"> <ul class="onglet">
<li onMouseOver="change_cat(0);" class="onglet_actif" id="cat_0">Registres</li> <li onMouseOver="change_cat(1);" class="onglet_nactif" id="cat_1">Dublin</li> <li onMouseOver="change_cat(2);" class="onglet_nactif" id="cat_2">Ailleurs</li> <li onMouseOver="change_cat(3);" class="onglet_nactif" id="cat_3">Hors-Jeu</li>
</ul> </div> ');
var compteur_cat = 0;
var anc_cat = 0;
var nom_cat = new Array('0','1','2','3');
function change_cat(numero) { document.getElementById(nom_cat[anc_cat]).style.display = 'none'; document.getElementById(nom_cat[numero]).style.display = 'block'; document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif'; document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif'; anc_cat = numero; }
function capture_cat() { if(nom_cat[compteur_cat] == nom_cat[0]) {document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" >'); } else{ document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" style="display:none;">'); } compteur_cat++; }
//--> </script> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="50px"> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="25%" style="margin-left: 50px;" class="secondarytitle"> {catrow.tablehead.L_FORUM} </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 -->
<!-- BEGIN inc -->
<table width="100% class="forumlink"><tr><td><div align="center">{catrow.tablehead.L_FORUM}</div></td></tr></table> <!-- END inc --> <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></tr></table> </span> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="font-weight: normal;" class="gensmall"><tr><td> <div class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle" style="float: left; margin-top: 0px;"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </div></td> </td> <td class="gensmall" width="40%" style="padding-top: 5px;"><div class="descrip"> </h{catrow.forumrow.LEVEL}> <div class="descripti"> <span class="genmed"><span class="coulour">{catrow.forumrow.FORUM_DESC}{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span></span></div></div>
</td>
<td> <div class=pop><div class="popi"><center> <span class="gensmall"><b>Sujets :</b> {catrow.forumrow.TOPICS} • <b>Messages :</b> {catrow.forumrow.POSTS}</span></center></div> <div class="popii"><span class="gensmall"><center>{catrow.forumrow.LAST_POST}</div></center> </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>
<!-- BEGIN forum_link_no -->
<!-- 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 --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Et à présent mon css pour le design catégorie: - Code:
-
.descripti{ width:400px; }
.def { background-color: transparent; border-bottom: 2px dotted #130101; border-right: 2px solid #130101; border-left: 2px solid #130101; font-family: Georgia; padding-top : 20px ; padding-bottom : 20px ; width: 500px; }
.descrip{ font-family: Georgia; font-size: 18px; border-right: 2px solid #130101; border-left: 2px solid #130101; border-top: 2px solid #130101; border-bottom: 2px solid #130101; background-color: #130101; font-family: Georgia; text-align: justify; width: 450px; padding-left: 20px; margin-left: 20px; margin-bottom: 20px; background: transparent; -moz-border-radius-bottomright:30px; -moz-border-radius-topleft:30px; -webkit-border-radius:30px 0px 30px 0px; }
.descrip:hover{ color:#130101 !important; background: transparent; border-right: 2px solid #130101; border-left: 2px solid #1301013; border-top: 2px solid #130101; border-bottom: 2px solid #130101; -moz-border-radius-topleft:30px; -moz-border-radius-bottomright:30px; -webkit-border-radius:30px 0px 30px 0px;
}
.coulour:hover { color:#130101 !important; }
.pop{ width: 200px; height: 20px; margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: 20px; }
.popi
{ background-color: #130101; font-family: Georgia; background: transparent; padding-top: 5px; padding-bottom: 5px; margin-bottom: 5px; border-right: 2px solid #130101; border-left: 2px solid #1301013; border-top: 2px solid #130101; border-bottom: 2px solid #130101; -moz-border-radius-topleft:30px; -moz-border-radius-bottomright:30px; -webkit-border-radius:30px 0px 30px 0px;
}
.popii
{ background-color: #130101; font-family: Georgia; background: transparent; padding-top: 5px; padding-bottom: 5px; color:#130101 !important; background: transparent; border-right: 2px solid #130101; border-left: 2px solid #1301013; border-top: 2px solid #130101; border-bottom: 2px solid #130101; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -webkit-border-radius:0px 0px 10px 10px; }
.forumline { -moz-border-radius-bottomleft:20px; -moz-border-radius-bottomright:20px; -moz-border-radius-topleft:20px; -moz-border-radius-topright:20px; -webkit-border-radius: 20px; background: transparent; padding:7px; margin-bottom: 20px}
.forumcatego { -moz-border-radius:20px; -webki-border-radius:20px; }
.opacity img { filter:alpha(opacity=80); -moz-opacity:0.8;opacity: 0.8; }
.opacity img:hover { filter:alpha(opacity=100); -moz-opacity:1;opacity: 1; } Ma question serait donc de savoir comment lier les deux codes de façon à ce que les deux fonctionnent ? Merci à ceux et celles qui tenteront de m'aider ^^ Amicalement. Immortal | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Si tu as bien publier ton template, tes onglets marchent parfaitement bien de mon côté. Est-ce que tu as réglé le problème où de ton côté ça ne marche toujours pas?Si c'est le cas, est-ce que tu pourrais me faire une capture d'écran s'il-te-plaît?Et aussi me dire quels codes tu as mis dans ton second template.
Bisous~ | | |
|
| |
steph846
{ Membre }
Messages : 74
| Arf tout d'abord merci de ton aide ^^ Alors en fait le premier code de template que j'ai donné fonctionne le problème de mes onglets apparaît lorsque je place le second code, c'est à dire quand j'ajouter cette partie là, la partie pour décorer chaque forum et sous forums en fait ^^ - Code:
-
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="25%" style="margin-left: 50px;" class="secondarytitle"> {catrow.tablehead.L_FORUM} </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 -->
<!-- BEGIN inc -->
<table width="100% class="forumlink"><tr><td><div align="center">{catrow.tablehead.L_FORUM}</div></td></tr></table> <!-- END inc --> <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></tr></table> </span> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="font-weight: normal;" class="gensmall"><tr><td> <div class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle" style="float: left; margin-top: 0px;"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </div></td> </td> <td class="gensmall" width="40%" style="padding-top: 5px;"><div class="descrip"> </h{catrow.forumrow.LEVEL}> <div class="descripti"> <span class="genmed"><span class="coulour">{catrow.forumrow.FORUM_DESC}{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span></span></div></div>
</td>
<td> <div class=pop><div class="popi"><center> <span class="gensmall"><b>Sujets :</b> {catrow.forumrow.TOPICS} • <b>Messages :</b> {catrow.forumrow.POSTS}</span></center></div> <div class="popii"><span class="gensmall"><center>{catrow.forumrow.LAST_POST}</div></center><br /></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><br /> <!-- BEGIN forum_link_no -->
<!-- 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 --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Une nouvelle fois je te remercie j'apprécie beaucoup ton aide ^^ Amicalement | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Alors j'ai regardée tes deux codes(avec un logiciel spécial ._.), et j'ai remarquée que tu avais supprimé une partie du code des onglets ._. alors essaye de rajouter ceci: - Code:
-
<script type="text/javascript"> <!-- capture_cat(); //--> </script>
<!-- FIN MODIF ONGLETS --> Après ceci: - Code:
-
<!-- BEGIN catrow --><!-- BEGIN tablehead --> Peut-être que ça réglera le problème?Bisous~ | | |
|
| |
steph846
{ Membre }
Messages : 74
| Merci une nouvelle fois mais arf non ca ne fonctionne toujours pas Pour pouvoir continuer à monter mon forum j'ai remis l'ancien code mais je reste bloqué sur le premier onglet | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Ok ._. en fait, j'avais aussi oubliée de te dire de remplacer ça: - Code:
-
<!-- [ DÉBUT DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] --> Par ça: - Code:
-
<!---- DÉBUT DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ----> Bisous~ | | |
|
| |
steph846
{ Membre }
Messages : 74
| Je suis désolée de ne pas te répondre immédiatement, mais des soucis me retiennent loin du pc jusqu'à demain soir. J'essai de tester ca demain soir et te répondre immédiatement ^^
En tout cas un grand merci pour ton aide une nouvelle fois ^^ | | |
|
| |
steph846
{ Membre }
Messages : 74
| Je viens de tester et malheureusement j'en suis au meme point Par contre je ne trouve pas dans le code la phrase que tu me demande de modifier je suis désolée . J'ai pourtant fait un ctrl+f mais rien à faire | | |
|
| |
steph846
{ Membre }
Messages : 74
| Problème toujours d'actualité (si j'ai bien compris avec mon autre demande je me dois de prévenir c'est bien cela? J'ai lu le règlement mais il stipule qu'on n'a pas le droit alors je ne suis pas certaine de mon geste) :s | | |
|
| |
Kimy
{ Membre actif }
Messages : 1190
| - Citation :
- si j'ai bien compris avec mon autre demande je me dois de prévenir c'est bien cela?
Je n'ai pas compris ce que tu voulais dire là... Mais sinon les UP sont interdit dans cette section. | | |
|
| |
steph846
{ Membre }
Messages : 74
| Oki donc j'avais bien compris ^^ C'était bien de cela qu'il s'agissait. Pour t'expliquer j'ai fais plusieurs demande ici, et on me demandait si mon problème était résolu donc j'ai finis par ne plus savoir si je devais prévenir dans cette catégorie uniquement (faire des ups) ou suivre le règlement général ^^. Merci de cet éclaircissement Kimy ^^ | | |
|
| |
Kimy
{ Membre actif }
Messages : 1190
| D'accord ^^ Donc je t'explique. Les Up sont interdits dans cette section et pour pas que ton sujet tombe aux oubliettes ce sont les modos qui toutes les semaines remontent vos sujets en demandant si c'est résolu ou pas =) | | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher dans "icône du sujet" l'icône en éditant votre 1er post.
| | |
|
| |
steph846
{ Membre }
Messages : 74
| Non toujours pas je suis désolée | | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher dans "icône du sujet" l'icône en éditant votre 1er post.
| | |
|
| |
steph846
{ Membre }
Messages : 74
| Toujours pas malheureusement . | | |
|
| |
Contenu sponsorisé
| |
| |
| Index-box fait encore des siennes | |
|