Intégrer le bouton ''new, lock..'' dans la case dernier message
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1 • Partagez
Intégrer le bouton ''new, lock..'' dans la case dernier message
Bonjour!
Je vous explique mon problème, enfin ma requête, je voudrais pouvoir faire ceci :
C'est à dire, mettre le bouton new, lock, old intégré dans la case du dernier message.
Voici mon exemple de mon forum :
Je suis fondatrice, j'ai donc accès aux templates, je suis en version phpBB 2.
Ayant cherché un peu avant d'ouvrir ce sujet, j'ai vue qu'il fallait donner ceci : index_box, et mon css (?) donc je vous la donne :
Mes templates sont modifiés ainsi que ma feuille de style CSS.
INDEX_BOX :
MON CSS :
J'ai une dernière question, j'aimerais beaucoup enlever le texte ''Derniers messages'' sans enlever la colonne, juste ne plus avoir ce texte ''Derniers messages'' Est-ce possible?
PROBLÈME RÉSOLU, MERCI Scipion
Passer de ça :
À ça :
Merci d'avoir lu, et merci encore plus si vous répondez.
[u]
Je vous explique mon problème, enfin ma requête, je voudrais pouvoir faire ceci :
- Spoiler:
C'est à dire, mettre le bouton new, lock, old intégré dans la case du dernier message.
Voici mon exemple de mon forum :
- Spoiler:
Je suis fondatrice, j'ai donc accès aux templates, je suis en version phpBB 2.
Ayant cherché un peu avant d'ouvrir ce sujet, j'ai vue qu'il fallait donner ceci : index_box, et mon css (?) donc je vous la donne :
Mes templates sont modifiés ainsi que ma feuille de style CSS.
INDEX_BOX :
- Spoiler:
{LAST_VISIT_DATE}
{CURRENT_TIME}
{L_INDEX}{NAV_CAT_DESC}
{L_SEARCH_NEW}
{L_SEARCH_SELF}
{L_SEARCH_UNANSWERED}
{catrow.tablehead.L_FORUM} {L_LASTPOST}
{catrow.cathead.CAT_TITLE}
{catrow.forumrow.FORUM_NAME}
{catrow.forumrow.FORUM_DESC}
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
{catrow.forumrow.LAST_POST}
MON CSS :
- Spoiler:
- a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
a.forumlink {
background-color: #transparent;
text-shadow: #f5f8de 1px 1px 1px;
background-image: url('http://www.casimages.com/img.php?i=110216022017806774.png');
color: #af916f;
display: block;
font-family: GEORGIA;
font-size: 14px;
text-transform: uppercase;
text-align: center;
letter-spacing: -1px;
-moz-border-radius:5px;
-moz-box-shadow: 0px 2px 2px #cab196;
}
a.forumlink:hover{
background-color: #transparent;
text-shadow: #cab196 1px 1px 1px;
background-image: url('http://www.casimages.com/img.php?i=110216022017806774.png');
color: #af916f;
display: block;
font-family: GEORGIA;
font-size: 14px;
text-transform: uppercase;
text-align: center;
letter-spacing: -1px;
-moz-border-radius:5px;
-moz-box-shadow: 0px 2px 2px #cab196;
}
.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border: 5px solid #ae8c6e;
}
.bodyline{
border-left: solid 5px #B8B151;
border-right: solid 5px #B8B151;
}
.statistiques
{
border:0px;
background-image: url("METTRE LE LIEN DE L'IMAGE SERVANT DE FOND AU QEEL");
background-repeat: no-repeat;
background-position: center;
height:270px; /* HAUTEUR DE VOTRE IMAGE DE FOND, C'EST UNE VARIABLE */
}
.groupes
{
background-color:#FFFFFF; /* FOND DES NOMS DE GROUPES */
border: 1px #D0D0D0 dotted; /* POUR METTRE LE CONTOUR EN POINTILLES */
-moz-border-radius : 5px 5px 5px 5px; /* ARRONDI DES CONTOURS */
height:40px; /* HAUTEUR DES ENCADRES */
padding-right:12px; /* SÉPARATION ENTRE LES GROUPES */
padding-left:12px;
padding-bottom:3px;
font-size:15px; /*TAILLE ECRITURE */
font-weight: bold; /* STYLE DE L'ECRITURE */
text-align:center;
text-decoration: none !important;
}
.milieu {width: 90%; margin: 0px; border: 2px solid #C26472;-moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 5px; background-color:#A37F62}
a.mainmenu {
text-decoration: none;
-moz-border-radius :10px;
-webkit-border-radius: 10px;
background-color:#B8B151;
border-left:2px solid #CODE COULEUR;
border-right:2px solid #CODE COULEUR;
border-bottom: 2px solid #CODE COULEUR;
border-top: 2px solid #CODE COULEUR;
color:#CODE COULEUR;
font-size:11px;
font-variant:Georgia;
padding-right:11px;
text-align:center;}
/* TITRE CATEGORIE */
.titrecat {
text-align: center;
display: block;
width: 900;
background-image:url('https://2img.net/r/hpimg11/pics/111497405663haut.png');
background-repeat:no-repeat;
color: #FFF;
border-bottom : 7px solid #ede2ce;
font-weight: bolder;}
/* FIN */
.noms{
font-family: Georgia;
font-size: 13px;
text-shadow: #C26573 1px 1px 2px;
}
/*Enlèvement des barres*/
td.catLeft {
border-width:0 0 0 0px !important;
}
td.catBottom {
border-width:0 0px 0px !important;
}
td.catHead {
border-width:0px 0px 0 !important;
}
td.catRight {
border-width:0 0 0 0px !important;
}
td {
border-width:0 0 0 0px !important;
}
th, td, p {
border-width:0 0 0 0px !important;
}
/* FIN */
/*arrondi catégories*/
.forumline {
-moz-border-radius:12px; /* ta valeurs en px*/
-webkit-border-radius:12px; /* ta valeurs en px*/
-ô-border-radius:12px; /* ta valeurs en px*/
-khtml-border-radius:12px; /* ta valeurs en px*/
border-radius:12px; /* ta valeurs en px*/
}
/* FIN */
/*enlever images titres dans sujets*/
.nav img {
display : none;
}
/*fin*/
/*couleur souligné*/
u {
color : #82634e;
font-size:11px;
}
/*fin*/
/*couleur italique*/
i ,italic,em{
color : #C26573;
letter-spacing : 0px;
font-size : 11px;
}
/*fin*/
.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border: 5px solid #A37F62;
}
.cadravatar {
border-radius : 2px solid #A37F62;
}
.separe {
border-top : 1px dashed #A37F62;
}
.profinfo {
border : 1px solid #C26573;
background-color : #b8997b;
-moz-border-radius: 20px ;
-webkit-border-radius:20px;
-border-radius:20px;
-khtml-border-radius:20px;
}
/*CONTRE LES EDITIONS*/
tr.post span.gensmall { display: none; }
/*personalisation messages envoyer-previsualisation*/
input, select {
color : #C26573;
font: normal 11px Tahoma;
border: #B8B151;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
background-color: #COULEUR DU FOND;
-moz-border-radius: 10px 10px 10px 10px;
}
textarea, select {
color : #C26573;
font: normal 11px Tahoma;
border: #B8B151;
border-left-style: solid;
border-left-width: 3px;
border-right-style: solid;
border-right-width: 3px;
background-color: #COULEUR DU FOND;
-moz-border-radius: 10px 10px 10px 10px;
}
/*FIN*/
/*QEEL*/
.tableauqueel{
background-color : #A37F62 ;
border : solid 3px #C26472;
-moz-border-radius : 2px 2px 2px 2px}
.partiedroite {
font-size : 10px ;
border-left : 2px dotted #c37f6bR ; (Séparation entre la partie droite et gauche, ici des pointillés)
padding-left : 10x } (Ne pas toucher)
.groupes{
background-color:#ab8a7 ;
border: 1px color #ab8a7 ;
-moz-border-radius : 2px 2px 2px 2px;
height:40px; (ne pas toucher)
padding-right:12px; (ne pas toucher)
padding-left:14px; (ne pas toucher)
padding-bottom:3px; (ne pas toucher)
font-size:14px
;font-weight: bold; (bold=gras)
text-align:center;
font-color : #ab8a7 ;
text-decoration: none !important; (Pas de souligné sur les liens)
}
/*FIN*/
J'ai une dernière question, j'aimerais beaucoup enlever le texte ''Derniers messages'' sans enlever la colonne, juste ne plus avoir ce texte ''Derniers messages'' Est-ce possible?
PROBLÈME RÉSOLU, MERCI Scipion
Passer de ça :
- Spoiler:
À ça :
- Spoiler:
Merci d'avoir lu, et merci encore plus si vous répondez.
[u]
Dernière édition par Belondon le Mar 2 Aoû 2011 - 21:00, édité 2 fois
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Bonjour
Pour votre deuxième question, vous allez sur le template index_box :
Repérez ce code
Cordialement
Pour votre deuxième question, vous allez sur le template index_box :
Repérez ce code
- Code:
<!-- 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 -->
- Code:
{L_LASTPOST}
Cordialement
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Merci beaucoup, j'ai cocher le bouton ''merci'' et cliquer sur +1, merci à vous ça marche c'est super. Problème 2 résolu, plus que le 1 maintenant
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Veuillez tester svp votre template index_box modifié suivant votre première demande :
- 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}
{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>
<!-- 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="150"><div style="width:150px;"></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">
</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>
</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>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall"></span>
<center><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}"
src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></center><br />
<span class="gensmall">{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 -->
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Je remplace celle que j'ai actuellement par celui-ci proposé?
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Exactement, faites un test avec celui proposé et dites-moi quelles sont vos observations, c'est à dire ce qui reste à faire.
Cordialement
Cordialement
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Alors, merci tout d’abord de prendre en charge ma demande
Donc voici mon forum avant de mettre votre template :
Rien ne s'est passé à part que dans le cas n°2, je trouve que tout s'est rapproché, le titre est rapproché de ma description.. Est-ce normal?
Donc voici mon forum avant de mettre votre template :
- Spoiler:
- Spoiler:
Rien ne s'est passé à part que dans le cas n°2, je trouve que tout s'est rapproché, le titre est rapproché de ma description.. Est-ce normal?
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
J'ai rajouté un (br) après le titre du forum :
Sinon, sur mon forum, j'obtiens exactement ce que vous avez demandé, c'est à dire l'image "Légende des statuts des messages" (New, Lock) au dessus du dernier message "papiers à signer...".
Essayez de faire plusieurs appuis simultanés sur CTRL+F5.
Cordialement
- 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}
{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>
<!-- 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="150"><div style="width:150px;"></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">
</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>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall"></span>
<center><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}"
src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></center><br />
<span class="gensmall">{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 -->
Sinon, sur mon forum, j'obtiens exactement ce que vous avez demandé, c'est à dire l'image "Légende des statuts des messages" (New, Lock) au dessus du dernier message "papiers à signer...".
Essayez de faire plusieurs appuis simultanés sur CTRL+F5.
Cordialement
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
L'espace entre le titre et la description s'est-il rétabli comme sur votre première capture ?
Cordialement
Cordialement
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Oui cela s'est rétabli, mais ça n'a pas changé pour mon problème n°1 :/
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Donnez-moi à nouveau le contenu de votre template modifié index_box, celui qui est censé apparaître dans votre premier post et que je n'arrive pas à lire. Cela me permettra de tout reprendre depuis le début.
Cordialement
Cordialement
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Mon template du début?
Merci beaucoup encore une fois!
Le voici :
Merci beaucoup encore une fois!
Le voici :
- Spoiler:
<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="150"><div style="width:150px;"></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>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall"></span><br />
<span class="gensmall">{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 -->
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Belondon a écrit:Up
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Bonjour,
Dans votre template, pour obtenir le résultat souhaité, il faut déplacer des variables. A vous de voir laquelle vous déplacez dans la case de l'autre .
La gestion de icones c'est ceci: <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
Le dernier message c'est ceci: <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
Ces éléments sont chacun dans une cellule de tableau, entre <td> et </td>. Donc sélectionnez l'élément à déplacer, coupez et collez-le à l'endroit où vous voulez qu'il soit, c'est à dire dans la cellule correspondant. Pour faire un retour à la ligne, on ajoute <br /> après les variables.
Cordialement.
Dans votre template, pour obtenir le résultat souhaité, il faut déplacer des variables. A vous de voir laquelle vous déplacez dans la case de l'autre .
La gestion de icones c'est ceci: <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
Le dernier message c'est ceci: <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
Ces éléments sont chacun dans une cellule de tableau, entre <td> et </td>. Donc sélectionnez l'élément à déplacer, coupez et collez-le à l'endroit où vous voulez qu'il soit, c'est à dire dans la cellule correspondant. Pour faire un retour à la ligne, on ajoute <br /> après les variables.
Cordialement.
Invité- Invité
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Je suis vraiment désolé, je vous remercie de votre aide, mais je ne comprends pas vraiment ce que vous voulez dire :S
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Bonjour,
Prenons votre template:
En violet foncé, c'est le code qui correspond à l'affichage des icones "old, new lock".
En violet, c'est l'affichage du dernier message.
Le principe est simple: copiez et coupez la partie que vous voulez déplacer, et collez là où vous voulez la voir. Il faut juste que vous colliez le morceau coupé entre un <td ... et un </td> déjà existant, sinon il ne sera pas bien placé.
Concrètement, si vous voulez mettre les icones au dessus des derniers messages à droite, vous coupez le code en violet foncé et vous le collez juste avant le violet ( ajoutez un <br /> entre les deux, pour faire un retour à la ligne). Si vous voulez le dernier message en dessous des icones à gauche, alors coupez le code violet et collez le juste après le code violet foncé, sans oublier de mettre <br /> entre les deux.
Cordialement.
Prenons votre template:
- 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="150"><div style="width:150px;"></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>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall"></span><br />
<span class="gensmall">{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 -->
En rouge, ce sont les délimitations des cases de votre forum.<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>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall"></span><br />
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
En violet foncé, c'est le code qui correspond à l'affichage des icones "old, new lock".
En violet, c'est l'affichage du dernier message.
Le principe est simple: copiez et coupez la partie que vous voulez déplacer, et collez là où vous voulez la voir. Il faut juste que vous colliez le morceau coupé entre un <td ... et un </td> déjà existant, sinon il ne sera pas bien placé.
Concrètement, si vous voulez mettre les icones au dessus des derniers messages à droite, vous coupez le code en violet foncé et vous le collez juste avant le violet ( ajoutez un <br /> entre les deux, pour faire un retour à la ligne). Si vous voulez le dernier message en dessous des icones à gauche, alors coupez le code violet et collez le juste après le code violet foncé, sans oublier de mettre <br /> entre les deux.
Cordialement.
Invité- Invité
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
J'ai tout suivis, je vous laisse mon template, et mon exemple, ça ne marche toujours pas.. pourtant j'ai recommencé une dizaine de fois, sans succès.. Peut être que des codes que j'avais mis avant ont bloqués cette action, enfin j'en sais rien .. =/
Mon template index_box
Et mon exemple de ce que ça fait :
Mon template index_box
- Spoiler:
- <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="150"><div style="width:150px;"></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">
</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>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall"></span><br />
<br><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}"
src="{catrow.forumrow.FORUM_FOLDER_IMG}"
alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></br>
<span class="gensmall">{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 -->
Et mon exemple de ce que ça fait :
- Spoiler:
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Bonjour,
Le template modifié fonctionne très bien . Avez-vous des images pour vos catégories et forums dans Panneau d'Admin > Affichage > gestion des images en mode avancé> icones de forums?
Cordialement.
Le template modifié fonctionne très bien . Avez-vous des images pour vos catégories et forums dans Panneau d'Admin > Affichage > gestion des images en mode avancé> icones de forums?
Cordialement.
Invité- Invité
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Non je n'ai rien, j'avais tout masqué.
Par contre, dans "Général", "Catégories et Forums'' j'ai mis des images à la place des titres : <center><img src="https://i.servimg.com/u/f41/15/91/76/79/vrai110.png"> Enfin pour le titre de catégorie. Ce n'est pas ça qui fait que ça ne fonctionne pas ?
Par contre, dans "Général", "Catégories et Forums'' j'ai mis des images à la place des titres : <center><img src="https://i.servimg.com/u/f41/15/91/76/79/vrai110.png"> Enfin pour le titre de catégorie. Ce n'est pas ça qui fait que ça ne fonctionne pas ?
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Je crois que je n'ai pas compris correctement en fait . La manipulation que je vous ai proposé, place des icônes de forums au dessus du dernier message sur l'index. Donc les images nouveau message, pas de nouveau message et verrouillé. Pour qu'elles apparaissent il faut qu'il y ait une image dans la gestion des images.
Puisque vous avez masqué ces images, j'en conclu qu'on ne parle pas du même "new/lock" ^^. Vous auriez l'adresse d'un forum pour me montrer un exemple de ce que vous voulez, ça m'aidera à comprendre.
Cordialement.
Puisque vous avez masqué ces images, j'en conclu qu'on ne parle pas du même "new/lock" ^^. Vous auriez l'adresse d'un forum pour me montrer un exemple de ce que vous voulez, ça m'aidera à comprendre.
Cordialement.
Invité- Invité
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Ah mais oui, je suis vraiment débile! Je n'avais pas fais le rapprochement, oui oui c'est bien cela que je veux, je suis désolé, je n'avais pas du tout fait le rapprochement... olalalah je passe pour une idiote, je vais mettre des images et je regarde si ça marche, veuillez m'excusez :$
EDIT : Voilà ce que ça donne :
Donc c'est super, c'est ce que je veux, mais le problème c'est que le texte n'est pas bien aligné en dessous de l'image, comment faut-il faire?
Je vous remercie beaucoup de votre patience, c'est vraiment génial! Après je ne vous embête plus!
EDIT : Voilà ce que ça donne :
- Spoiler:
Donc c'est super, c'est ce que je veux, mais le problème c'est que le texte n'est pas bien aligné en dessous de l'image, comment faut-il faire?
Je vous remercie beaucoup de votre patience, c'est vraiment génial! Après je ne vous embête plus!
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Bonjour,
Les sauts de ligne sont des balises auto-fermante, donc en fait on ne rédige pas "<br> le code </br>"' mais on met uniquement <br /> à la fin du code ^^ . Ce qui donne pour vous:
Cordialement.
Les sauts de ligne sont des balises auto-fermante, donc en fait on ne rédige pas "<br> le code </br>"' mais on met uniquement <br /> à la fin du code ^^ . Ce qui donne pour vous:
Vous pouvez en ajouter plusieurs à la suite pour creer un espace entre votre image et le texte.<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}"
src="{catrow.forumrow.FORUM_FOLDER_IMG}"
alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />< br />
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
Cordialement.
Invité- Invité
Re: Intégrer le bouton ''new, lock..'' dans la case dernier message
Merci beaucoup Isolde, c'est vraiment gentil à toi, problème désormais terminé, merci pour vos aides! Vive le forum d'aide!
Problème terminé !
Problème terminé !
Sujets similaires
» Sujet, dernier message dans des case
» Tout regrouper dans la case du dernier message posté
» Case " dernier message " à gauche
» Texte "dernier message" dépassant de la case
» Le bouton "Voir le dernier message" ne ramène pas au dernier message posté...
» Tout regrouper dans la case du dernier message posté
» Case " dernier message " à gauche
» Texte "dernier message" dépassant de la case
» Le bouton "Voir le dernier message" ne ramène pas au dernier message posté...
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum