| Modifier l'emplacement du nombre de sujets et messages | |
|
|
Sweet H
{ Membre }
Messages : 21
| |
| |
Livia666
{ Membre }
Messages : 82
| Merci pour le tutoriels. Seulement, je constate un soucis chez moi : cela ne s'applique pas à l'intérieur du forum (lorsqu'on clique sur un sous-forum pour voir les sujets, ceux-ci restent avec les quatre colonnes au lieu des deux de la page d'accueil.) Cela peut-il se modifier ? | | |
|
| |
Basil Hawkins
{ Membre hyper-actif }
Messages : 2912
| Bah ... Ton forum a un problème alors ._. Vérifie bien que ton template est bien publié, revalide-le ou encore vérifie-le. Car sur mon forum et sur CSS Actif cela marche à merveille | | |
|
| |
Livia666
{ Membre }
Messages : 82
| Hum j'ai refais la manipulation plusieurs fois, mais rien n'y change ^^' La seule chose, c'est que j'ai supprimé la class mettant en forme le nombre de sujet et de message, parce que je ne veux pas que cela s'affiche. J'ai donc simplement viré cette ligne de code : - Code:
-
<div class="mystats_fa">Contient {catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets. </div> Pour laisser tout le reste. Je vous met le code de ma page, pour le cas où =s - 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 --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> <!-- <th nowrap="nowrap" width="50">{L_TOPICS}</th> <th nowrap="nowrap" width="50">{L_POSTS}</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}"><div class="titre_rp">{catrow.forumrow.FORUM_NAME}</div></a><br /> </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" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.TOPICS}</span> </td> <td class="row2" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.POSTS}</span> </td> --> <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 --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> J'avoue que c'est à n'y rien comprendre ! >< | | |
|
| |
Basil Hawkins
{ Membre hyper-actif }
Messages : 2912
| J'avoue n'avoir aucune idée =S
Parce qu'un sous-forum et un forum sont exactement la même chose, donc ... | | |
|
| |
Livia666
{ Membre }
Messages : 82
| En fait c'est lorsqu'on clique pour la liste des sujets dans le forum (et sous-forum) Un petit screen sera plus clair, je pense =) - Spoiler:
Alors que sur la page d'accueil, le code marche parfaitement, justement ... | | |
|
| |
Winny
{ Membre }
Messages : 32
| J'ai le même soucis que Livia666. Ça ne pourrait pas venir par hasard de la version qu'on utilise pour le forum ? | | |
|
| |
Basil Hawkins
{ Membre hyper-actif }
Messages : 2912
| Pour cela il faut aller dans le template topics_list_box mais je suis en train de chercher où cela peut être. | | |
|
| |
OoSaphiraoO
{ Membre }
Messages : 29
| Voila, j'ai pas tout a fait le même soucis que Livia666 et de Winny La j'ai plus rien sur Mon fofo x) plus aucun Forum- Sous Forum etc... - Spoiler:
voici le code que j'ai mis ^^" : - Spoiler:
Je vois pas vraiment pourquoi je le met vu que c'est le même que tu as mis Basil ^^" .... | | |
|
| |
Basil Hawkins
{ Membre hyper-actif }
Messages : 2912
| |
| |
OoSaphiraoO
{ Membre }
Messages : 29
| Ah Merci Basil, c'est gentil =) | | |
|
| |
Basil Hawkins
{ Membre hyper-actif }
Messages : 2912
| Mais de rien | | |
|
| |
Winny
{ Membre }
Messages : 32
| Je me suis rendue compte que l'astuce marchait bien, en effet, sur les forums et sous forums. Elle ne marche pas en fait sur les sous forums des sous forums | | |
|
| |
Tony
{ Membre }
Messages : 36
| très bon code, mais je souhaitais insérer dans mon forum mais je n'ai fond blanc?
que je m'adapte à mes punBB phpBB2 forum n'est pas | | |
|
| |
Tony
{ Membre }
Messages : 36
| hola muy buen tutorial pero este codigo tambien funciona para la vercion punBB ??
por que lo intente aplicar en mi foro y sale bien pero el problema que se cambia de color a blanco por que sucede ? | | |
|
| |
£ly
{ Membre }
Messages : 32
| Que doit-on changer si on veut que "Messages" et "Sujets" apparaissent en bas plutôt qu'en haut ? | | |
|
| |
ptitlac
{ Membre }
Messages : 226
| Je suis désolée mais je n'ai pas comprit a quoi servait ce code ><" Hum...si quelqu'un pouvait m'expliquer je lui serais reconnaissante ^^
Amicalement
Ptitlac | | |
|
| |
Ikø'
Pika'Ghøst ~ Maîtresse des pelles ~
Messages : 3193
| C'est simple, au lieu d'avoir une colonne pour la description du forum, une colonne pour le nombre de sujet, une colonne pour le nombre de messages et une colonne pour les derniers messages postés, il y a une colonne pour la description du forum et une colonne pour les derniers messages. En gros, on coupe deux des colonnes.
On ajoute les données des deux colonnes que l'on a coupé dans la description du forum. Ainsi, ça ajoute plus d'esthétisme~ | | |
|
| |
ptitlac
{ Membre }
Messages : 226
| Heu...mais il y a aussi un autre code non ? Parce que je suis presque certaine de ne pas avoir utilisé celui-ci et du coup j'arrive au même résultat...C'est normal ?
Merci de m'avoir répondu ^^ | | |
|
| |
Ikø'
Pika'Ghøst ~ Maîtresse des pelles ~
Messages : 3193
| Oui il y a deux tutos sur le forum, ce que je trouve bizarre XD tu as peut-être utilisé l'autre tutoriel~ | | |
|
| |
ptitlac
{ Membre }
Messages : 226
| Ah oki chui rassurée ^^
Merci infiniment Ikø' | | |
|
| |
£ly
{ Membre }
Messages : 32
| - £ly a écrit:
- Que doit-on changer si on veut que "Messages" et "Sujets" apparaissent en bas plutôt qu'en haut ?
| | |
|
| |
Silver°Dragon
{ Membre }
Messages : 51
| |
| |
lisa cuddy
{ Membre }
Messages : 29
| bjr, J'ai essayé le tuto par contre cela me donne ca : J'ai pas le soulignement , ni la couleur... Index box : - 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 --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> <!-- <th nowrap="nowrap" width="50">{L_TOPICS}</th> <th nowrap="nowrap" width="50">{L_POSTS}</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><br /> </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> <div class="mystats_fa">Contient {catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets. </div> </td> <!-- BEGIN forum_link_no --> <!-- <td class="row3" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.TOPICS}</span> </td> <td class="row2" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.POSTS}</span> </td> --> <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 --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Css: - Code:
-
.mystats_fa{ padding: 5px; float:right; font-family: verdana; font-size: 10px; font-weight: bold; } | | |
|
| |
Imari
{ Membre hyper-actif }
Messages : 1538
| |
| |
Contenu sponsorisé
| |
| |
| Modifier l'emplacement du nombre de sujets et messages | |
|