| Pagination de la liste des sujets | |
|
Margaux
{ Membre }
Messages : 40
| Salut tout le monde! Je suis en pleine création d'un forum && je bidouille quelques templates. && Certains me posent de légers soucis. Notamment le template topics_list_box. J'ai réussi à déplacer la pagination des sujets && à la mettre au dessus du cadre comme vous pouvez le voir. Le problème c'est que les mots sont les uns en dessous des autres. Comment faire pour que la phrase reste sur la même ligne ? Aperçu : http://iansomerhalderfan.forumactif.fr/f1-reglement J'aimerais également savoir à quoi correspond la pagination d'un sujet dans le template. On voit sous le titre du topic Sujet test pagination le nombre de page. Je n'arrive pas à trouver à quoi ça peut correspondre. && J'aimerais également pouvoir enlever les [ ]. Voilà mon template : - Code:
-
<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection --> <script type="text/javascript"> function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() { var all_checked = true; for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) { if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') { all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked; } } document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked; } function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() { for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) { if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') { document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked; } } } </script> <!-- END multi_selection -->
<!-- BEGIN pagination --> <tr> <td class="pagination_sujets"><span class="pagination_sujets">{PAGINATION}</span></td> </tr> <!-- END pagination --> <table class="forumline" border="0" cellspacing="0" cellpadding="0">
<tr> <th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th> <!-- BEGIN multi_selection --> <th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th> <!-- END multi_selection --> </tr> <!-- END header_table --><!-- BEGIN header_row --> <tr> <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td> </tr> <!-- END header_row -->
<!-- BEGIN topic --> {topics_list_box.row.END_TABLE_STICKY} <tr> <!-- BEGIN single_selection --> <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td> <!-- END single_selection --> <td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td> <!-- BEGIN icon --> <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td> <!-- END icon -->
<td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
<table width="100%" cellspacing="0">
<tr>
<td>
{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG} <span class="auteur_topic">{topics_list_box.row.TOPIC_AUTHOR}</span> <span class="a_écrit">a écrit</span> <span class="topictitle"><h2 class="topic-title"> <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a> </h2> </span> <!-- BEGIN switch_description --> <span class="genmed">
{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION} </span> <!-- END switch_description --> <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span> <span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span> </td> <td width="100px">
<span class="postdetails"><center><b>{topics_list_box.row.REPLIES}</b> réponses</center></span>
</td>
<td width="150px">
<span class="postdetails"><center>{topics_list_box.row.LAST_POST_TIME}<br> {topics_list_box.row.LAST_POST_AUTHOR}</center></span>
</td> </tr>
</table> </td> <!-- BEGIN multi_selection --> <td class="row2" align="center" valign="middle"><span class="postdetails"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td> <!-- END multi_selection --> </tr> <!-- END topic --><!-- BEGIN no_topics --> <tr> <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td> </tr> <!-- END no_topics --><!-- BEGIN bottom --> <tr> <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <span class="gensmall">{PAGINATION}</span></td> <td align="right"><a href="#top">{L_BACK_TO_TOP}</a> </td> </tr> </table> </td> </tr> <!-- END bottom --><!-- BEGIN footer_table --> </table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box --> && Mon CSS : - Code:
-
/*____________TITRES DES FORUMS____________*/ .forumlink { font-size: 20px; font-family: Arial; padding-left: 200px; color: #000000; text-shadow: #FFA34F 2px 0px 0px;
}
/*____________DESCRIPTION DES FORUMS____________*/ .forum_description { padding: 0px; text-align: justify; padding-top: 8px; padding-right: 130px; width : 370px; font-size: 10px; background-color: #cccccc; }
.genmed { font-family: tahoma; }
/*____________STATISTIQUES DES FORUMS____________*/ .dernier_message { -moz-border-radius: 30px; webkit-border-radius: 30px; border-radius: 30px; background-color: #dddddd; font-family: Arial; font-size: 9px; color:#555555; text-align: center; height : 50px; width : 130px; }
/*____________ICONES DES MESSAGES INDEX____________*/ .icône { -moz-border-radius: 20px; webkit-border-radius: 20px; border-radius: 20px; background-color : #cccccc; color: #ffffff; height : 35px; width : 50px; }
/*____________PROFIL MESSAGES____________*/ .name { text-align: center; font-size: 15px; font-family: Trebuchet MS; text-shadow: #FFFFFF 2px 0px 0px; }
.rang { text-align: center; font-size: 9px; font-family: Tahoma; }
.profil_contour { -moz-border-radius: 30px 30px 5px 5px; webkit-border-radius: 30px 30px 5px 5px; border-radius: 30px 30px 5px 5px; background-color : #cccccc; padding : 5px; }
/*____________LISTE DES SUJETS____________*/ .auteur_topic { font-size: 14px; font-family: Trebuchet MS; text-shadow: #FFFFFF 2px 0px 0px; }
.a_écrit { font-size: 9px; font-family: Trebuchet MS; }
.topictitle { font-size: 17px; font-family: Trebuchet MS; text-shadow: #FFFFFF 2px 0px 0px; }
.postdetails { text-align: center; font-size: 10px; font-family: Trebuchet MS; }
.pagination_sujets { text-align: right; font-size: 10px; font-family: Trebuchet MS; width: 500px; } Merci d'avoir aux personnes qui répondront | | |
|
| |
Invité Invité
| Salut, j'espère avoir trouver la solution: - Code:
-
<nobr>Le texte</nobr> La balise NOBR est une balise qui dit à ton navigateur de ne pas sauté de ligne! | | |
|
| |
Margaux
{ Membre }
Messages : 40
| Ah ça marche mais ( Oui il y a toujours un mais! ) ça m'a pas mal élargi ma page. J'ai enlevé le width; 500px que j'avais mis dans mon CSS mais ça ne change rien. | | |
|
| |
Invité Invité
| Passe moi le bout du template que tu as modifier (seulement le bout que tu as modifier et non l'entier) s'il te plaît. | | |
|
| |
Margaux
{ Membre }
Messages : 40
| && Voilà. Toutes les modifications que j'ai faites sont dans cette partie : - Code:
-
<!-- BEGIN pagination --> <tr> <td><span class="pagination_sujets"><nobr>{PAGINATION}</nobr></span></td> </tr> <!-- END pagination --> <table class="forumline" border="0" cellspacing="0" cellpadding="0">
<tr> <th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th> <!-- BEGIN multi_selection --> <th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th> <!-- END multi_selection --> </tr> <!-- END header_table --><!-- BEGIN header_row --> <tr> <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td> </tr> <!-- END header_row -->
<!-- BEGIN topic --> {topics_list_box.row.END_TABLE_STICKY} <tr> <!-- BEGIN single_selection --> <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td> <!-- END single_selection --> <td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td> <!-- BEGIN icon --> <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td> <!-- END icon -->
<td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
<table width="100%" cellspacing="0">
<tr>
<td>
{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG} <span class="auteur_topic">{topics_list_box.row.TOPIC_AUTHOR}</span> <span class="a_écrit">a écrit</span> <span class="topictitle"><h2 class="topic-title"> <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a> </h2> </span> <!-- BEGIN switch_description --> <span class="genmed"> <br /> {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION} </span> <!-- END switch_description --> <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span> <span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span> </td> <td width="100px">
<span class="postdetails"><center><b>{topics_list_box.row.REPLIES}</b> réponses</center></span>
</td>
<td width="150px">
<span class="postdetails"><center>{topics_list_box.row.LAST_POST_TIME}<br> {topics_list_box.row.LAST_POST_AUTHOR}</center></span>
</td> </tr>
</table> | | |
|
| |
Invité Invité
| Enlève voir les balises TR pour voir? | | |
|
| |
Margaux
{ Membre }
Messages : 40
| Ca ne change rien si ce n'est pas que ça a déplacé ma pagination à côté des pubs : http://iansomerhalderfan.forumactif.fr/f1-reglement | | |
|
| |
Invité Invité
| Alors remets les balises TR et enlève les balises TD | | |
|
| |
Margaux
{ Membre }
Messages : 40
| Cette fois_ci la pagination se met au dessus des publicité && il y a une modification de la taille d'écriture http://iansomerhalderfan.forumactif.fr/f1-reglement | | |
|
| |
Invité Invité
| Bon remet tout en place, je vais essayer de trouver ça!! | | |
|
| |
Margaux
{ Membre }
Messages : 40
| Voilà c'est fait. J'ai remis le template du premier post Merci pour ton aide!! | | |
|
| |
Psycho
Psychopathe
Messages : 3407
| Bonjour, Votre problème est-il toujours d'actualité ? Si celui-ci est résolu, merci de cocher dans "icône du sujet" l'icône en éditant votre premier post. | | |
|
| |
Margaux
{ Membre }
Messages : 40
| Mon problème est toujours d'actualité | | |
|
| |
Psycho
Psychopathe
Messages : 3407
| Bonjour (: Votre problème est-il toujours d'actualité ? S'il est maintenant résolu, merci de cocher l'icône en éditant votre premier message (: | | |
|
| |
Margaux
{ Membre }
Messages : 40
| |
| |
Kiwi
{ Membre }
Messages : 142
| Bonsoir, Remplacer ceci : - Code:
-
<td class="pagination_sujets"> Par ceci : - Code:
-
<td class="pagination_sujets" colspan="2" > Résoudrait-il ton problème? Il semblerait qu'il y ait deux colonnes dans ton tableau, alors je pense qu'il faut lui indiquer la fusion des deux colonnes pour que ta pagination puisse prendre toute la largeur... =) Pour ta seconde question, je suppose (je ne trifouille presque jamais du forumactif ^^') que ceci permet d'afficher les listes de page d'un sujet : - Code:
-
<span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span> Essaye de mettre en commentaire pour voir si ça supprime bien ça ^^ Si c'est le cas, tu n'as a priori pas le loisir de supprimer des caractères comme "[" ou "]", à moins d'utiliser une petite fonction javascript... =) Kiwi | | |
|
| |
L
{ Membre actif }
Messages : 867
| Bonjour, Votre problème est toujours d'actualité ? S'il est maintenant résolu,veuillez cocher l'icône "Résolu" en éditant votre premier message | | |
|
| |
Psycho
Psychopathe
Messages : 3407
| Hello (: Comme aucune réponse n'a été postée depuis la dernière relance d'un modérateur, je considère ce problème comme résolu ou abandonné. Je classe, merci de votre compréhension (: | | |
|
| |
Contenu sponsorisé
| |
| |
| Pagination de la liste des sujets | |
|