Les rangs n'apparaissent pas

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Les rangs n'apparaissent pas

Message par Hinndy Lun 7 Jan 2013 - 21:57

Bonjour,

Les rangs n'apparaissent pas dans les messages (mais bien dans les profiles)
Cela doit sûrement venir du code que j'ai utilisé pour les profile picture mais je ne trouve pas où...
Je vous remercie par avance pour votre aide

Code:
/* Haut vide */


body, td.bodyline {
  margin-top: 0px;padding-top: 0px;
}

.bodylinewidth {
width: 650px;
}

tr.post span.gensmall {display : none;}
#i_logo {
margin-right: -10px;
margin-left: -10px;
margin-top: -10px;
margin-bottom: -10px;
}


/* TEXTE */

.postbody { display: block; text-align: justify;
margin-left:10px; margin-right:10px;
}
 
/* LIENS */


i {color: #6dc1c6; letter-spacing: 1px; text-shadow: #FFFFFF 1px 1px 0px;}
u {border-bottom: 1px dashed #000000; text-decoration: none;}
a {color:#D6AA45;text-decoration:none;}
a:hover {cursor:crosshair; text-decoration:none !important; color:#9dc4bc;}


/* NAVIGATION */

a.mainmenu{
color:#baa98f;
cursor:crosshair;
margin:-3px;
font-size:12px;
font-family:Istok Web;
text-transform: uppercase;
    -moz-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -moz-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
}

a.mainmenu:hover{
  color: #6dc1c6;}
a.forumlink:link, a.forumlink:visited {
font-family:Istok Web;
text-transform:uppercase;
font-size:13px;
color:#baa98f;
  padding-left: 20px;
  letter-spacing: 1pt;
-moz-transition-property : letter-spacing ;
-moz-transition-duration : 1s ;
}

a.forumlink:hover{
  letter-spacing: 3pt;
}


/* OPACITY */

.opacity img {
filter:alpha(opacity=70);
-moz-opacity:0.7;opacity: 0.7;}
.opacity img:hover {
filter:alpha(opacity=100);
-moz-opacity:1;opacity: 1;}



/* infobulles */



/* ITALIQUE */

I{color:#5a5a5a;}



/* ********** QUOI DE SPÉCIAL? ********** */

body { cursor: crosshair }
a:hover { cursor:ne-resize; }



a:link {text-decoration: none;}
a:hover{text-decoration: none !important;}
a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; }

.quote{
font-family: Tahoma;
font-size: 10px;
color: #000000;
line-height: 105%;
border: #ffffff;
border-style: solid;
border: 1px #d1bfa5 solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;}

.code{
font-family: Courier,Courier New,sans-serif;
font-size: 11px;
color: #000000;
border: 1 px #d1bfa5;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;}

input,textarea, select {
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
}
/*---------------- LIENS CATEGORIES ----------------*/
 
a.forumlink:link, a.forumlink:visited {
font-family: Palatino Linotype;
font-size:12px;
color: #6b3746;
display: block;
margin-left:5px;
margin-bottom:-5px;
font-weight: normal;
letter-spacing:1px;
}

 
a.forumlink:hover, a.forumlink:hover:visited {
font-family: Palatino Linotype;
font-size:15px;
color: #d73341;
display: block;
margin-left:5px;
margin-bottom:-5px;
font-weight: normal;
  letter-spacing:-1px;
}



/*---------------- AFFICHAGE DES CATEGORIES ----------------*/
 .categ{
  background-color:#dbcfbc;
  padding:5px;}

 .categcont{
  background-color:#e0d7c9;
  padding:5px;
  border:1px solid #a19787;
  height:100px;
  overflow:auto;}
.statistiques{
border:0px;
background-repeat: no-repeat;
background-position: center;
height:200px;}

.groupes{
-moz-border-radius : 8px 8px 8px 8px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:center;
text-decoration: none !important;}
.qeel
{
width: 650px;
height: 238px;
  margin: auto;
}



.avatar_mess
{
  display: block;
  width: 125px;
  height: 125px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
  background: #d4c9bb;
  border: 1px solid #d4c9bb;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -htm-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  box-shadow: 0px 0px 1px #d4c9ba;
  -moz-box-shadow: 0px 0px 1px #d4c9ba;
  -o-box-shadow: 0px 0px 1px #d4c9ba;
  -htm-box-shadow: 0px 0px 1px #d4c9ba;
  -webkit-box-shadow: 0px 0px 1px #d4c9ba;
      transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.avatar_mess:hover
{
  margin-left: 5px;
  transform: rotate(5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -htm-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
      transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.profil_mess
{
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
  padding: 5px;
  overflow: auto;
  background: #f7eee4;
  color: #c5bea0;
  font-size: 11px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
      transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.profil_mess:hover
{
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=0,5);
      transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.pseudo_mess
{
  display: block;
  position: relative;
  z-index: 2;
  width: 150px;
  margin-top: 5px;
  margin-left: 15px;
  text-align: left;
  font-size: 10px;
  font-family: tahoma;
  font-weight: bold;
  text-shadow: 0px 0px 3px #c5bea0;
  background: #f7eee4;
  padding-top: 5px;
  border-left: 0px solid #d5cabc;
  border-right: 0px solid #d5cabc;
  border-top: 0px solid #d5cabc;
  border-bottom: 0px solid #d5cabc;
  box-shadow: 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px #000000;
  -o-box-shadow: 0px 0px 0px #000000;
  -htm-box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
}


Dernière édition par Hinndy le Mar 8 Jan 2013 - 22:14, édité 1 fois
Hinndy

Hinndy
***

Féminin
Messages : 115
Inscrit(e) le : 30/09/2009

http://boulevard.forums-actifs.com/
Hinndy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Les rangs n'apparaissent pas

Message par Matriochka Mar 8 Jan 2013 - 16:47

Bonjour,

Je ne vois rien de particulier dans ton CSS. Vérifie si tu as bien les variables suivantes dans ton template viewtopic_body :
{postrow.displayed.POSTER_RANK} et {postrow.displayed.RANK_IMAGE}
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Les rangs n'apparaissent pas

Message par Hinndy Mar 8 Jan 2013 - 18:30

Bonsoir,

merci de ta réponse

non je n'ai pas cet élément dans mon template, à quel endroit dois-je le rajouter ?

Merci d'avance !
Hinndy

Hinndy
***

Féminin
Messages : 115
Inscrit(e) le : 30/09/2009

http://boulevard.forums-actifs.com/
Hinndy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Les rangs n'apparaissent pas

Message par Matriochka Mar 8 Jan 2013 - 18:32

Si tu veux les rangs au-dessus de ton avatar, place-les au-dessus de {postrow.displayed.POSTER_AVATAR}, sinon, en-dessous Smile
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Les rangs n'apparaissent pas

Message par Hinndy Mar 8 Jan 2013 - 18:55

Merci, ça marche Smile

Par hasard, aurais-tu le code html qui me permette de modifier la taille de la police et la couleur ? Embarassed
je sais que j'en demande beaucoup, sorry :s
Hinndy

Hinndy
***

Féminin
Messages : 115
Inscrit(e) le : 30/09/2009

http://boulevard.forums-actifs.com/
Hinndy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Les rangs n'apparaissent pas

Message par Matriochka Mar 8 Jan 2013 - 19:15

Y’a pas de souci, t’inquiète pas Wink

Remplace cette variable : {postrow.displayed.POSTER_RANK}

Par :
Code:
<span style="font-family:Police;color:#000000;"> {postrow.displayed.POSTER_RANK} </span>
remplace "Police" par la police de ton choix et "#000000" (noir) par la couleur que tu veux Smile
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Les rangs n'apparaissent pas

Message par Hinndy Mar 8 Jan 2013 - 20:05

C'est parfait, ça marche très bien Smile
encore merci pour ton aide précieuse !
c'est un bonheur de voir une telle communauté d'entre-aide!
Hinndy

Hinndy
***

Féminin
Messages : 115
Inscrit(e) le : 30/09/2009

http://boulevard.forums-actifs.com/
Hinndy a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut


Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum