| placée les annonces dans un cadre définie | |
|
Jiben
{ Membre actif }
Messages : 314
| Bonjour a vous Je voudrais introduire mes annonces dans mon cadre que j'ai fait Je crois qui vous faut le template index_box : - Code:
-
{JAVASCRIPT} <table class="panneau" width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <!-- BEGIN message_admin_index --> <!-- BEGIN message_admin_titre --> <tr> <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td> </tr> <!-- END message_admin_titre --> <!-- BEGIN message_admin_txt --> <tr> <td class="row1" rowspan="3" align="center" valign="middle"> <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div> </td> </tr> <!-- END message_admin_txt --> <!-- END message_admin_index -->
<td class="row1" rowspan="3" align="center" valign="middle"> <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div> </td> <td class="panneau1" 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> <br> <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"><img src="{SPACER}" alt="" height="5" width="1" /></td> </tr> <tr> <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="auto" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <div class="cadre_du_nom_du_forum"><span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</div></a> </span> </h{catrow.forumrow.LEVEL}>
<table class="table1" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="75%" align="center"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span></td>
<td width="25%" align="center"><span class="gensmall"><div class="sujets_messages" >Messages : {catrow.forumrow.POSTS} | Sujets : {catrow.forumrow.TOPICS}</div></span></td> </tr> </table>
<table class="table2" width="100%" border="0" cellspacing="1" cellpadding="0" border-bottom="1px solid white"> <tr> <td class="td1" width="75%" align="center"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
<td width="25%" align="center"><span class="gensmall"> {catrow.forumrow.LAST_POST}</span> </td> </tr> </table>
</td> </tr>
<!-- END forumrow --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> </div><br> merci Cordialement Jiben. | | |
|
| |
Taz
{ Membre }
Messages : 18
| Quand tu dis annonce... tu parles d'un texte qui défile -ou non- pour annoncer quelque chose ou juste une description ? Parce que je trouve ton screen assez maladroit du coup je comprend pas. ><" | | |
|
| |
Jiben
{ Membre actif }
Messages : 314
| Je parle des annonce que l'on mets quand on va dans PA -> Affichage -> Page d'accueil -> Généralités -> Message sur la page d'accueil.
J'espère avoir été clair.
Cordialement. | | |
|
| |
'Christa
Lostmindy
Messages : 2856
| Il te suffit de placer tout ce qu'il y a entre - Code:
-
<!-- BEGIN message_admin_index --> et - Code:
-
<!-- END message_admin_index --> (ces deux commentaires compris) dans ton fameux "cadre que tu as fait". | | |
|
| |
Jiben
{ Membre actif }
Messages : 314
| Salut c'est ce que j'ai fait mais mon texte est toujours très petit =/ | | |
|
| |
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 (: | | |
|
| |
Jiben
{ Membre actif }
Messages : 314
| Bonjour,
non il n'est toujours pas résolu malheureusement =/ | | |
|
| |
Espeon
Administrateur
Messages : 1819
| Salut !
Si ton texte est très petit, c'est probablement une question de CSS. T'aurais 2 solutions mais le plus simple pour commencer c'est d'essayer de remplacer ce que tu as mis dans ton "cadre" par cette version modifiée : - Code:
-
<!-- BEGIN message_admin_index --> <!-- BEGIN message_admin_titre --> <tr> <td class="catHead" height="28"><span class="cattitle" style="font-size: 18px;">{message_admin_index.message_admin_titre.MES_TITRE}</span></td> </tr> <!-- END message_admin_titre --> <!-- BEGIN message_admin_txt --> <tr> <td class="row1" rowspan="3" align="center" valign="middle"> <div class="gensmall" style="font-size: 14px;">{message_admin_index.message_admin_txt.MES_TXT}</div> </td> </tr> <!-- END message_admin_txt --> <!-- END message_admin_index --> | | |
|
| |
Jiben
{ Membre actif }
Messages : 314
| Salut,
ceci ne change rien malheureusement =/ | | |
|
| |
Espeon
Administrateur
Messages : 1819
| Hmmm... Je pourrais avoir un aperçu de ce que ça donne en ce moment (screenshot) ? | | |
|
| |
Jiben
{ Membre actif }
Messages : 314
| Il n'a pas de probléme.
je remet le templates :
Et voici le forum :
Il faut s'intéresse au deuxième cadre ou il a moi. | | |
|
| |
Espeon
Administrateur
Messages : 1819
| Ok je vois ce que ça donne. Et donc maintenant tu voudrais simplement que le texte soit plus gros ?
Et est-ce normal qu'il y ait 2 cadres ? Ou bien est-ce aussi un problème à corriger ? | | |
|
| |
Jiben
{ Membre actif }
Messages : 314
| Les deux cadres c'est noraml, l'autre je le supprimer apres. ce que je veux c'est que le texte tout a droite : - Code:
-
Dernière visite le Mer 16 Fév 2011 - 22:36 La date/heure actuelle est Jeu 17 Fév 2011 - 19:13 Vx E-univers.org Voir les nouveaux messages depuis votre dernière visite Voir ses messages Voir les messages sans réponses Soit en dessous et non a droite. | | |
|
| |
Espeon
Administrateur
Messages : 1819
| Essaye de remplacer le code que tu m'a donné (à partir de {JAVASCRIPT} donc) par celui-là et dis moi ce qu'il en est : - Code:
-
{JAVASCRIPT} <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <!-- BEGIN message_admin_index --> <!-- BEGIN message_admin_titre --> <tr> <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td> </tr> <!-- END message_admin_titre --> <!-- BEGIN message_admin_txt --> <tr> <td class="row1" rowspan="3" align="center" valign="middle"> <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div> </td> </tr> <!-- END message_admin_txt --> <!-- END message_admin_index -->
<tr> <td class="row1" rowspan="3" align="center" valign="middle"> <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div> </td> </tr> <tr> <td><td> <td class="panneau1" 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> <br> <div class="my_cat"> <ul></ul> </div>
<div class="forumline"> <!-- 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"><img src="{SPACER}" alt="" height="5" width="1" /></td> </tr> <tr> <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}" class="img3" /> </td>
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="auto" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <div class="cadre_du_nom_du_forum" style="margin-top: 2%"><span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</div></a> </span> </h{catrow.forumrow.LEVEL}>
<table class="table1" width="100%" border="0" cellspacing="1" cellpadding="0" style="border-bottom:1px solid #869E95; border-top:1px solid #869E95;"> <tr> <td width="75%" align="center"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span></td>
<td width="25%" align="center"><span class="gensmall"><div class="sujets_messages" >Messages : {catrow.forumrow.POSTS} | Sujets : {catrow.forumrow.TOPICS}</div></span></td> </tr> </table>
<table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="75%" align="center"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
<td width="25%" align="center"><span class="gensmall"> {catrow.forumrow.LAST_POST}</span> </td> </tr> </table>
</td> </tr> <!-- END forumrow --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> </div>
| | |
|
| |
Jiben
{ Membre actif }
Messages : 314
| Je les changé et malheureusement rien n'a changer.
Je pense qu'a travers ce table il faudrait rajouter deux autres table. | | |
|
| |
Espeon
Administrateur
Messages : 1819
| Autant pour moi j'avais fait une erreur. Essaye cette version plutôt. En mettre des table dans un table n'est pas une bonne idée (ni la solution). Le problème vient du fait que tu dois créer une nouvelle ligne dans ton tableau tout simplement (mais faire gaffe que ça reste cohérent). C'est ce que j'ai fait ici normalement, dis moi ce que ça donne - Code:
-
{JAVASCRIPT} <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <!-- BEGIN message_admin_index --> <!-- BEGIN message_admin_titre --> <tr> <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td> </tr> <!-- END message_admin_titre --> <!-- BEGIN message_admin_txt --> <tr> <td class="row1" rowspan="3" align="center" valign="middle"> <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div> </td> </tr> <!-- END message_admin_txt --> <!-- END message_admin_index -->
<tr> <td class="row1" rowspan="3" align="center" valign="middle"> <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div> </td> </tr> <tr> <td></td> <td class="panneau1" 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> <br> <div class="my_cat"> <ul></ul> </div>
<div class="forumline"> <!-- 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"><img src="{SPACER}" alt="" height="5" width="1" /></td> </tr> <tr> <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}" class="img3" /> </td>
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="auto" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <div class="cadre_du_nom_du_forum" style="margin-top: 2%"><span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</div></a> </span> </h{catrow.forumrow.LEVEL}>
<table class="table1" width="100%" border="0" cellspacing="1" cellpadding="0" style="border-bottom:1px solid #869E95; border-top:1px solid #869E95;"> <tr> <td width="75%" align="center"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span></td>
<td width="25%" align="center"><span class="gensmall"><div class="sujets_messages" >Messages : {catrow.forumrow.POSTS} | Sujets : {catrow.forumrow.TOPICS}</div></span></td> </tr> </table>
<table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="75%" align="center"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
<td width="25%" align="center"><span class="gensmall"> {catrow.forumrow.LAST_POST}</span> </td> </tr> </table>
</td> </tr> <!-- END forumrow --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> </div>
| | |
|
| |
Jiben
{ Membre actif }
Messages : 314
| Non ceci ne fonctionne pas. Donc j'ai essayer l'histoire de table : Et célà fonctionne correctement Encore merci de votre aide, ceci ma permis de pensez a ceci. Encore merci | | |
|
| |
Espeon
Administrateur
Messages : 1819
| Ouch... le code n'est pas vraiment correct (les balises s'entrecroisent etc.) donc c'est assez périlleux... Mais si tu dis que ça fonctionne alors c'est l'essentiel on va dire (du moins je pense que c'est plutôt l'intérêt actuel) Le problème est donc résolu pour le coup ^^ | | |
|
| |
Phantasmagoria
{ Membre hyper-actif }
Messages : 1636
| Je classe dans ce cas | | |
|
| |
Contenu sponsorisé
| |
| |
| placée les annonces dans un cadre définie | |
|