Problème avec l'avatar du dernier posteur

2 participants

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

Résolu Problème avec l'avatar du dernier posteur

Message par gaellecathleen Mer 6 Avr 2016 - 13:07

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Mozilla Firefox, Google Chrome, Internet Explorer
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Tous les utilisateurs
Lien du forum : http://forumtestepoison.forumactif.be/

Description du problème

C'est encore moi *-*
Voilà, j'ai un soucis avec l'avatar du dernier posteur, j'aimerais que celui-ci se positionne entre le bloc de description et le bloc de statistique. J'ai essayé quelques codes sans succès :/ Du coup, voici le CSS et le tamplate.

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>
      <!-- **** Début des modifications effectuées par
                ****** Phantasmagoria*** -->

<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->

 <table class="modifcat" width="100%" border="0" cellspacing="0" cellpadding="0">
<div class="catégoz" align="center">{catrow.tablehead.L_FORUM}</div>
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <tr>
          <!-- END cathead -->
      <!-- BEGIN forumrow -->
      <!-- BEGIN inc -->
            <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
            <!-- END inc -->

            <td align="left" valign="top">
<div class="fondglobal02">
              <table width="100%" cellpadding="5" cellspacing="0">

<tr><td valign="top" align="left" style="margin-bottom: -20px;">
  <div class="forumtitre">
                 
    <a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div></td>

                    <td valign="top" align="right" colspan="2">
                   
                      <div class="image_cat"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
                     
                </td></tr>
                <tr><td><align="center" valign="top">

          <div class="statdescrip">

                                    <div class="descrip_bloc"><span class="genmed"> {catrow.forumrow.FORUM_DESC}</span>
                                   
                              </div>
                          </div>
                     


</td>
                  <td align="center" valign="top">
                                  <div class="stat_general">
                      <span class="genmed"><div class="stat1">
                        Sujets {catrow.forumrow.TOPICS} | Messages {catrow.forumrow.POSTS}</div></span>
                                    <div id="lastpost" class="gensmall clickinfopost">{catrow.forumrow.LAST_POST}</div>
        </div>
        <div class="lastpost-avatar-container infopost">
          <div class="lastpost-avatar"><!-- BEGIN avatar -->{catrow.forumrow.avatar.LAST_POST_AVATAR}<!-- END avatar --></div>
        </div>

                                  </div>
                    </td>
             
                  <td align="center" valign="middle">
                    <div class="sousfofo">
                                      <span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span>
        <script type="text/javascript">
        jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
  </script></div></td>
           
           

 
        </tr>
</table>
</td></tr>

        <!-- *******Fin des modifications par Phantasmagoria ******
                    ********* Toute reproduction complète
                    ******* ou partielle est prohibée ****** -->
   
  <!-- 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 -->

Code:
 /*********** CODE DES CATEGORIES ********/
.modifcat {
background-color: #e6ff8d;
border-bottom: 2px solid #c5e34c;
border-radius: 0px 0px 20px 20px;
-webkit-border-radius-: 20px; width: 750px;}

.catégoz { background-color: #e6ff8d;
 margin-bottom: -10px;; height: 50px; margin-top:5px; padding-top: -10px;
border-radius: 20px 20px 0px 0px;
-webkit-border-radius: 20px 20px 0px 0px;
    border-top: 2px solid #9ce5f3; width: 750px;}

.catégoz h2 { font-size: 17px; font-family: Helvari; text-shadow: 1px 1px 2px #fff;
text-transform: uppercase; color: #09aafc; letter-spacing: -1px;}

.forumtitre{text-align:center;}

.statdescrip {
background-color: #f9ffff;
padding: 5px; border-solid: 0px;
-webkit-border-solid: 0px;}

.image_cat { margin-bottom: -10px; margin-right: 4px;}

.descrip_bloc {
width: 380px;
height:70px;
overflow: auto;
text-align: justify;
font-family: 'Yanone Kaffeesatz';
color: #fff; font-size: 09px;}

.stat_general {
background-color: #f9ffff;
padding: 5px;
height:70px; width: 180px; font-size: 9px; border-radius: 10px;
-webkit-border-radius: 10px;}

.stat1 {
padding: 1px;
  border-bottom: 1px #f1e5a2 dashed; }

.forumdesc1 {
text-align: center;
padding: 5px; border-solid: 10px;
-webkit-border-solid: 10px;
    }

.sousfofo {
background-color: #f9ffff;
padding: 5px; text-transform : uppercase;
height:70px; width: 130px; overflow: auto;
  font-family: 'KenyanCoffee';
    font-size: 9px;
 -webkit-transition: all 1s ease; /* pour navigateur webkit */
-moz-transition: all 1s ease; /* pour navigateur mozilla */
-o-transition: all 1s ease; /* pour navigateur opera */
transition: all 1s ease; /* pour les navigateurs récents */ border-solid: 1px;
-webkit-border-solid: 1px; }

.sousfofo a {
color: #a9a6a7;
padding: 2px;
text-decoration: none; text-transform : uppercase;
  font-family: 'KenyanCoffee';
    font-size: 9px;
 -webkit-transition: all 1s ease; /* pour navigateur webkit */
-moz-transition: all 1s ease; /* pour navigateur mozilla */
-o-transition: all 1s ease; /* pour navigateur opera */
transition: all 1s ease; /* pour les navigateurs récents */ }

.sousfofo a:hover {
color: #3396da;
padding: 2px;
text-decoration: none; text-transform : uppercase;
  font-family: 'KenyanCoffee';
    font-size: 9px;
 -webkit-transition: all 1s ease; /* pour navigateur webkit */
-moz-transition: all 1s ease; /* pour navigateur mozilla */
-o-transition: all 1s ease; /* pour navigateur opera */
transition: all 1s ease; /* pour les navigateurs récents */
text-align: justify;}

.forumtitre a {
 display:inline-block;
font-size: 25px;
color: #fe668a; margin-bottom: -22px;
text-align:left;
font-family: 'KenyanCoffee'sans-serif;
-moz-transition: all 1s;
-o-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
letter-spacing: -1px;}


/* Personnalisation titre - lien survolé */
.forumtitre  a:hover, .forumtitre  a:active {
color:#d1cb00;
font-size: 20px;
text-decoration: none;
font-family: 'KenyanCoffee', cursive;
letter-spacing: 1px;}



            /************** FIN DES CODES ********************/


.lastpost-avatar {
    float: left;
    padding: 2px;
    }
    .lastpost-avatar img {
    width: 40px;
    height: 50px;
    border-solid: 0px;
    -moz-border-solid: 0px;
    -webkit-border-solid: 0px;
    }


Dernière édition par gaellecathleen le Jeu 14 Avr 2016 - 9:23, édité 1 fois
avatar

gaellecathleen
**

Messages : 73
Inscrit(e) le : 06/05/2012

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

Résolu Re: Problème avec l'avatar du dernier posteur

Message par MlleAlys Mer 13 Avr 2016 - 22:46

Ce sujet est résolu depuis celui-ci non ? https://forum.forumactif.com/t385514-sous-forum-en-hover
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

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

Résolu Re: Problème avec l'avatar du dernier posteur

Message par gaellecathleen Jeu 14 Avr 2016 - 9:23

Oui, désolé, j'avais oublié de le mettre en résolut Smile voilà qui est fait Smile
avatar

gaellecathleen
**

Messages : 73
Inscrit(e) le : 06/05/2012

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

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

- Sujets similaires

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