Le Deal du moment : -50%
-50% Baskets Nike Dunk Low
Voir le deal
64.99 €

Commande de template - Catégories

Commande de template - Catégories Empty Jeu 3 Mar - 13:23
Bonjour à vous, ayant précédemment passé une commande et étant plus que satisfaite du résultat, je reviens vers vous avec un template de catégorie que je n'arrive pas à faire moi même (ce n'est pas faute d'avoir mainte fois essayé).

Largeur maximale : 900px ou bien 980px maximum.
Hauteur maximale : auto
Schéma : https://i.imgur.com/01EILs8.png
Éléments : X
Images : X
Animations : Ajouter l'avatar du posteur à gauche de l'image new/old/lock et à droite du dernier message si possible (mais c'est facultatif s'il n'y a pas la place), en 50x50px.
Informations supplémentaires : Il faudrait que les images de description puisse avoir l'height en auto et non pas limité.

Si besoin d'informations complémentaires n'hésitez pas à me le faire savoir !
En vous remerciant par avance et en vous souhaitant une excellente journée.

Glaucophane.
Revenir en haut Aller en bas
Commande de template - Catégories Empty Jeu 3 Mar - 21:17
Remplacer l'intégralité du template index_box par :
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 -->
    <div class="tleCAT">{catrow.tablehead.L_FORUM}</div>
 <br clear="all" />
    <!-- END tablehead -->

    <!-- BEGIN cathead -->
    <!-- END cathead -->
   
    <!-- BEGIN forumrow -->
    <div class="blocFRM"><div class="FRM"><div class="tleFRM"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div><div class="descFRM">{catrow.forumrow.FORUM_DESC}</div><div class="sfFRM">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div><div class="nbFRM">{catrow.forumrow.TOPICS}</div><div class="nbIIFRM">{catrow.forumrow.POSTS}</div><div class="lmsgFRM">{catrow.forumrow.LAST_POST}</div><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" class="imgFRM" /></div></div>
    <!-- END forumrow -->
   
    <!-- BEGIN catfoot -->
    <!-- END catfoot -->
    <!-- BEGIN tablefoot -->
 <br clear="all" />
    <!-- END tablefoot --><!-- END catrow -->

Partie CSS :
Code:
/* CADRE TITRE CATEGORIES */
.tleCAT{
margin:10px auto -10px;
width:880px; height:75px; padding:6px;
text-align:center; border:1px solid;
background:white; border-color:grey;/* MODIFIABLE */
}
/* TITRE CATEGORIES */
.tleCAT h2{
margin-top:0;
width:880px; height:55px; padding-top:20px;
font-size:32px; text-transform:uppercase; letter-spacing:3px;
background:url(); font-family:Arial; color:white; /* MODIFIABLE */
}
/* BLOC FORUMS */
.blocFRM {
width:900px; margin:auto; text-align:center;
}
/* BLOC FORUM */
.FRM {
float:left; margin:4px;
width:280px; padding:5px; border:1px solid;
background:white; border-color:grey; /* MODIFIABLE */
}
/* TITRE FORUM */
.tleFRM {
display:inline-block; vertical-align:top;
width:265px; padding:10px 15px 10px 0;
text-transform:uppercase; text-align:right;
background:black; /* MODIFIABLE */
}
.tleFRM a{
color:white !important; /* MODIFIABLE */
}
/* DESCRIPTION FORUM */
.descFRM {
width:280px; height:80px; overflow:auto;
font-size:9px; text-align:justify;
color:black; /* MODIFIABLE */
}
/* IMAGE DESCRIPTIVE FORUM */
.descFRM img {
width:100%; margin-bottom:5px;
}
/* SOUS-FORUMS */
.sfFRM {
margin-bottom:5px;
width:270px; height:10px; padding:5px; overflow:auto;
text-align:left; text-transform:uppercase; font-size:9px;
background:#ccc;  /* MODIFIABLE */
}
/* LIEN SOUS-FORUMS */
.sfFRM a{
font-size:9px; color:black !important; /* MODIFIABLE */
}
/* BLOC DERNIER MESSAGE FORUM */
.lmsgFRM {
display:inline-block; vertical-align:top; margin-left:5px;
width:100px; height:43px; padding:2px 0 0 5px; overflow:hidden;
text-align:left; font-size:9px; line-height:10px;
color:black; /* MODIFIABLE */
}
/* TAILLE PSEUDONYME DERNIER POSTEUR FORUM */
.lmsgFRM .gensmall {
font-size:9px; /* MODIFIABLE */
}
/* NOMBRE SUJETS FORUM */
.nbFRM {
display:inline-block; vertical-align:top;
width:45px; height:30px; padding-top:15px;
font-size:10px; text-transform:uppercase; text-align:center;
background:rgba(0,0,0,0.8); color:white; /* MODIFIABLE */
}
/* NOMBRE MESSAGES FORUM */
.nbIIFRM {
display:inline-block; vertical-align:top; margin-left:5px;
width:45px; height:30px; padding-top:15px;
font-size:10px; text-transform:uppercase; text-align:center;
background:rgba(0,0,0,0.6); color:white; /* MODIFIABLE */
}
/* ICÔNES FORUM */
.imgFRM{
display:inline-block; vertical-align:top; margin-left:5px;
width:70px; height:45px;
}

Largeur du forum : 900px
Images catégories : 880*75
Icônes du forum : 70*45


Instructions :
Commande de template - Catégories IMGDESC
Revenir en haut Aller en bas
Commande de template - Catégories Empty Jeu 3 Mar - 23:23
Bonsoir,
comme d'habitude, c'est parfait je n'ai rien à redire.
Encore merci !
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum