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! |
| Afficher les catégories d'un forum avec des onglets. | |
| .Little Lady
{ Membre actif }
Messages : 564
| Coucou tout le monde, Mettre les catégories avec des onglets m'intéresse mais le code proposé dans la section Demande de Tutoriels modifient toute la présentation de mes catégories. Comment "assembler" ces deux codes ?? Voici mon template modifié: - Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall"><br /> <br /><br /> </span> <!-- END switch_user_logged_in --> <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div> </td> </tr> </table> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" 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 --> <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="row1" 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><br /> </span> </h{catrow.forumrow.LEVEL}>
<!---- DÉBUT DES MODIFICATIONS EFFECTUEES PAR ALISON A. BOWER ---->
<div align="center" class="affichage_categories"> <table class="table_categories" align="center"> <tr> <td width="50px"> <div class="bouton_accueil"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"> </div> </td> <td width="600px"> <div class="forum_description"> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> </div> <div class="forum_sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div><br /> </td>
<td width="150px"> <div class="messages_sujets_derniers_sujets"> <span class="gensmall"> <div class="derniers_sujets">{catrow.forumrow.LAST_POST}</div> <div class="sujets_messages">{catrow.forumrow.TOPICS} Sujets & {catrow.forumrow.POSTS} Messages</div> </span> </div> </td> </tr> </table> </div>
<!---- FIN DES MODIFICATIONS EFFECTUEES PAR ALISON A. BOWER ---->
<!-- 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 le template proposé pour mettre classer les catégories avec des onglets: - 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> <div class="my_cat"> <ul></ul> </div>
<div class="my_cat_body"> <!-- BEGIN catrow --><!-- BEGIN tablehead --> <table class="my_modified_table" width="100%" border="0" cellspacing="1" cellpadding="0"> <div class="my_forum_name">{catrow.tablehead.L_FORUM}</div> <!-- END tablehead --> <!-- BEGIN forumrow --> <tr> <td colspan="3" class="my_title" align="center"><div class="myfoo_title"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div><img src="{SPACER}" alt="" height="5" width="1" /></td> </tr> <tr> <td class="my_img" valign="top"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="" /></td> <td class="my_disc" width="300" valign="top" >{catrow.forumrow.FORUM_DESC}</td> <td class="my_stats" width="200" valign="top"> Topics: {catrow.forumrow.TOPICS}<br /> Posts: {catrow.forumrow.POSTS}<br /> Dernier post: {catrow.forumrow.LAST_POST}<br /> </td> </tr> <!-- END forumrow --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> </div> | | |
| | | VPeybernes
{ Membre actif }
Messages : 563
| Par onglet, tu entend des truc dans le genre pour les description de forum : | blabla | | blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla |
avec les arrondi, qui ce touche et tout... Ou alors tu veux chaque catégorie dans un onglet et le contenu qui ce déroule au clique ? Parce que comme tout le monde emploi le terme d'onglet pour ces 2 truc différant... | | |
| | | .Little Lady
{ Membre actif }
Messages : 564
| Non je parle des catégories qui s'afichent quand on clique sur l'onglet comme expliquer par le schéma de Sui dans la section de demande de tutoriels. | | |
| | | VPeybernes
{ Membre actif }
Messages : 563
| Ok. Sa demande une modification majeur du template donc si tu as déjà fait des modif c'est obligé que ça bouge, à moins de le faire sur mesure.
Tu pourrai me donner un lien vers le tuto en question ? | | |
| | | .Little Lady
{ Membre actif }
Messages : 564
| | | | VPeybernes
{ Membre actif }
Messages : 563
| Ok. C'est une demande qui est de plus en plus courante. Et ça réalisation concerne plus la Zone Script que CSSActif, du fait de la présence d'un script complexe et d'une modification majeur des boucle du template. Après 3 demande de ce type sur la Zone Script, j'avais le projet de créer un tuto complet sur la création. Je peut faire passez ça en tâche prioritaire et répondre par la même à la demande de tuto. Il faudra être un peut patient par contre. Je pense pas pouvoir finir dans la journée. | | |
| | | .Little Lady
{ Membre actif }
Messages : 564
| Oh ça ne dérange pas d'attendre. Je sais que les tutoriels demandent du temps pour la réalisation. Donc prends le temps qui t'es nécessaire pour faire ça. | | |
| | | Contenu sponsorisé
| | | | | Afficher les catégories d'un forum avec des onglets. | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|