Membres connectés récemment
[PHPBB2] Ajouter lien message dans titre citation
2 participants
Page 2 sur 2 • Partagez
Page 2 sur 2 • 1, 2
Rappel du premier message :
- Version du forum :PHPBB2
- Templates modifiés :oui
- Navigateur :Chrome
Bonjour Philippe, Bonjour à tous,
Je souhaiterais modifier les citations afin d'y ajouter un lien qui renvoie vers le message en question (en effet, il n'est pas toujours facile de suivre une conversation quand la citation répond elle-même à un message antérieur). Ce serait l'idéal.
Si cela n'est pas possible, j'aimerais au moins pouvoir modifier la citation afin d'y ajouter "le 15-02-2020 à XXhXX" à côté de "@pseudo a écrit" pour retrouver plus facilement le message.
Je ne sais pas trop si je suis clair
Pensez-vous que cela soit possible ?
Je vous remercie,
Bon week-end à tous !
Je souhaiterais modifier les citations afin d'y ajouter un lien qui renvoie vers le message en question (en effet, il n'est pas toujours facile de suivre une conversation quand la citation répond elle-même à un message antérieur). Ce serait l'idéal.
Si cela n'est pas possible, j'aimerais au moins pouvoir modifier la citation afin d'y ajouter "le 15-02-2020 à XXhXX" à côté de "@pseudo a écrit" pour retrouver plus facilement le message.
Je ne sais pas trop si je suis clair
Pensez-vous que cela soit possible ?
Je vous remercie,
Bon week-end à tous !
Re !
Encore merci pour ta patience,
CSS:
Encore merci pour ta patience,
CSS:
- Code:
/*CSS FORUM EN PHPBB2*/
.nav {
font-size:0
}
.nav a {
font-size:12px
}
a.nav:before {
content:" » ";
}
.nav > a.nav:empty:before, .nav > a.nav:first-child:before {
content:""
}
.bodyline {
background-attachment: fixed;
background-image: url("https://i.servimg.com/u/f42/14/16/50/94/fondpb15.jpg");
background-repeat: repeat;
background-position: top center;
}
.bodylinewidth {
width: 823px;
}
#i_icon_mini_new_message {
width:40px;
height:44px;
}
.icones_profil {
text-align:center;
}
a {
font-size: 12px;
color: #0091ff;
text-decoration: none;
}
a:hover {
font-size: 13px;
color: #D4115C;
text-decoration: underline;
}
#page-footer
{
background-attachment: fixed;
background-image: url(https://i.servimg.com/u/f58/14/16/50/94/bas10.jpg);
background-repeat: no-repeat;
background-position: top center;
width: 1000;
height: 200px;
}
.icon_online {
position:absolute;
margin-left:2px;
margin-top:-0px;}
.icones_profil {
text-align:left;
}
table#msg_et, table#msg_et td{
background-color:none !important;
}
a.mainmenu[href="/"] { font-size:0 }
a.mainmenu[href="/"]:after {
content:"Accueil";
font-size:13px;
}
a.mainmenu[href="/forum"] { font-size:0 }
a.mainmenu[href="/forum"]:after {
content:"Forum";
font-size:13px;
}
/*spoiler*/
.spoiler_content
{
background-image: url('https://i.servimg.com/u/f62/14/16/50/94/esssss11.jpg');
border: 1px solid #C9D2D8;
color: #4E4E4E;
}
/*citation*/
.quote
{
background-image: url('https://i.servimg.com/u/f42/14/16/50/94/quotes12.jpg');
border: 2px solid #C9D2D8;
color: #4E4E4E;
}
/*ENLEVER LES DEUX POINTS*/
.nav {
font-size:0
}
.nav a {
font-size:12px
}
a.nav:before {
content:" » ";
}
.nav > a.nav:empty:before, .nav > a.nav:first-child:before {
content:""
}
/*ENLEVER BORDURE CATEGORIES*/
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;
}
/*cadre categorie*/
.forumline{
border: 5px solid #fff;}
/*enlever bordure forum*/
.forumline { border-spacing:1; }
.row1, .row2, .row3 {
border-top:1px solid #fff;
border-bottom:1px solid #bbb;
}
.forumline.noprint .row1, .forumline.noprint .row2, .forumline.noprint .row3 {
border:none;
}
.row3Right{
border-top:0px solid #fff !important;
border-bottom:0px solid #bbb !important;
}
/*Arrondir bords réponse rapide*/
#text_editor_textarea {-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px}
/*taille reponse rapide largeur*/
#quick_reply .sceditor-container
{
width:850px !important;
height:250px !important;
}
body{
font-family: 'Didact Gothic', sans-serif;
}
/*police*/
font-family: 'Amatic SC', cursive;
font-family: 'Poiret One', cursive;
font-family: 'Long Cang', cursive;
/*SI LE LIEN N ES TPAS DANS UNE CITATION*/
a.M14_citation
{
font-size:11px;
text-decoration:none!important;
color:#90023e;
font-weight:bold;
position: absolute;
margin-top: -16px;
margin-left: 140px;
}
Alors j'ai supprimé ceci :
En double
et ceci:
qui ne te servait à rien et qui bloqué tout ce qui suivait dont mon style.
Voilà pourquoi, jer ne voyais rien sur ton fofo Tony.
Remplaces tout le contenu de ta feuille de style par celui-ci:
En double
- Code:
/*CSS FORUM EN PHPBB2*/
.nav {
font-size:0
}
.nav a {
font-size:12px
}
a.nav:before {
content:" » ";
}
.nav > a.nav:empty:before, .nav > a.nav:first-child:before {
content:""
}
et ceci:
- Code:
/*police*/
font-family: 'Amatic SC', cursive;
font-family: 'Poiret One', cursive;
font-family: 'Long Cang', cursive;
qui ne te servait à rien et qui bloqué tout ce qui suivait dont mon style.
Voilà pourquoi, jer ne voyais rien sur ton fofo Tony.
Remplaces tout le contenu de ta feuille de style par celui-ci:
- Code:
/*ENLEVER LES DEUX POINTS*/
.nav {font-size:0}
.nav a {font-size:12px}
a.nav:before {content:" » ";}
.nav > a.nav:empty:before, .nav > a.nav:first-child:before {content:""}
.bodyline {
background-attachment: fixed;
background-image: url("https://i.servimg.com/u/f42/14/16/50/94/fondpb15.jpg");
background-repeat: repeat;
background-position: top center;
}
.bodylinewidth {
width: 823px;
}
#i_icon_mini_new_message {
width:40px;
height:44px;
}
.icones_profil {
text-align:center;
}
a {
font-size: 12px;
color: #0091ff;
text-decoration: none;
}
a:hover {
font-size: 13px;
color: #D4115C;
text-decoration: underline;
}
#page-footer
{
background-attachment: fixed;
background-image: url(https://i.servimg.com/u/f58/14/16/50/94/bas10.jpg);
background-repeat: no-repeat;
background-position: top center;
width: 1000;
height: 200px;
}
.icon_online {
position:absolute;
margin-left:2px;
margin-top:-0px;}
.icones_profil {
text-align:left;
}
table#msg_et, table#msg_et td{
background-color:none !important;
}
a.mainmenu[href="/"] { font-size:0 }
a.mainmenu[href="/"]:after {
content:"Accueil";
font-size:13px;
}
a.mainmenu[href="/forum"] { font-size:0 }
a.mainmenu[href="/forum"]:after {
content:"Forum";
font-size:13px;
}
/*spoiler*/
.spoiler_content
{
background-image: url('https://i.servimg.com/u/f62/14/16/50/94/esssss11.jpg');
border: 1px solid #C9D2D8;
color: #4E4E4E;
}
/*citation*/
.quote
{
background-image: url('https://i.servimg.com/u/f42/14/16/50/94/quotes12.jpg');
border: 2px solid #C9D2D8;
color: #4E4E4E;
}
/*ENLEVER BORDURE CATEGORIES*/
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;
}
/*cadre categorie*/
.forumline{
border: 5px solid #fff;}
/*enlever bordure forum*/
.forumline { border-spacing:1; }
.row1, .row2, .row3 {
border-top:1px solid #fff;
border-bottom:1px solid #bbb;
}
.forumline.noprint .row1, .forumline.noprint .row2, .forumline.noprint .row3 {
border:none;
}
.row3Right{
border-top:0px solid #fff !important;
border-bottom:0px solid #bbb !important;
}
/*Arrondir bords réponse rapide*/
#text_editor_textarea {-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px}
/*taille reponse rapide largeur*/
#quick_reply .sceditor-container
{
width:850px !important;
height:250px !important;
}
body{
font-family: 'Didact Gothic', sans-serif;
}
/*SI LE LIEN N ES TPAS DANS UNE CITATION*/
a.M14_citation
{
font-size:11px;
text-decoration:none!important;
color:#90023e;
font-weight:bold;
position: absolute;
margin-top: -16px;
margin-left: 140px;
}
Pour descendre le lien , recherches le style:
Mets le margin top en positif:
Ce qui donnera:
- Code:
/*SI LE LIEN N ES TPAS DANS UNE CITATION*/
a.M14_citation
{
font-size:11px;
text-decoration:none!important;
color:#90023e;
font-weight:bold;
position: absolute;
margin-top: -16px;
margin-left: 140px;
}
Mets le margin top en positif:
- Code:
margin-top:16px;
Ce qui donnera:
- Code:
/*SI LE LIEN N ES TPAS DANS UNE CITATION*/
a.M14_citation
{
font-size:11px;
text-decoration:none!important;
color:#90023e;
font-weight:bold;
position: absolute;
margin-top: 16px;
margin-left: 140px;
}
Page 2 sur 2 • 1, 2
Sujets similaires
Créer un compte ou se connecter pour répondre
Vous devez être membre pour répondre.
Page 2 sur 2
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum