-50%
Le deal à ne pas rater :
-50% Baskets Nike Air Huarache
64.99 € 129.99 €
Voir le deal

Est-il possible..?

Est-il possible..? Empty Mar 12 Juil - 18:49
Bonjour,

je l'avoue, vos codes sont terriblement beaux, et les laisser en libre-service, c'est juste totalement gentil pour ceux qui n'ont pas le courage ou le talent de savoir coder.

Faisant partie de la seconde catégorie, veuillez m'excuser si je me trompe complètement, étant très très très nouille sur le sujet :

Serait-il possible de modifier le code du dernier template de sujet pour le mettre pour l'affichage de messages privés ? Je ne sais si c'est possible, c'est pourquoi j'en fais appel à vous.

Merci d'avance I love you de votre réponse !
Revenir en haut Aller en bas
Est-il possible..? Empty Mer 13 Juil - 4:54
Bonjour,

Remplacer l'intégralité du template privmsgs_read_body par :
Panneau d'administration > Affichage > Templates > Poster & Messages Privés

Code:
<table border="0" cellspacing="2" cellpadding="0" align="center">
 <tr>
 <td valign="middle">{INBOX_IMG}</td>
 <td valign="middle"><span class="cattitle">{INBOX}  </span></td>
 <td valign="middle">{SENTBOX_IMG}</td>
 <td valign="middle"><span class="cattitle">{SENTBOX}  </span></td>
 <td valign="middle">{OUTBOX_IMG}</td>
 <td valign="middle"><span class="cattitle">{OUTBOX}  </span></td>
 <td valign="middle">{SAVEBOX_IMG}</td>
 <td valign="middle"><span class="cattitle">{SAVEBOX}</span></td>
 </tr>
</table>
<br clear="all" />
<form action="{S_PRIVMSGS_ACTION}" method="post">
    <!-- BEGIN switch_post_reply -->
    <table width="100%" border="0" cellspacing="2" cellpadding="0">
        <tr>
            <td valign="middle">{REPLY_PM_IMG}</td>
            <td width="100%"></td>
        </tr>
    </table>
    <!-- END switch_post_reply -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="4">
        <tr>
            <th id="tleMP" colspan="2" nowrap="nowrap">{BOX_NAME} :: {L_MESSAGE}</th>
        </tr>

        <tr>
 <td valign="top" width="15%">
 <div class="boxMP"><div class="avaMP">{AVATAR_FROM}</div></div>
            </td>
 <td valign="top" width="85%">
 <div id="nameMP"><div class="tktMP"><!-- BEGIN switch_user_contact --><div class="ktactMP">{PROFILE_IMG} {PM_IMG} {EMAIL_IMG} {WWW_IMG} {SKYPE_IMG}</div><!-- END switch_user_contact --><div class="toolsMP"><!-- BEGIN switch_quote -->{QUOTE_PM_IMG}<!-- END switch_quote -->{EDIT_PM_IMG}</div></div><div class="namePOST"><strong>{L_FROM}: {MESSAGE_FROM}</strong><div class="rankMP">{L_TO}: {MESSAGE_TO}</div></div></div>
 <div class="dateMP">{L_POSTED} : {POST_DATE}<br/>{L_SUBJECT} : {POST_SUBJECT}</div>
 <div class="postMP">{MESSAGE}</div>
 </td>
        </tr>

        <tr>
            <td class="catBottom" colspan="2" align="right" height="28">
                {S_HIDDEN_FIELDS}
                <!-- BEGIN switch_save -->
                <input class="liteoption" type="submit" name="save" value="{L_SAVE_MSG}" />  
                <!-- END switch_save -->
                <!-- BEGIN switch_move_profile -->
                <input class="liteoption" type="submit" name="moveprofile" value="{L_MOVE_PROFILE}" /> &nbsp;
                <!-- END switch_move_profile -->
                <input class="liteoption" type="submit" name="delete" value="{L_DELETE_MSG}" />
            </td>
        </tr>
    </table>
    <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
        <tr>
            <td>
                <!-- BEGIN switch_post_reply -->
                {REPLY_PM_IMG}
                <!-- END switch_post_reply -->
            </td>
        </tr>
        <!-- BEGIN switch_review_box -->
        <tr>
            <td colspan="2">{TOPIC_REVIEW_BOX}</td>
        </tr>
        <!-- END switch_review_box -->
    </table>
</form>
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
 <tr>
 <td align="right" valign="top"><span class="gensmall">{JUMPBOX}</span></td>
 </tr>
</table>

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->

Partie CSS :
Code:
/* PRESENTATION MESSAGE PRIVE */
/* TITRE BOÎTE DE RECEPTION */
#tleMP{
margin:5px auto; padding:15px 0;
text-transform:uppercase; text-align:center;
background:teal; font-size:32px; font-family:Arial; color:#dedede; /* MODIFIABLE */
}
/* BORDURES AVATAR */
.boxMP {
margin-right:10px; width:220px; padding:10px 0;
background:#F2F2F2; /* MODIFIABLE */
}
/* AVATAR */
.avaMP {
margin:auto; width:200px;
}
/* BLOC PSEUDONYMES / CITER & EDITER */
#nameMP {
min-height:75px; padding:10px;
font-size:36px; text-transform:uppercase;
background:#57979C; font-family:Arial; /* MODIFIABLE */
}
.nameMP a {
text-decoration: none !important;
}
/* BLOC IMAGES CONTACT / CITER & EDITER */
.tktMP {
float:right;
}
/* IMAGES CONTACT EXPEDITEUR */
.ktactMP {
display:inline-block; vertical-align:top; padding-right:10px;
border-right:5px solid #191919; /* MODIFIABLE */
}
.ktactMP img{
display:block;
}
/* CITER / EDITER */
.toolsMP {
display:inline-block; vertical-align:top; margin-left:10px;
text-align:center;
}
.toolsMP img{
display:block;
}
/* PSEUDONYME DESTINATAIRE */
.rankMP {
font-size:14px; color:black;  /* MODIFIABLE */
}
/* DATE & TITRE SUJET */
.dateMP {
padding:5px;
font-size:11px; text-transform:uppercase; text-align:left;
background:grey; color:black; /* MODIFIABLE */
}
/* APPARENCE MESSAGE */
.postMP {
min-height:175px; padding:15px;
background:#F2F2F2; color:black; /* MODIFIABLE */
text-align:justify; font-size:11px;
}
Revenir en haut Aller en bas
Est-il possible..? Empty Mer 13 Juil - 10:51
Un grand merci !! C'est vraiment très gentil à vous !

Je vais encore vous embêter, excusez-moi, mais pourriez-vous l'adapter à la revue du sujet ? Parce que, du coup, ça décale tout...

Encore merci ! I love you
Revenir en haut Aller en bas
Est-il possible..? Empty Jeu 14 Juil - 5:32
Remplacer l'intégralité du template privmsg_topic_review par :
Panneau d'administration > Affichage > Templates > Poster & Messages Privés

Code:
<!-- BEGIN switch_inline_mode -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
 <tr>
 <td class="catHead" align="center" height="28"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td>
 </tr>
 <tr>
 <td>
 <!-- END switch_inline_mode -->
 <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
 <!-- BEGIN postrow -->
 <tr>
 <td valign="top" width="15%">
 <div class="boxMP"><div class="avaMP">{postrow.POSTER_AVATAR}</div></div>
            </td>
 
 
 <td valign="top" width="85%">
 <div id="nameMP"><div class="namePOST"><strong>{postrow.POSTER_NAME}</strong></div></div>
 <div class="dateMP"><img src="{ICON_TIME}" alt="" border="0" />{postrow.POST_DATE}<span class="gen"> </span>  &nbsp;<img title="{postrow.L_MINI_POST_ALT}" src="{postrow.MINI_POST_IMG}" alt="" border="0" />{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</div>
 <div class="postMP">{postrow.MESSAGE}</div>
 </td>
 </tr>
 <tr>
 <td colspan="2" height="10"></td>
 </tr>
 <!-- END postrow -->
 </table>
 <!-- BEGIN switch_inline_mode -->
 </td>
 </tr>
</table><!-- END switch_inline_mode -->
Revenir en haut Aller en bas
Est-il possible..? Empty Jeu 14 Juil - 9:20
Mille merci !!! I love you I love you I love you
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum