Modification ou commande ?

Modification ou commande ? Empty Sam 8 Avr - 16:59
Bonjour, bonjour.

Je me tourne de nouveau vers vous pour une requête que je ne sais pas vraiment comment formuler, il me faut l'avouer.

En effet, j'aimerais changer le design de mon forum et me suis tournée naturellement vers vos LS, ceux concernant les template de l'affichage des catégories. L'un d'eux m'a plus mais j'aurais voulu savoir si il était possible de le modifier pour changer la place de l'affichage des sous forum et de l'avatar du dernier posteur.

Si je ne sais comment je dois appeler cette demande, c'est parce que j'ai peur qu'elle ne s'apparente plus à une commande (que je sais fermées) qu'à une modification simple.
Je préfère donc, avant de vous exposer plus clairement ma demande (schéma) à l'appui, vous demander l'autorisation de le faire.

Vous remerciant de nouveau pour votre travail.
Bonne journée !

Revenir en haut Aller en bas
Modification ou commande ? Empty Sam 8 Avr - 21:49
Bonsoir,

Autorisation accordée.
Revenir en haut Aller en bas
Modification ou commande ? Empty Sam 8 Avr - 23:19
Bonsoir,

D'abord, merci beaucoup !
Ensuite, ma demande un peu étrange, inspiré de ce LS si :
Modification ou commande ? TCAT49

Si possible la transformer ainsi :
Modification ou commande ? 363002Sanstitre

Le fond noir remplaçable par une image qui prendrais donc toute la largeur.
Et si possible, dans la partie "dernier message", faire apparaître l'avatar du dernier posteur.

L'affaire demandera peut-être trop de temps et au vu de la modification assez importante, je comprendrais parfaitement un refus de votre part.

En vous souhaitant une bonne soirée.
Revenir en haut Aller en bas
Modification ou commande ? Empty Dim 9 Avr - 19:15
Remplacez l'intégralité du template index_box par :
Code:
<table width="800px" border="0" cellspacing="0" 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>
 <!-- END tablehead -->
   
        <!-- BEGIN cathead -->
        <!-- END cathead -->
   
        <!-- BEGIN forumrow -->
      <div id="FRM"><div class="FRM"><div class="sfFRM">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div><div class="boxFRM"><div class="tleFRM"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div><div class="boxIIFRM"><div class="nbFRM"><div>{catrow.forumrow.TOPICS}</div><div>{catrow.forumrow.POSTS}</div></div><div id="descFRM">{catrow.forumrow.FORUM_DESC}</div></div></div><div class="triFRM"></div><div class="lmsgFRM"><div>{catrow.forumrow.LAST_POST}</div></div><img class="imgFRM" src="{catrow.forumrow.FORUM_FOLDER_IMG}" /></div></div>
        <!-- END forumrow -->
   
        <!-- BEGIN catfoot -->
        <!-- BEGIN inc -->
        <!-- END inc -->
        <!-- END catfoot -->
        <!-- BEGIN tablefoot -->
        <!-- END tablefoot --><!-- END catrow -->

Partie CSS :
Code:
/* BLOC TITRE CATEGORIE */
.tleCAT{
margin:5px auto;
width:800px; padding:20px 0; text-align:center;
background:#191919; /* MODIFIABLE */
}
/* TITRE CATEGORIE */
.tleCAT h2{
margin:0;
font-size:42px; text-transform:uppercase; letter-spacing:3px;
font-family:Arial; color:white; /* MODIFIABLE */
}
/* BLOC FORUM */
#FRM {
margin:5px auto;
width:800px; height:160px; overflow:hidden; text-align:left;
background:#191919; /* MODIFIABLE */
}
.FRM {
position:relative;
width:800px; height:160px; overflow:hidden;
}
/* SOUS-FORUMS */
.sfFRM {
position:absolute; z-index:3; margin-left:15px; margin-top:15px;
width:150px; height:125px; overflow-y:hidden; color:rgba(0,0,0,0); line-height:0px;
}
.sfFRM:hover {
overflow-y:auto;
}
/* LIEN SOUS-FORUM */
.sfFRM a{
display:block; margin-bottom:5px; padding:5px;
background:white; color:black !important; /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; line-height:normal;
}
/* BLOC TITRE / NOMBRE SUJETS & MESSAGES / DESCRIPTION */
.boxFRM {
display:inline-block; vertical-align:top;
width:510px; height:125px; padding-top:25px; padding-left:180px;
text-align:center; text-transform:uppercase;
transition:all 0.55s linear; -webkit-transition:all 0.55s linear;
}
.boxFRM:hover {
height:135px; padding-top:15px;
}
/* TITRE ET SA BORDURE FORUM  */
.tleFRM a{
position:relative; z-index:3;
padding-bottom:5px; border-bottom:1px solid;
border-bottom-color:rgba(250,250,250,0.5); color:white !important; /* MODIFIABLE */
text-transform:uppercase; font-size:24px; font-family:Arial;
}
.boxIIFRM {
margin-top:15px; height:75px; overflow:hidden;
}
/* BLOC NOMBRE SUJETS & MESSAGES */
.nbFRM {
position:relative; z-index:3; display:inline-block; vertical-align:top;
width:300px; font-size:24px; text-align:center;
transition:all 0.55s linear; -webkit-transition:all 0.55s linear;
}
.nbFRM div {
display:inline-block; vertical-align:top; 
width:100px; height:40px; padding-top:10px;
}
.boxFRM:hover .nbFRM{
margin-top:-50px;
}
/* NOMBRE SUJETS FORUM */
.nbFRM div:nth-of-type(1){
background:#FEFEFE; color:black; /* MODIFIABLE */
}
/* NOMBRE MESSAGES FORUM */
.nbFRM div:nth-of-type(2){
margin-left:10px;
background:#CCC; color:black; /* MODIFIABLE */
}
/* BLOC DESCRIPTION FORUM */
#descFRM {
margin:auto; margin-top:25px;
width:450px; height:60px; text-align:left;
transition:all 0.55s linear; -webkit-transition:all 0.55s linear;
}
/* DESCRIPTION FORUM */
.descFRM {
margin:auto; position:relative; z-index:3;
width:450px; height:70px; padding-right:5px; overflow:auto;
color:white; /* MODIFIABLE */
font-size:10px; text-align:justify; text-transform:none;
}
/* IMAGE DESCRIPTIVE */
#descFRM img{
position:absolute; z-index:2; margin-top:-149px; margin-left:-210px;
width:730px; height:245px;
}
.boxFRM:hover #descFRM {
margin-top:0;
}
/* TRIANGLE DERNIER MESSAGE FORUM */
.triFRM {
position:absolute; z-index:5; margin-top:-85px; margin-left:713px; width:0; height:0;
border-style:solid; border-width:10px 17.3px 10px 0; border-color:transparent;
border-right-color:white; /* MODIFIABLE */
}
/* BLOC DERNIER MESSAGE FORUM */
.lmsgFRM {
position:relative; z-index:3; display:inline-block; vertical-align:top;
width:70px; height:150px;
}
/* DERNIER MESSAGE FORUM */
.lmsgFRM div{
margin-top:40px;
width:150px; height:50px; padding:10px 0; overflow:hidden;
font-size:10px; text-align:center; text-transform:uppercase;
background:white; color:black; /* MODIFIABLE */
transform:rotate(90deg); -webkit-transform:rotate(90deg);
}
/* COULEUR TITRE DERNIER SUJET FORUM */
.lmsgFRM a{
color:black !important; /* MODIFIABLE */
}
/* ICÔNES FORUM */
.imgFRM{
position:relative; z-index:5;
width:800px; height:10px;
}

Instructions :
Modification ou commande ? DIMGDESC

Taille des images descriptives : 730 * 245
Encadrer le texte descriptif des balises suivantes :

Code:
<div class="descFRM"> Texte descriptif </div>
Revenir en haut Aller en bas
Modification ou commande ? Empty Dim 9 Avr - 21:55
C'est parfait !
Merci beaucoup !
Bonne soirée à vous.
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum