| [résolu]modification de code | |
|
Sam Winchester
{ Membre }
Messages : 65
| Bonsoir, j'ai essayer de faire quelque chose sur mon forum test avec le tuto que Kimy a fait a cette adresse: Titre de forum, j'ai plusieurs question, les voila: 1) je voudrais que pour la seconde ligne du tableau ai une valeur fixe, car, comme vous voyer, quand je met plusieurs sous-forum, le cadre du millieu s'allonge. 2) Je voudrais que les case de la 2eme ligne du tableau soit arrondis et mettre un background, qui épouse la forme arrondi, un peu comme ce forum: The house of knight, sans faire du plagiat. mon forum test: Test Aragorn Code : - Code:
-
<table border="1"><tr><td colspan="3" align="center"><div style="text-align:center; border-bottom: 5px dotted #000000;"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div></td></tr><tr><td><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td><td><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> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --> <span class="gensmall">Sujets : {catrow.forumrow.TOPICS}
Messages :{catrow.forumrow.POSTS}
{catrow.forumrow.LAST_POST}</span></td><td><span class="gensmall">Sujets : {catrow.forumrow.TOPICS}
Messages :{catrow.forumrow.POSTS}
{catrow.forumrow.LAST_POST}</span></td></tr></table> Je vous remercie d'avance. |
Dernière édition par Sam Winchester le Lun 03 Jan 2011, 16:35, édité 1 fois | |
|
| |
Murtagh
{ Modérateur }
Messages : 1492
| Bonjour, Votre problème est-il toujours d'actualité ? Si tel n'est pas ne cas, merci de bien vouloir éditer votre premier message et cocher l'icône " résolu". Merci. | | |
|
| |
Sam Winchester
{ Membre }
Messages : 65
| Bonjour,
Non désoler mon problème n'est toujours pas résolu | | |
|
| |
'Christa
Lostmindy
Messages : 2856
| Il faut mettre des largeurs à tes cellules '_' Je t'en ai mis au pif (et j'ai un peu éclairci le code en passant), à toi d'ajuster selon ce que tu veux. - Code:
-
<table border="1"> <tr> <td colspan="3" align="center"> <div style="text-align:center; border-bottom: 5px dotted #000000;"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> </div> </td> </tr> <tr> <td width="60"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td width="100%"> <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> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --> </td> <td width="150"> <span class="gensmall"> Sujets : {catrow.forumrow.TOPICS} Messages :{catrow.forumrow.POSTS} {catrow.forumrow.LAST_POST}</span> </td> </tr> </table> | | |
|
| |
Sam Winchester
{ Membre }
Messages : 65
| Bonsoir, je te remercie Lostmindy, c'est parfait, il me reste plus que le numéro 2, savoir comment mettre les case de la 2éme ligne en arrondis et mettre un background. | | |
|
| |
'Christa
Lostmindy
Messages : 2856
| Le background dont tu parles, c'est une image de fond pour toute la ligne, ou juste pour une des trois cellules ? Ou bien une couleur de fond ?
De même pour cette histoire d'arrondi, tu veux que chaque cellule ait un contour arrondi ou tu veux imiter ce qu'a fait le forum que tu as mis en lien ? Dans ce cas, je te préviens que la partie gauche, c'est une simple image '_' | | |
|
| |
Sam Winchester
{ Membre }
Messages : 65
| Bonsoir Lostmindy, Pour le background, je voudrais qu'elle fasse toutes la ligne et que sa soit une couleur. Pour l'arrondis, je voudrais avoir un arrondis sur la première case et la dernière case. Je te remercie d'avance. EDIT: J'ai réussi a trouver pour mettre les arrondis et la couleur de fond, mais, j'ai un problème, comme tu peut le voir sur mon forum test, j'ai créer une catégorie pour tester quelque chose et elle s'est grandis, elle dépasse largement le cadre du forum, j'ai essayer de modifier les valeur que sa soit directement dans "Index Box", même dans "configuration" a modifier la taille du forum., rien a faire. Tu aurais pas une idée d'ou cela pourrait provenir. Voila le code, j'ai changer certaine chose: - Code:
-
<table border="0" > <tr> <td colspan="0" align="center"> <div style="text-align:center; border-bottom: 5px dotted #718C91;"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> </div> </td> </tr> <tr height="60"> <td width="100"span class="arrondi" ALIGN="right" BGCOLOR="#718C91"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td width="100%" BGCOLOR="#718C91" VALIGN="top" ALIGN="center">
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <span class="gensmall"> </span> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --> </td> <td width="170"span class="arrondi1" BGCOLOR="#718C91"> <span class="gensmall"> {catrow.forumrow.LAST_POST}<br> Sujets : {catrow.forumrow.TOPICS}<br> Messages :{catrow.forumrow.POSTS}</span> </td> </tr> </table> | | |
|
| |
Druyk
{ Membre actif }
Messages : 339
| 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. | | |
|
| |
Sam Winchester
{ Membre }
Messages : 65
| non, désoler, toujours pas. | | |
|
| |
Psycho
Psychopathe
Messages : 3407
| Bonjour, votre problème est-il toujours d'actualité ? S'il est maintenant résolu, merci d'éditer votre premier message en cochant l'icône . | | |
|
| |
Sam Winchester
{ Membre }
Messages : 65
| Mon problème est presque résolut, le seul problème qui me reste, c'est d'agrandir la 3éme case, ou il y a dernier message, je choisit n'importe quel chiffre la case reste comme elle est, et si je rétréci la case central, ou il y a la description, c'est la 1ère case qui s'allonge, je voudrais savoir si il y aurait pas quelque chose a faire pour y remédier ? Voici le code: - Code:
-
<tr> <td colspan="0" align="center"> <div style="text-align:center; border-bottom: 5px dotted #718C91;"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> </div> </td> </tr> <tr height="130"> <td width="100"span class="arrondi" ALIGN="right" BGCOLOR="#718C91"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td width="100%" BGCOLOR="#718C91" VALIGN="top" ALIGN="center">
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <span class="gensmall"> </span> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --> </td> <td width="250" span class="arrondi1" BGCOLOR="#718C91"> <span class="gensmall"> Sujets : {catrow.forumrow.TOPICS}<br> Messages :{catrow.forumrow.POSTS}<br> {catrow.forumrow.LAST_POST} </span> </td> </tr> | | |
|
| |
Liliana
{ Membre actif }
Messages : 997
| Bonjour,
Pourrais-tu nous donner le code entier du template s'il te plait ? | | |
|
| |
Sam Winchester
{ Membre }
Messages : 65
| Bonjour, Voila le code en entier Liliana: - 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> </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> <td colspan="0" align="center"> <div style="text-align:center; border-bottom: 5px dotted #718C91;"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> </div> </td> </tr> <tr height="130"> <td width="100"span class="arrondi" ALIGN="right" BGCOLOR="#718C91"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td width="100%" BGCOLOR="#718C91" VALIGN="top" ALIGN="center">
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <span class="gensmall"> </span> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --> </td> <td width="250" span class="arrondi1" BGCOLOR="#718C91"> <span class="gensmall"> Sujets : {catrow.forumrow.TOPICS}<br> Messages :{catrow.forumrow.POSTS}<br> {catrow.forumrow.LAST_POST} </span> </td> </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 --> C'est juste pour agrandir la 3eme colonne, que je met 250 ou même 800, sa ne bouge même pas d'un poil. | | |
|
| |
Liliana
{ Membre actif }
Messages : 997
| Re; Alors il y a des choses étranges dans ton code; notamment des : <td span class="arrondi"> Une class peut s'appliquer à une colonne; pas besoin d'écrire "span" en plus; ça crée juste un défaut dans le codage et ça risque de créer des problèmes =) Je me suis donc permise de supprimer les légers défauts. Pour ce qui est de ta colonne; je pense que cela est du au fait que tu as un mélange entre tailles en pourcentages et tailles en pixels. Si bien que le forum ne sait plus trop quoi faire xD • Si ton forum est configuré en pourcentage : je te conseille de mettre tous les chiffres en pourcentage et de faire en sorte que leur total fasse 100% • Si au contraire ton forum est en pixels (ce qui est mieux niveau esthétique puisque tout le monde verra la même chose, peu importe la résolution d'écran; mais je m'égare xD) : je te conseille de mettre des tailles en pixels; et de faire en sorte que leur total soit égal à la taille de ton forum. Complexe ? Meuh non xD Déjà pour voir comment est ton forum : Panneau admin >> Général >> configuration : si tu vois un 80% par exemple; c'est en pourcentage; s'il n'y a pas le symbole mais plutôt un chiffre comme 850; c'est en pixels Donc, dans le code tu dois modifier ce qui est en rouge; et adapter selon ton forum : - 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="3" nowrap="nowrap" width="100%" class="secondarytitle">{catrow.tablehead.L_FORUM}</th> </tr> <!-- END tablehead --> <!-- BEGIN cathead --> <tr> <td class="{catrow.cathead.CLASS_CAT}" colspan="3" 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> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <td colspan="3" align="center"> <div style="text-align:center; border-bottom: 5px dotted #718C91;"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> </div> </td> </tr> <tr height="130px"> <td width="100" class="arrondi" align="right" bgcolor="#718C91"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td width="100%"valign="top" align="center" bgcolor="#718C91"> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --> </td> <td width="150px" class="arrondi1" bgcolor="#718C91"> <span class="gensmall"> Sujets : {catrow.forumrow.TOPICS}<br> Messages :{catrow.forumrow.POSTS}<br> {catrow.forumrow.LAST_POST} </span> </td> </tr> <!-- END forumrow --> <!-- BEGIN tablefoot --> </table> <img src="{SPACER}" alt="" height="5" width="1" /> <!-- END tablefoot --><!-- END catrow --> - Citation :
- <tr height="130px">
<td width="TAILLE EN PIXELS OU POURCENTAGE" class="arrondi" align="right" bgcolor="#718C91"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td width="TAILLE EN PIXELS OU POURCENTAGE" valign="top" align="center" bgcolor="#718C91"> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --> </td> <td width="TAILLE EN PIXELS OU POURCENTAGE" class="arrondi1" bgcolor="#718C91"> <span class="gensmall"> Sujets : {catrow.forumrow.TOPICS}<br> Messages :{catrow.forumrow.POSTS}<br> {catrow.forumrow.LAST_POST} </span> </td> </tr>
Mon explication part un peu en cacahouète XD Si tu ne comprends pas dis le moi =) | | |
|
| |
Sam Winchester
{ Membre }
Messages : 65
| Bonsoir, je te remercie Liliana,
J'avais piocher a gauche et a droite, des tutos, maintenant je vais plus recommencer cette erreur.
Mon forum fait 60%, tu as dit que c'était mieux en pixel, il faudrait que je mette quelle nombre pour remplacer. | | |
|
| |
Liliana
{ Membre actif }
Messages : 997
| Si c'est en pixels ça s'adaptera donc; après c'est à toi de voir au niveau de la taille des colonnes; mais je pense que comme ça ça rendrait pas mal. Après c'est à toi d'adapter selon tes préférences =) - Citation :
- <tr height="130px">
<td width="10%" class="arrondi" align="right" bgcolor="#718C91"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td>
<td width="75%" valign="top" align="center" bgcolor="#718C91"> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}<br> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <!-- BEGIN forum_link --> <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span> <!-- END forum_link --> </td>
<td width="25%" class="arrondi1" bgcolor="#718C91"> <span class="gensmall"> Sujets : {catrow.forumrow.TOPICS}<br> Messages :{catrow.forumrow.POSTS}<br> {catrow.forumrow.LAST_POST} </span> </td> </tr> | | |
|
| |
Sam Winchester
{ Membre }
Messages : 65
| Je te remercie Liliana, tu m'as enlever une épine sous le pied.
Problème résolu. | | |
|
| |
Liliana
{ Membre actif }
Messages : 997
| De rien, ravie d'avoir pu aider Bonne continuation avec ton forum =) | | |
|
| |
Sam Winchester
{ Membre }
Messages : 65
| |
| |
Contenu sponsorisé
| |
| |
| [résolu]modification de code | |
|