Dernier message a droite

2 participants

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

Résolu Dernier message a droite

Message par Satsu Black Dim 5 Fév 2012 - 9:50

Bonjour!
J'ai utilisé un code pour faire un jolie tableau pour les infos de derniers messages mais le code mettais le tableau a gauche du forum, moi je le préférerais a droite comme l'image ici:

Ce que j'aimerai:

Ce que j'ai pour l'instant:

Voila Mon Template modifié:
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>
      
   </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%">
                 <table width="100%"><tbody><tr><td><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}></td>  </tr></tbody></table>
      </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}" />
                     
<table class="case_stats" cellpadding="0" cellspacing="0">

         
  <tr>  <td class="dernier_msg"><p>{catrow.forumrow.LAST_POST}</p></td>
            </tr>
            <tr>
              <td class="stats_forum"><p> {catrow.forumrow.POSTS} Dialogues | {catrow.forumrow.TOPICS} Quêtes </p></td>
            </tr>
        </table>
                 
      <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 -->
            <div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
         </span>
      
      </td>
      
      
   <!-- 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 CSS:
Code:

#kaboum .row1 {
                background-color : transparent;
  font-family: times new roman;
  font-size:12px;
                }
        #baboum .row1 {
                background-color : transparent;
  font-family: times new roman;
  font-size:12px;
                }

.opac{
            opacity : 0.60;
            -moz-opacity : 0.60; 
            -ms-filter: "alpha(opacity=10)"; /* IE 8 */
            filter : alpha(opacity=10); /* IE < 8 */
        }
       
        .opac:hover{
            opacity : 1.95;
              -moz-opacity : 01.95;
              -ms-filter: "alpha(opacity=10)"; /* IE 8 */
              filter : alpha(opacity=10); /* IE < 8 */
        }
       
.forumline {
        opacity: 1.00;
        -moz-border-radius:11px;
        -webkit-border-radius:11px;
        -ô-border-radius:11px;
        -khtml-border-radius:11px;
        border-radius:11px;
        border: 1px dashed #000000;
        } 


.bodyline{
  padding-left:2px;
  padding-right:2px;
        border-left: solid 3px #1A1A1A ;
        border-right: solid 3px #1A1A1A ;
  -moz-border-radius: 18px 18px 18px 18px;
       
        -moz-box-shadow: 0px 0px 30px #000000;
          box-shadow: 0px 0px 30px #000000;
        -webkit-box-shadow: 0px 0px 30px #000000;
        }






table.case_stats{
  width:162px; /* largeur */
  height:0px; /* La hauteur */
  margin:left; /* on centre */
  }

table.case_stats td.dernier_msg{
  background-image:url('http://img15.hostingpics.net/pics/458973161.png');
  background-position: left top;
  background-repeat:no-repeat;
  padding-left:2px;
  padding-right:5px; /* Je déclasse du bord droit de 60px à gauche de ma pate */
  padding-top:5px;
  height:90px; /* mon image fait 85px de haut, mais comme j'ajoute 10px de remplissage, j'impose à ma case une hauteur = hauteur de mon image - padding top */
  }

table.case_stats td.stats_forum{
  background-image:url('http://img15.hostingpics.net/pics/883959142.png');
  background-position: left bottom;
  background-repeat:no-repeat;
  padding-left:2px;
  padding-right:2px;
  }



table.case_stats td.dernier_msg p{
  color:#D15191;
  width:130px; /*la largeur de mon bloc moins la largeur de ma pate */
  padding:0;
  margin:0;
  margin-left:5px; /* Je décalle un peu par rapport aux bords gauche pour éviter que mon texte ne soit en dehors de mon cadre */
  font-size:12px;
  text-align: center;
  }
 
table.case_stats td.dernier_msg p a{
  text-decoration:none;
  color:white;
  }
 
table.case_stats td.dernier_msg p a:hover{
  text-decoration:none;
  }


table.case_stats td.stats_forum p{
  color:pink;
  width:160px; /*la largeur de mon bloc moins quelques px */
  margin-left:5px;
  font-size:10px;
  font-weight:bold;
  text-align:left;
  padding:0;
  }


.nav img {
        display : none;
        }






 
         

.infobulle_qeel{position: relative;z-index: 0;}
.infobulle_qeel:hover{background-color: transparent;z-index: 50;}
.infobulle_qeel span{
position: absolute;
background-image:url(http://i48.servimg.com/u/f48/15/58/71/95/sans_t12.jpg);
padding: 5px;
left: -5000px;
visibility: hidden;
color: #000;}

.infobulle_qeel span img{border: 1px;padding: 5px;}

        .infobulle_qeel:hover span{
        visibility: visible;
        top: 3px;/*placement par rapport au bord haut de l'image*/
        left: 110px;/*placement par rapport au bord gauche de l'image*/
        right:70px
        width: 300px ;/*largeur*/
    height:190px;
        color:#CAD5DE;/*couleur d"écriture*/
        border:1px dashed white;/*apparence des contours*/
        -moz-border-radius: 12px;
        -webkit-border-radius: 20px;/arrondis*/
        border-radius: 12px;
  overflow:auto;}





 .infobulle{position: relative;z-index: 0;}
.infobulle:hover{background-color: transparent;z-index: 50;}
.infobulle span{
position: absolute;
 background-image:url('http://i48.servimg.com/u/f48/15/58/71/95/sans_t14.jpg');
padding: 5px;
left: -1000px;
visibility: hidden;
color: #000;}

.infobulle span img{border: 1px;padding: 5px;}

        .infobulle:hover span{
        visibility: visible;
        top: 20px;/*placement par rapport au bord haut de l'image*/
        left: 48px;/*placement par rapport au bord gauche de l'image*/
        right:50px
        width: 150px ;/*largeur*/
        color:#CAD5DE;/*couleur d"écriture*/
        border: 1px dotted #CAD5DE;/*apparence des contours*/
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;/arrondis*/
        border-radius: 12px;}



     
     
     
     
     
        .qeel {
                background-image : url("http://img15.hostingpics.net/pics/564030Online.png");
                background-repeat : no-repeat;
        text-align:left}
     
     
               
     
 
     
       
     
     
        a { text-decoration: none; }
     
     
        #i_icon_mini_index{
          background-image:url('http://img11.hostingpics.net/pics/745672Forumoff.png');
          width:69px;
          height:40px;
        }
        #i_icon_mini_index:hover{
          background-image:url('http://img11.hostingpics.net/pics/832649Forumon.png');
          width:69px;
          height:40px;
        }
     
        #i_icon_mini_faq{
          background-image:url('http://img11.hostingpics.net/pics/423896FAQOFF.png');
          width:53px;
          height:40px;
        }
        #i_icon_mini_faq:hover{
          background-image:url('http://img11.hostingpics.net/pics/513342FAQOn.png');
          width:53px;
          height:40px;
        }
        #i_icon_mini_search{
          background-image:url('http://img11.hostingpics.net/pics/598767rechercheoff.png');
          width:101px;
          height:40px;
        }
        #i_icon_mini_search:hover{
          background-image:url('http://img11.hostingpics.net/pics/394170rechercheon.png');
          width:101px;
          height:40px;
        }
        #i_icon_mini_members{
          background-image:url('http://img11.hostingpics.net/pics/498588membresoff.png');
          width:90px;
          height:40px;
        }
        #i_icon_mini_members:hover{
          background-image:url('http://img11.hostingpics.net/pics/418108membreson.png');
          width:90px;
          height:40px;
        }
     
        #i_icon_mini_groups{
          background-image:url('http://img11.hostingpics.net/pics/618424groupesoff.png');
          width:85px;
          height:40px;
        }
        #i_icon_mini_groups:hover{
          background-image:url('http://img11.hostingpics.net/pics/243767groupeson.png');
          width:85px;
          height:40px;
        }
        #i_icon_mini_profile{
          background-image:url('http://img11.hostingpics.net/pics/859515profiloff.png');
          width:61px;
          height:40px;
        }
        #i_icon_mini_profile:hover{
          background-image:url('http://img11.hostingpics.net/pics/420580profilon.png');
          width:61px;
          height:40px;
        }
        #i_icon_mini_message{
          background-image:url('http://img11.hostingpics.net/pics/227636mpoff.png');
          width:45px;
          height:40px;
        }
        #i_icon_mini_message:hover{
          background-image:url('http://img11.hostingpics.net/pics/603386mpon.png');
          width:45px;
          height:40px;
        }
        #i_icon_mini_new_message{
          background-image:url('http://img11.hostingpics.net/pics/911689Newmp.gif');
          width:89px;
          height:48px;
        }
        #i_icon_mini_new_message:hover{
          background-image:url('http://img11.hostingpics.net/pics/911689Newmp.gif');
          width:89px;
          height:48px;
        }
        #i_icon_mini_login{
          background-image:url('http://img11.hostingpics.net/pics/798645connexionoff.png');
          width:103px;
          height:40px;
        }
        #i_icon_mini_login:hover{
          background-image:url('http://img11.hostingpics.net/pics/491072connexionon.png');
          width:103px;
          height:40px;
        }
     
     
        #i_icon_mini_logout{
          background-image:url('http://img15.hostingpics.net/pics/487077dconnexionoff.png');
          width:123px;
          height:40px;
        }
        #i_icon_mini_logout:hover{
          background-image:url('http://img15.hostingpics.net/pics/671088dconnexionon.png');
          width:123px;
          height:40px;
        }
     
        #i_icon_mini_register{
          background-image:url('http://img15.hostingpics.net/pics/939674incrivezvous.gif');
          width:141px;
          height:40px;
        }
        #i_icon_mini_register:hover{
          background-image:url('http://img15.hostingpics.net/pics/939674incrivezvous.gif');
          width:141px;
          height:40px;
        }
     
     
     
        .truc{
        border: 2px solid white;
        -moz-border-radius: 5px;
}
     
        .machin{
        font-size: 15px;
        font-style: italic;
        font-family: Times New Roman;
        text-shadow: grey 2px 2px 2px;

        }

     
a.forumlink {
                        text-decoration: none!important;
                        border-bottom: 3px solid #6F98AD;                             
                        -moz-border-radius-bottomleft: 15px ;
                        -moz-border-radius-bottomright: 15px;
                        display:block;
                        width:500px;
                        height:25px;
                      margin:auto;
        font-size: 20px;
        font-family: Times New roman;
        text-decoration: blink;
     
                        }
           
     
                a.forumlink:hover {
                        text-decoration: none !important;
                        border-bottom:3px solid #93B7C9;
                        -moz-border-radius-bottomleft: 15px ;
                        -moz-border-radius-bottomright: 15px;
                        display:block;
                        width:500px;
                        height:25px;
        font-size: 20px;
        font-family: Times New roman;
        text-shadow: white 1px 1px 2px;
     
     
                    }

     
               
     
      .mon_onglet{
          float: left;
          padding: 2px 20px;
          margin-right: 15px;
          color: #FFFFFF;
          background: #BECAD4;
          border: 1px solid #BECAD4;
 
  -moz-border-radius-topright: 15px ;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-bottomleft: 0px ;
        -moz-border-radius-bottomright: 0px;
 
          cursor: pointer;
          margin-bottom: -1px;
          list-style: none;
 
font-size: 15px;
font-family: Times New roman;
Texte-align: left;
        }
 
 
 
        .mon_onglet:hover{
          background: #FFFFFF;
 
  -moz-border-radius-topright: 15px ;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-bottomleft: 0px ;
        -moz-border-radius-bottomright: 0px;
 
font-size: 15px;
font-family: Times New roman;
 
 
 
        }     
        .mon_onglet_selected{
          float: left;
          padding: 2px 20px;
          margin-right: 10px;
          color: #FFFFFF;
          background: #BECAD4;
 
  -moz-border-radius-topright: 15px ;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-bottomleft: 0px ;
        -moz-border-radius-bottomright: 0px;
 
          border-top: 1px solid #BECAD4;
          border-right: 1px solid #BECAD4;
          border-left: 1px solid #BECAD4;
          border-bottom: 1px solid #BECAD4;
          cursor: pointer;
          margin-bottom: -1px;
          list-style: none;}       
        .clear{
          clear: both;
 
 
font-size: 15px;
font-family: Times New roman;
 
        }
        .mon_contenu{
          color: #FFFFFF;
          background: #BECAD4;
          border: 1px solid #BECAD4;
          padding: 10px;
          line-height: normal;
          font-size: 11px;}
 
        #mes_contenus, #mes_onglets{
          width: 700px;
          margin: auto;
font-size: 15px;
font-family: Times New roman;
}
     
     
     
     
              .qeel .row1 {
        background-color : transparent;
        }
     
               
        .forum-sousforum {
              border: 3px solid white;
              border-top: 0px !important;
              -moz-border-radius-bottomleft: 14px;
              -moz-border-radius-bottomright: 14px;
              -webkit-border-bottom-right-radius: 14px;
              -webkit-border-bottom-left-radius: 14px;
              border-bottom-right-radius: 14px;
              border-bottom-left-radius: 14px;
              margin: auto;
              padding: 4px;
              width: 70%;
              text-align: center;
             
              font-size: 11px;
              margin-top: -17px;
              margin-bottom : 10px;
        }
        /* couleur liens sous-forums */
        .forum-sousforum a {
              color: white;
        }
        /* couleur liens sous-forums au survol */
        .forum-sousforum a:hover {
              color: white;
        }


        .secondarytitle{   
              -moz-border-radius-topleft: 14px;
              -moz-border-radius-topright: 14px;
              -webkit-border-top-right-radius: 14px;
              -webkit-border-top-left-radius: 14px;
              border-top-right-radius: 14px;
              border-top-left-radius: 14px;}
       
        .forumline{ border: 1px dashed #fff;
              -moz-border-radius: 14px;
              -webkit-border-radius: 14px;
              border-radius: 14px;}
       
        .titresfora{
              text-align: center;}
       
        .categories{
              text-align: center;}
       
        /*--- Cette partie correspond à la description du forum ---*/
        .forum-description {
              margin: auto;
              padding: 10px;
              color: #000000;
              width: 90%;
              border: 2px solid #fff;
              -moz-border-radius: 14px;
              -webkit-border-radius: 14px;
              border-radius: 14px;
              font-size: 12px;}
       
        /*--- Cette partie correspond à l'onglet "X messages dans X sujets" ---*/
        .forum-stats {
              -moz-border-radius: 20px;
              webkit-border-radius: 20px;
              border-radius: 20px;
              border: 1px solid #fff;
              padding: 3px;
              text-align: center;}
       
        /*--- Cette partie correspond à l'affichage des sous-forums ---*/
        .forum-sousforum {
              font-variant: small-caps;
              text-align: center;}

.qeel .row1 {
        background-color : transparent;
        }

Merci de votre Aide!


Dernière édition par Satsu Black le Dim 5 Fév 2012 - 11:15, édité 1 fois
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Dernier message a droite

Message par SoraNoHime Dim 5 Fév 2012 - 10:10

Bonjour

déjà vous avez une petite erreur dans votre code, dans :
Code:
<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>

vos gensmall" " on un " de trop

ensuite. Repérez dans votre template :
Code:
<table class="case_stats" cellpadding="0" cellspacing="0">
 
       
  <tr>  <td class="dernier_msg"><p>{catrow.forumrow.LAST_POST}</p></td>
            </tr>
            <tr>
              <td class="stats_forum"><p> {catrow.forumrow.POSTS} Dialogues | {catrow.forumrow.TOPICS} Quêtes </p></td>
            </tr>
        </table>
supprimez le puis repérez :
Code:
 <div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
        </span>
     
      </td>
derrière cette ligne mettez :
Code:

      <td class="row3" align="center" valign="middle" height="50"><table class="case_stats" cellpadding="0" cellspacing="0">
 
       
  <tr>  <td class="dernier_msg"><p>{catrow.forumrow.LAST_POST}</p></td>
            </tr>
            <tr>
              <td class="stats_forum"><p> {catrow.forumrow.POSTS} Dialogues | {catrow.forumrow.TOPICS} Quêtes </p></td>
            </tr>
        </table></td>

Enfin repérez :
Code:
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
et remplacez le par :
Code:
<th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Dernier message a droite

Message par Satsu Black Dim 5 Fév 2012 - 10:30

J'ai suivit vos indications et voila le résultat

résultat:

Les derniers messages se retrouvent bien a droite mais ils sont décalés et prennent toute la place! les new no new ne sont pas a leur place habituel aussi ><
Merci de votre patience!
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Dernier message a droite

Message par SoraNoHime Dim 5 Fév 2012 - 10:33

Voici pour ma part ce que j'obtiens : sur mon forum test

Pouvez-vous me fournir votre template nouvellement modifié par mes indications ?
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Dernier message a droite

Message par Satsu Black Dim 5 Fév 2012 - 10:40

C'est ce que je souhaite! le voici:

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="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </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%">
                 <table width="100%"><tbody><tr><td><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}></td>  </tr></tbody></table>
      </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}" />
                     
<table class="case_stats" cellpadding="0" cellspacing="0">

         

                 
      <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 -->
            <div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
         </span>
      
      </td>
              <td class="row3" align="center" valign="middle" height="50"><table class="case_stats" cellpadding="0" cellspacing="0">
       
             
          <tr>  <td class="dernier_msg"><p>{catrow.forumrow.LAST_POST}</p></td>
                    </tr>
                    <tr>
                      <td class="stats_forum"><p> {catrow.forumrow.POSTS} Dialogues | {catrow.forumrow.TOPICS} Quêtes </p></td>
                    </tr>
                </table></td>



      
   <!-- 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 -->

merci!
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Dernier message a droite

Message par SoraNoHime Dim 5 Fév 2012 - 10:46

Code:
<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}" />
                   
<table class="case_stats" cellpadding="0" cellspacing="0">

ici vous avez oublié d'enlever
Code:
<table class="case_stats" cellpadding="0" cellspacing="0">
d'ou votre décalage ^^
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Dernier message a droite

Message par Satsu Black Dim 5 Fév 2012 - 11:05

Merci sa marche! par contre du coup comme la colonne dernier message a été supprimer sa fait un carré vide très peu esthétique est-ce qu'il existe un code pour y remédier? ou je vais devoir m'arranger avec les images du forum?

Spoiler:

Merci pour le reste en tout cas!
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Dernier message a droite

Message par SoraNoHime Dim 5 Fév 2012 - 11:10

Mettez votre forum sur structure et hiérarchie en moyen, en séparant les catégories de l'index ^^ Vous devriez obtenir l'effet voulu
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Dernier message a droite

Message par Satsu Black Dim 5 Fév 2012 - 11:15

ok merci beaucoup!
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black 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