Le Deal du moment : -24%
PC Portable Gaming 15.6″ Medion Erazer Deputy ...
Voir le deal
759.99 €

Modification catégorie

Modification catégorie Empty Dim 14 Aoû - 12:33
Bonjour,

Pour commencer, j'ai bien lu vos recommandation avant de poster, je ne suis pas certaine d'avoir bien tout saisit, si je fait une bêtise en postant, je m'en excuse d'avance.
J'ai installé sur mon forum en construction un LS de catégorie trouvé sur votre forum (dont je suis fan, au passage), j'aimerais y apporter une modification minime, mais malgré plusieurs essaie, je n'arrive à rien, ainsi, je me tourne vers vous.

Il s'agit de ce LS :



Installé sur ce forum : Eternal Drowsiness

J'aimerais, dans la mesure du possible, que le fond de la partie "dernier message", en noir sur mon forum, avec une image sur le LS, soit constitué de l'avatar du dernier posteur.

Je vous met mon template, à tout hasard :

Code:
<link href='https://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet' type='text/css'>
  
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
    <tr>
    <td valign="bottom">
    <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
    </td>


        <!-- BEGIN catrow --><!-- BEGIN tablehead -->
        <div class="topCAT"><div class="tleCAT">{catrow.tablehead.L_FORUM}</div></div>
        <!-- END tablehead -->

        <!-- BEGIN cathead -->
        <div class="topCAT"></div>
        <!-- END cathead -->
        
        <!-- BEGIN forumrow -->
        <div class="blocFRM"><div class="boxDESC"></div><div class="sfFRM"><div>{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div><span></span></div>
 <div class="boxFRM"><div class="tleFRM"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><div class="nbFRM">{catrow.forumrow.TOPICS} données dans {catrow.forumrow.POSTS} fichiers</div></div><div id="descFRM">{catrow.forumrow.FORUM_DESC}</div></div>
 <div class="lmsgFRM"><div>{catrow.forumrow.LAST_POST}</div></div><div class="boxIIDESC"></div>
 <img class="imgFRM" src="{catrow.forumrow.FORUM_FOLDER_IMG}" />
    </div>
        <!-- END forumrow -->
        <!-- BEGIN catfoot -->

        <!-- BEGIN inc -->
        <!-- END inc -->
    
        <!-- END catfoot -->
        <!-- BEGIN tablefoot -->
 <div class="btmCAT"></div>
        <!-- END tablefoot --><!-- END catrow -->

En espérant avoir été le plus clair possible, merci pour vos LS !
Bon week-end.

P.S : Les crédits devraient apparaître insésamment en footer, dés que je serais parvenu à le faire coopérer !
Revenir en haut Aller en bas
Modification catégorie Empty Lun 15 Aoû - 12:52
Bonjour,

Remplacez l'intégralité du template index_box par :

Code:
<link href="https://fonts.googleapis.com/css?family=Megrim" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Audiowide" rel="stylesheet" type="text/css">

 <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="topCAT"><div class="tleCAT">{catrow.tablehead.L_FORUM}</div></div>
        <!-- END tablehead -->

        <!-- BEGIN cathead -->
        <div class="topCAT"></div>
        <!-- END cathead -->
       
        <!-- BEGIN forumrow -->
        <div class="blocFRM"><div class="boxDESC"></div><div class="sfFRM"><div>{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div><span></span></div>
 <div class="boxFRM"><div class="tleFRM"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><div class="nbFRM">{catrow.forumrow.TOPICS} sujets & {catrow.forumrow.POSTS} messages</div></div><div id="descFRM">{catrow.forumrow.FORUM_DESC}</div></div>
 <div class="avaFRM"><div class="lmsgFRM">{catrow.forumrow.LAST_POST}</div><!-- BEGIN avatar -->{catrow.forumrow.avatar.LAST_POST_AVATAR}<!-- END avatar --></div><div class="boxIIDESC"></div><img class="imgFRM" src="{catrow.forumrow.FORUM_FOLDER_IMG}" />
    </div>
        <!-- END forumrow -->
        <!-- BEGIN catfoot -->

        <!-- BEGIN inc -->
        <!-- END inc -->
   
        <!-- END catfoot -->
        <!-- BEGIN tablefoot -->
 <div class="btmCAT"></div>
        <!-- END tablefoot --><!-- END catrow -->

Remplacez :
Code:
/* DERNIER MESSAGE FORUM */
.lmsgFRM {
display:inline-block; vertical-align:top; margin:0 10px;
height:70px; width:140px; padding:10px;
background:black; /* MODIFIABLE */
}
/* CONTENU DERNIER MESSAGE FORUM */
.lmsgFRM div{
height:60px; padding:5px;
text-align:center; font-size:11px; text-transform:uppercase;
background:white; color:black; /* MODIFIABLE */
}

Par :
Code:
/* AVATAR DERNIER POSTEUR FORUM */
.avaFRM {
display:inline-block; vertical-align:top; margin:0 10px;
width:160px; height:90px; overflow:hidden;
background:black; /* MODIFIABLE */
}
.avaFRM img {
width:160px; filter:grayscale(1); -webkit-filter:grayscale(1);
}
/* DERNIER MESSAGE FORUM */
.lmsgFRM{
position:absolute; z-index:3; margin-top:10px; margin-left:10px;
width:130px; height:60px; padding:5px;
text-align:center; font-size:11px; text-transform:uppercase;
background:white; color:black; /* MODIFIABLE */
}
.lmsgFRM img{
width:auto !important;
}
Revenir en haut Aller en bas
Modification catégorie Empty Lun 15 Aoû - 15:34
Bonjour,

Merci pour la rapidité et surtout pour le rendu !
C'est parfait ! Merci beaucoup ^^
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum