Astuces Forumactif
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Membres connectés récemment
Voir tous les membres

[PHPBB2] Ré-organisation du viewtopic body

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

JasRhodes
JasRhodes
http://wicked-witches.1fr1.net/

MessageJasRhodes Ven 7 Mai 2021 - 15:12

  • Version du forum :
    PHPBB2
  • Templates modifiés :
    non
  • Navigateur :
    Firefox
Hello Phil, j'espère que tu vas bien ? ^^
Je suis de retour, encore, pour un peu d'aide. J'ignorais quoi écrire comme titre pour être très spécifique sans écrire un paragraphe mdrr En vérité, ce que j'aimerais faire, c'est en fait de modifier le template viewtopic body, (le haut d'un sujet), pour ce que ce soit plus joli. Je vais te montrer une capture d'écran pour commencer, histoire de te donner une idée un peu de ce que je cherche, ce sera plus simple. J'ai fais des flèches avec des notes, mais je sais pas si tu comprendras. Je vais tenter de t'expliquer plus bas ^^

https://nsa40.casimages.com/img/2021/05/07/210507031648467283.png

Alors, comme tu peux le voir sur l'exemple de la capture, j'aimerais que les boutons nouveau et répondre soient centrés.

Ensuite, que les liens  - plutôt que d'être à côté - soient sous les boutons et centrés.

Et pour finir, faire en sorte que le sujet-date soient centrés + les boutons citer-éditer-ip etc, soient centrés en dessous, et le tout entouré, comme dans un bloc ? xD

Je ne sais vraiment pas si je m'explique bien et pardon si je ne suis pas trop clair. C'est bien la raison pour laquelle j'ai fais une capture d'écran en exemple mdrr Je te donne le template par défaut - puisque de toute façon je compte partir de la base pour refaire le tout graduellement. Mais j'aimerais bien ces nouveaux "emplacements", que je trouve plus esthétiques ^^

Code:
<!-- BEGIN switch_plus_menu -->
<script type="text/javascript">
   //<![CDATA[
   var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}';
</script>
<!-- END switch_plus_menu -->
<script type="text/javascript">
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
        
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
         {
            if( $(this).is(":visible") )
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
         });
        }
    }
    catch(e) { }
    
   return false;
};

//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>      
      <td class="nav" valign="middle" width="100%">
         <span class="nav">
                <a class="nav" href="{U_INDEX}"><span>{L_INDEX}</span></a>
                <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}"><span>{L_ALBUM}</span></a>-->
                {NAV_CAT_DESC_SECOND}
            </span>
      </td>      
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <!-- BEGIN switch_twitter_btn -->
         <span id="twitter_btn" style="margin-left: 6px; ">
                <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
                <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
         </span>
         <!-- END switch_twitter_btn -->
         
         <!-- BEGIN switch_fb_likebtn -->         
         <script>(function(d, s, id) {
           var js, fjs = d.getElementsByTagName(s)[0];
           if (d.getElementById(id)) return;
           js = d.createElement(s); js.id = id;
           js.src = "https://connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
           fjs.parentNode.insertBefore(js, fjs);
         }(document, 'script', 'facebook-jssdk'));</script>   
         <div class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
         <!-- END switch_fb_likebtn -->

         <span class="gensmall bold">
            <!-- BEGIN switch_plus_menu -->
             
            <div id="addthis-toolbar" style="display: inline-block;">
               <div class="btn-floating-left" tabindex="100">
                  {L_SHARE}
               </div>
               <div class="addthis-toolbar-btn" style="display:none;">
                  {switch_plus_menu.SOCIAL_BUTTONS}
               </div>
            </div>
             | 
            <script type="text/javascript">//<![CDATA[
               var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
               //]]>
            </script>
            {switch_plus_menu.JS_SOCIAL_BUTTONS}
            <!-- END switch_plus_menu -->
         </span>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" >
   <tr align="right">
      <td class="catHead" colspan="2" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title">
                  <h1 class="cattitle"> {TOPIC_TITLE}</h1>
               </td>
               <td align="right" width="9%" class="browse-arrows">
                        <!-- BEGIN switch_isconnect -->
                        <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> 
                        <!-- END switch_isconnect -->
                        <a href="#bottom">{L_GOTO_DOWN}</a> 
                    </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- BEGIN displayed -->
   <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
         <span class="name"><a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
            <span class="postdetails poster-profile">
            {postrow.displayed.POSTER_RANK}<br />
            {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
            <!-- BEGIN profile_field -->
            {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
            {postrow.displayed.POSTER_RPG}
         </span><br />
         <img src="https://2img.net/i/empty.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="100%">
         <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}   <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
            <tr>
               <td colspan="2" class="hr">
                  <hr />
               </td>
            </tr>
            <tr height="100%" valign="top">
               <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                     <div>{postrow.displayed.MESSAGE}</div>

                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear"></div>
                     <!-- BEGIN switch_signature -->
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>
                     <!-- END switch_signature -->
                  </div>
                      <span class="gensmall" style="display:none">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
            <!-- BEGIN switch_likes_active -->
            <tr><td colspan="2">
               <div class="fa_like_div">
                  <!-- BEGIN switch_like_list -->
                  {postrow.displayed.switch_likes_active.switch_like_list.D_LIKE_LIST}
                  <!-- END switch_like_list -->
                  <!-- BEGIN switch_dislike_list -->
                  {postrow.displayed.switch_likes_active.switch_dislike_list.D_DISLIKE_LIST}
                  <!-- END switch_dislike_list -->
               <button class="rep-button {postrow.displayed.switch_likes_active.C_VOTE_LIKE}"  data-href="{postrow.displayed.switch_likes_active.U_VOTE_LIKE}" data-href-rm="{postrow.displayed.switch_likes_active.U_VOTE_RM_LIKE}">
                  <svg width="15px" height="15px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 1344q0-26-19-45t-45-19q-27 0-45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45-18.5t19-45.5zm160-512v640q0 26-19 45t-45 19h-288q-26 0-45-19t-19-45v-640q0-26 19-45t45-19h288q26 0 45 19t19 45zm1184 0q0 86-55 149 15 44 15 76 3 76-43 137 17 56 0 117-15 57-54 94 9 112-49 181-64 76-197 78h-129q-66 0-144-15.5t-121.5-29-120.5-39.5q-123-43-158-44-26-1-45-19.5t-19-44.5v-641q0-25 18-43.5t43-20.5q24-2 76-59t101-121q68-87 101-120 18-18 31-48t17.5-48.5 13.5-60.5q7-39 12.5-61t19.5-52 34-50q19-19 45-19 46 0 82.5 10.5t60 26 40 40.5 24 45 12 50 5 45 .5 39q0 38-9.5 76t-19 60-27.5 56q-3 6-10 18t-11 22-8 24h277q78 0 135 57t57 135z" fill="#666"/></svg>
                  <span>{postrow.displayed.switch_likes_active.L_LIKE}</span>{postrow.displayed.switch_likes_active.COUNT_VOTE_LIKE}
               </button>
               <!-- BEGIN switch_dislike_button -->
               <button class="rep-button {postrow.displayed.switch_likes_active.switch_dislike_button.C_VOTE_DISLIKE}" data-href="{postrow.displayed.switch_likes_active.switch_dislike_button.U_VOTE_DISLIKE}" data-href-rm="{postrow.displayed.switch_likes_active.switch_dislike_button.U_VOTE_RM_LIKE}">
                  <svg width="15px" height="15px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 576q0 26-19 45t-45 19q-27 0-45.5-19t-18.5-45q0-27 18.5-45.5t45.5-18.5q26 0 45 18.5t19 45.5zm160 512v-640q0-26-19-45t-45-19h-288q-26 0-45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45-19t19-45zm1129-149q55 61 55 149-1 78-57.5 135t-134.5 57h-277q4 14 8 24t11 22 10 18q18 37 27 57t19 58.5 10 76.5q0 24-.5 39t-5 45-12 50-24 45-40 40.5-60 26-82.5 10.5q-26 0-45-19-20-20-34-50t-19.5-52-12.5-61q-9-42-13.5-60.5t-17.5-48.5-31-48q-33-33-101-120-49-64-101-121t-76-59q-25-2-43-20.5t-18-43.5v-641q0-26 19-44.5t45-19.5q35-1 158-44 77-26 120.5-39.5t121.5-29 144-15.5h129q133 2 197 78 58 69 49 181 39 37 54 94 17 61 0 117 46 61 43 137 0 32-15 76z" fill="#666"/></svg>
                  <span>{postrow.displayed.switch_likes_active.switch_dislike_button.L_DISLIKE}</span>{postrow.displayed.switch_likes_active.switch_dislike_button.COUNT_VOTE_DISLIKE}
               </button>
               <!-- END switch_dislike_button -->
            </div></td></tr>
            <!-- END switch_likes_active -->
         </table>
      </td>
   </tr>
   <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
         <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
         <table border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>
<hr />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="2" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="2" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title"><a name="bottomtitle"></a><div class="cattitle">{TOPIC_TITLE}</div></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows">
                        <!-- BEGIN switch_isconnect -->
                        <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> 
                        <!-- END switch_isconnect -->
                        <a href="#top">{L_BACK_TO_TOP}</a> 
                    </td>
            </tr>
         </table>
      </td>
   </tr>
</table>
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
</table>

<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="row2 postbody" valign="top">
         <!-- BEGIN link -->
         » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
         <!-- END link -->
      </td>
   </tr>
</table>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
   <tbody>
      <tr>
         <td class="catBottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tbody>
                  <tr>
                     <td valign="top">
                        <div class="cattitle"> {L_FORUM_RULES}</div>
                     </td>
                  </tr>
               </tbody>
            </table>
         </td>
      </tr>
      <tr>
         <td class="row1 clearfix">
            <table>
               <tr>
                  <!-- BEGIN switch_forum_rule_image -->
                  <td class="logo">
                     <img src="{RULE_IMG_URL}" alt="" />
                  </td>
                  <!-- END switch_forum_rule_image -->
                  <td class="rules postbody">
                     {RULE_MSG}
                  </td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
</table>
<!-- END switch_forum_rules -->

<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->
         <a name="quickreply"></a>
         {QUICK_REPLY_FORM}<br />
         <!-- END switch_user_logged_in -->
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>

      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>

      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall"> </span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->

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

Sache que ça ne presse pas, hein ! Et si jamais tu ne comprends pas, je tenterai de te ré-expliquer au besoin !


Dernière édition par JasRhodes le Sam 8 Mai 2021 - 14:27, édité 1 fois

Milouze14 aime ce message

Milouze14
Milouze14
Fondateur

https://www.milouze14.net/

MessageMilouze14 Ven 7 Mai 2021 - 17:10

Coucou Alex,
ok je vais regarder tout çà mais j'aurais préféré ton template actuel avec la css associée car ce serait dommage de refaire ce joli travail effectué sur ton fofo cher ami.


Tout est très bien expliqué Alex  Merci .
Le template modifié avec les styles insérés directement dans les parties concernées:

Code:
    <!-- BEGIN switch_plus_menu -->
    <script type="text/javascript">
      //<![CDATA[
      var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}';
    </script>
    <!-- END switch_plus_menu -->
    <script type="text/javascript">
    var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
    showHiddenMessage = function(id)
    {
        try
        {
            var regId = parseInt(id, 10);
            if( isNaN(regId) ) { regId = 0; }
         
            if( regId > 0)
            {
                $('.post--' + id).toggle(0, function()
            {
                if( $(this).is(":visible") )
                {
                  $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
                }
                else
                {
                  $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
                }
            });
            }
        }
        catch(e) { }
     
      return false;
    };

    //]]>
    </script>

    <table width="100%" border="0" cellspacing="2" cellpadding="0">
      <tr>
          <td align="center" valign="middle" nowrap="nowrap">
            <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> 
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
            </span>
          </td>   
      </tr>
      <tr>
          <td align="center"class="nav" valign="middle" width="100%">
            <span class="nav">
                    <a class="nav" href="{U_INDEX}"><span>{L_INDEX}</span></a>
                    <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}"><span>{L_ALBUM}</span></a>-->
                    {NAV_CAT_DESC_SECOND}
                </span>
          </td>     
          <td align="right" valign="bottom" nowrap="nowrap" width="100%">
            <!-- BEGIN switch_twitter_btn -->
            <span id="twitter_btn" style="margin-left: 6px; ">
                    <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
                    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
            </span>
            <!-- END switch_twitter_btn -->
           
            <!-- BEGIN switch_fb_likebtn -->       
            <script>(function(d, s, id) {
              var js, fjs = d.getElementsByTagName(s)[0];
              if (d.getElementById(id)) return;
              js = d.createElement(s); js.id = id;
              js.src = "https://connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
              fjs.parentNode.insertBefore(js, fjs);
            }(document, 'script', 'facebook-jssdk'));</script> 
            <div class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
            <!-- END switch_fb_likebtn -->

            <span class="gensmall bold">
                <!-- BEGIN switch_plus_menu -->
               
                <div id="addthis-toolbar" style="display: inline-block;">
                  <div class="btn-floating-left" tabindex="100">
                      {L_SHARE}
                  </div>
                  <div class="addthis-toolbar-btn" style="display:none;">
                      {switch_plus_menu.SOCIAL_BUTTONS}
                  </div>
                </div>
                |
                <script type="text/javascript">//<![CDATA[
                  var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
                  var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
                  var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
                  var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
                  var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
                  insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
                  //]]>
                </script>
                {switch_plus_menu.JS_SOCIAL_BUTTONS}
                <!-- END switch_plus_menu -->
            </span>
          </td>
      </tr>
    </table>

    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" >
      <tr align="right">
          <td class="catHead" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="9%" class="noprint"> </td>
                  <td align="center" class="t-title">
                      <h1 class="cattitle"> {TOPIC_TITLE}</h1>
                  </td>
                  <td align="right" width="9%" class="browse-arrows">
                            <!-- BEGIN switch_isconnect -->
                            <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>
                            <!-- END switch_isconnect -->
                            <a href="#bottom">{L_GOTO_DOWN}</a>
                        </td>
                </tr>
            </table>
          </td>
      </tr>
      <!-- BEGIN topicpagination -->
      <tr>
          <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
      </tr>
      <!-- END topicpagination -->
      {POLL_DISPLAY}
      <tr>
          <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
          <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
      </tr>
      <!-- BEGIN postrow -->
      <!-- BEGIN hidden -->
      <tr>
          <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
      </tr>
      <!-- END hidden -->
      <!-- BEGIN displayed -->
      <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
          <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
            <span class="name"><a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
                <span class="postdetails poster-profile">
                {postrow.displayed.POSTER_RANK}<br />
                {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
                <!-- BEGIN profile_field -->
                {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                <!-- END profile_field -->
                {postrow.displayed.POSTER_RPG}
            </span><br />
            <img src="https://2img.net/i/empty.gif" alt="" style="width:150px;height:1px" />
          </td>
          <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="100%">
            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td align="center"><div  style="background:#666;padding:2px;height:20px;line-height:20px;"><span class="postdetails"style="color:#fff!important;"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}  <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></div></td>
              </tr>
              <tr>
                  <td  align="center"valign="top" nowrap="nowrap" class="post-options"style="text-align:center!important;">
                      {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
                  </td>
                </tr>
         
                <tr>
                  <td colspan="2" class="hr">
                      <hr />
                  </td>
                </tr>
                <tr height="100%" valign="top">
                  <td colspan="2">
                      <!-- BEGIN switch_vote_active -->
                      <div class="vote gensmall">
                        <!-- BEGIN switch_vote -->
                        <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                        <!-- END switch_vote -->

                        <!-- BEGIN switch_bar -->
                        <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                            <!-- BEGIN switch_vote_plus -->
                            <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                            <!-- END switch_vote_plus -->

                            <!-- BEGIN switch_vote_minus -->
                            <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                            <!-- END switch_vote_minus -->
                        </div>
                        <!-- END switch_bar -->

                        <!-- BEGIN switch_no_bar -->
                        <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                        <!-- END switch_no_bar -->

                        <!-- BEGIN switch_vote -->
                        <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                        <!-- END switch_vote -->
                      </div>
                      <!-- END switch_vote_active -->

                      <div class="postbody">

                        <div>{postrow.displayed.MESSAGE}</div>

                        <!-- BEGIN switch_attachments -->
                        <dl class="attachbox">
                            <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                            <dd>
                              <!-- BEGIN switch_post_attachments -->
                              <dl class="file">
                                  <dt>
                                    <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                    <!-- BEGIN switch_dl_att -->
                                    <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                    <!-- END switch_dl_att -->

                                    <!-- BEGIN switch_no_dl_att -->
                                    {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                    <!-- END switch_no_dl_att -->
                                  </dt>

                                  <!-- BEGIN switch_no_comment -->
                                  <dd>
                                    <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                  </dd>
                                  <!-- END switch_no_comment -->

                                  <!-- BEGIN switch_no_dl_att -->
                                  <dd>
                                    <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                                  </dd>
                                  <!-- END switch_no_dl_att -->

                                  <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                              </dl>
                              <!-- END switch_post_attachments -->
                            </dd>
                        </dl>
                        <!-- END switch_attachments -->

                        <div class="clear"></div>
                        <!-- BEGIN switch_signature -->
                        <div class="signature_div">
                            {postrow.displayed.SIGNATURE}
                        </div>
                        <!-- END switch_signature -->
                      </div>
                          <span class="gensmall" style="display:none">{postrow.displayed.EDITED_MESSAGE}</span>
                  </td>
                </tr>
                <!-- BEGIN switch_likes_active -->
                <tr><td colspan="2">
                  <div class="fa_like_div">
                      <!-- BEGIN switch_like_list -->
                      {postrow.displayed.switch_likes_active.switch_like_list.D_LIKE_LIST}
                      <!-- END switch_like_list -->
                      <!-- BEGIN switch_dislike_list -->
                      {postrow.displayed.switch_likes_active.switch_dislike_list.D_DISLIKE_LIST}
                      <!-- END switch_dislike_list -->
                  <button class="rep-button {postrow.displayed.switch_likes_active.C_VOTE_LIKE}"  data-href="{postrow.displayed.switch_likes_active.U_VOTE_LIKE}" data-href-rm="{postrow.displayed.switch_likes_active.U_VOTE_RM_LIKE}">
                      <svg width="15px" height="15px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 1344q0-26-19-45t-45-19q-27 0-45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45-18.5t19-45.5zm160-512v640q0 26-19 45t-45 19h-288q-26 0-45-19t-19-45v-640q0-26 19-45t45-19h288q26 0 45 19t19 45zm1184 0q0 86-55 149 15 44 15 76 3 76-43 137 17 56 0 117-15 57-54 94 9 112-49 181-64 76-197 78h-129q-66 0-144-15.5t-121.5-29-120.5-39.5q-123-43-158-44-26-1-45-19.5t-19-44.5v-641q0-25 18-43.5t43-20.5q24-2 76-59t101-121q68-87 101-120 18-18 31-48t17.5-48.5 13.5-60.5q7-39 12.5-61t19.5-52 34-50q19-19 45-19 46 0 82.5 10.5t60 26 40 40.5 24 45 12 50 5 45 .5 39q0 38-9.5 76t-19 60-27.5 56q-3 6-10 18t-11 22-8 24h277q78 0 135 57t57 135z" fill="#666"/></svg>
                      <span>{postrow.displayed.switch_likes_active.L_LIKE}</span>{postrow.displayed.switch_likes_active.COUNT_VOTE_LIKE}
                  </button>
                  <!-- BEGIN switch_dislike_button -->
                  <button class="rep-button {postrow.displayed.switch_likes_active.switch_dislike_button.C_VOTE_DISLIKE}" data-href="{postrow.displayed.switch_likes_active.switch_dislike_button.U_VOTE_DISLIKE}" data-href-rm="{postrow.displayed.switch_likes_active.switch_dislike_button.U_VOTE_RM_LIKE}">
                      <svg width="15px" height="15px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 576q0 26-19 45t-45 19q-27 0-45.5-19t-18.5-45q0-27 18.5-45.5t45.5-18.5q26 0 45 18.5t19 45.5zm160 512v-640q0-26-19-45t-45-19h-288q-26 0-45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45-19t19-45zm1129-149q55 61 55 149-1 78-57.5 135t-134.5 57h-277q4 14 8 24t11 22 10 18q18 37 27 57t19 58.5 10 76.5q0 24-.5 39t-5 45-12 50-24 45-40 40.5-60 26-82.5 10.5q-26 0-45-19-20-20-34-50t-19.5-52-12.5-61q-9-42-13.5-60.5t-17.5-48.5-31-48q-33-33-101-120-49-64-101-121t-76-59q-25-2-43-20.5t-18-43.5v-641q0-26 19-44.5t45-19.5q35-1 158-44 77-26 120.5-39.5t121.5-29 144-15.5h129q133 2 197 78 58 69 49 181 39 37 54 94 17 61 0 117 46 61 43 137 0 32-15 76z" fill="#666"/></svg>
                      <span>{postrow.displayed.switch_likes_active.switch_dislike_button.L_DISLIKE}</span>{postrow.displayed.switch_likes_active.switch_dislike_button.COUNT_VOTE_DISLIKE}
                  </button>
                  <!-- END switch_dislike_button -->
                </div></td></tr>
                <!-- END switch_likes_active -->
            </table>
          </td>
      </tr>
      <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
          <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
            <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
          </td>
          <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
            <table border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td valign="middle">
                      {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
                  </td>
                </tr>
            </table>
          </td>
      </tr>
      <!-- BEGIN first_post_br -->
    </table>
    <hr />
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
          <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
      </tr>
      <!-- END first_post_br -->
      <!-- END displayed -->
      <!-- END postrow -->
      <!-- BEGIN no_post -->
      <tr align="center">
          <td class="row1" colspan="2" height="28">
            <span class="genmed">{no_post.L_NO_POST}</span>
          </td>
      </tr>
      <!-- END no_post -->
      <tr align="right">
          <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="9%" class="noprint"> </td>
                  <td align="center" class="t-title"><a name="bottomtitle"></a><div class="cattitle">{TOPIC_TITLE}</div></td>
                  <td align="right" nowrap="nowrap" width="9%" class="browse-arrows">
                            <!-- BEGIN switch_isconnect -->
                            <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>
                            <!-- END switch_isconnect -->
                            <a href="#top">{L_BACK_TO_TOP}</a>
                        </td>
                </tr>
            </table>
          </td>
      </tr>
    </table>
    <table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
      <tr>
          <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
          <!-- BEGIN topicpagination -->
          <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
          <!-- END topicpagination -->
      </tr>
      <!-- BEGIN switch_user_logged_in -->
      <!-- BEGIN watchtopic -->
      <tr>
          <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
      </tr>
      <!-- END watchtopic -->
      <!-- END switch_user_logged_in -->
    </table>

    <!-- BEGIN promot_trafic -->
    <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
      <tr>
          <td class="catBottom" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
                  <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
                </tr>
            </table>
          </td>
      </tr>
    </table>

    <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
      <tr>
          <td class="catBottom" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
                  <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                </tr>
            </table>
          </td>
      </tr>
      <tr>
          <td class="row2 postbody" valign="top">
            <!-- BEGIN link -->
            » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
            <!-- END link -->
          </td>
      </tr>
    </table>
    <!-- END promot_trafic -->

    <!-- BEGIN switch_forum_rules -->
    <table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
      <tbody>
          <tr>
            <td class="catBottom">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tbody>
                      <tr>
                        <td valign="top">
                            <div class="cattitle"> {L_FORUM_RULES}</div>
                        </td>
                      </tr>
                  </tbody>
                </table>
            </td>
          </tr>
          <tr>
            <td class="row1 clearfix">
                <table>
                  <tr>
                      <!-- BEGIN switch_forum_rule_image -->
                      <td class="logo">
                        <img src="{RULE_IMG_URL}" alt="" />
                      </td>
                      <!-- END switch_forum_rule_image -->
                      <td class="rules postbody">
                        {RULE_MSG}
                      </td>
                  </tr>
                </table>
            </td>
          </tr>
      </tbody>
    </table>
    <!-- END switch_forum_rules -->

    <table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
          <td class="row2" colspan="2" align="center" style="padding:0px">
            <!-- BEGIN switch_user_logged_in -->
            <a name="quickreply"></a>
            {QUICK_REPLY_FORM}<br />
            <!-- END switch_user_logged_in -->
          </td>
      </tr>
      <tr>
          <td style="margin:0; padding: 0;" colspan="2">
            <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
                <tbody>
          <!-- BEGIN show_permissions -->
          <tr>
            <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
            <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
          </tr>
          <!-- END show_permissions -->
          <tr>
            <td class="catBottom" colspan="2" height="28">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                      <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                      <!-- BEGIN show_permissions -->
                      <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                      <!-- END show_permissions -->
                  </tr>
                </table>
            </td>
          </tr>
      </tbody>
            </table>
          </td>
      </tr>
      <tr>
          <td style="margin:0; padding: 0;" colspan="2">
            <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
                <tbody>
          <tr>
            <td class="catBottom" colspan="2" height="28">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                      <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                      <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
                  </tr>
                </table>
            </td>
          </tr>
      </tbody>
            </table>
          </td>
      </tr>
    </table>

    <form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
    <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
      <tr>
          <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
            <span class="nav">
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> 
                <!-- END switch_user_authpost -->
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
                <!-- END switch_user_authreply -->
            </span>
          </td>

          <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>

          <!-- BEGIN moderation_panel -->
          <td align="center">
            <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
          </td>
          <td align="center" width="250">
            <span class="gensmall"> </span>
          </td>
          <!-- END moderation_panel -->
      </tr>
    </table>
    </form>

    <!-- BEGIN viewtopic_bottom -->
    <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
      <tr>
          <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
            <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
                <input type="hidden" name="t" value="{TOPIC_ID}" />

                <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
                <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

                <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
            </form>
          </td>
      </tr>
    </table>
    <!-- END viewtopic_bottom -->

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


Si tu veux d'autres explications, n'hésites pas Alex clin oeil
JasRhodes
JasRhodes
http://wicked-witches.1fr1.net/

MessageJasRhodes Ven 7 Mai 2021 - 18:16

Je voulais t'éviter trop de casse-tête lOL 
Mais je peux te donner le template modifié et le CSS.
Si ce n'est pas plus compliqué pour toi, je te laisse ça en dessous (et merci encore pour ton aide ^^)

Code:
<table width="100%" border="0" cellspacing="2" cellpadding="0">
          <tr>
              <td align="left" valign="middle" nowrap="nowrap">
            
            <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"id="M14_News_Post"alt="{L_POST_NEW_TOPIC}"title="{L_POST_NEW_TOPIC}">
            Nouveau</a>
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"id="M14_i_reply"alt="{L_POST_REPLY_TOPIC}"title="{L_POST_REPLY_TOPIC}">Répondre</a>
            <!-- END switch_user_authreply -->
            </span>

              </td>
              <td class="nav" valign="middle" width="100%">
                <span class="nav" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                  <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
                        <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
                        {NAV_CAT_DESC_SECOND}
                    </span>
              </td>
              <td align="right" valign="bottom" nowrap="nowrap" width="100%">
                <!-- BEGIN switch_twitter_btn -->
                <span id="twitter_btn" style="margin-left: 6px; ">
                        <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
                        <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
                </span>
                <!-- END switch_twitter_btn -->
        
                <!-- BEGIN switch_fb_likebtn -->
                <script>(function(d, s, id) {
                  var js, fjs = d.getElementsByTagName(s)[0];
                  if (d.getElementById(id)) return;
                  js = d.createElement(s); js.id = id;
                  js.src = "https://connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
                  fjs.parentNode.insertBefore(js, fjs);
                }(document, 'script', 'facebook-jssdk'));</script>
                <div class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
                <!-- END switch_fb_likebtn -->
        
                <span class="gensmall bold">
                    <a class="addthis_button" href="https://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
                    <!-- BEGIN switch_plus_menu -->
                    |
                    <script type="text/javascript">//<![CDATA[
                      var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
                      var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
                      var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
                      var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
                      var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
              
                      insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
                    //]]>
                    </script>
                    <!-- END switch_plus_menu -->
                </span>
              </td>
          </tr>
        </table>

          <div class="imgpage1"></div><table class="forumline3" width="100%" border="0" cellspacing="1" cellpadding="0" >
          <tr align="right">
              <td class="catHead" colspan="3" height="28">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="9%" class="noprint"> </td>
                      <td align="center" class="t-title">
                        <h1 class="cattitle"><div class="fondtitsusu"><div class="topictitlesu">{TOPIC_TITLE}</div></div></h1>
                      </td>
                      <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
                    </tr>
                </table>
              </td>
          </tr>
          <!-- BEGIN topicpagination -->
          <tr>
              <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
          </tr>
          <!-- END topicpagination -->
          {POLL_DISPLAY}
          
      
            <!-- BEGIN postrow -->
          <!-- BEGIN hidden -->
          <tr>
              <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
          </tr>
          <!-- END hidden -->
        <!-- BEGIN displayed -->
          <tr class="post">
              <td class="{postrow.displayed.ROW_CLASS}" valign="top">
                <div class="imgprofilhaut"></div>
                <div class="tourprofil" style="text-align:center;">
                      
                                <span class="postdetails poster-profile">
                  <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a></span>
      
                            
                            
    <div class="soulign"><div style="height:10px;"></div><div style="height:10px;"></div></div>
                                                
                                    <div class="tourava">
                                      <div class="opacite">
                                    <div class="cadreavatar">{postrow.displayed.POSTER_AVATAR}</div></div>
                                   <div class="tourpseudorang"><div class="tourpseudorang2"><div class="pseudo1" id="pseudo1" style="margin-top:-3px;">
                                  {postrow.displayed.POSTER_NAME}
                                  </div>
                                    <div class="rankposition">
                                      <div class="rankfont">{postrow.displayed.POSTER_RANK}</div></div></div></div>
                                      <div class="M14_profil_slide"><div class="reveal">Reveal the secrets</div></div>
                                      <div class="M14_profil_slideUp"><div class="reveal">Hide the secrets</div></div>
                                <div class="M14_profil_hide">
                                <div class="profilbout">
                                  {postrow.displayed.PROFILE_IMG}
                                  {postrow.displayed.PM_IMG}
                                  {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field -->
                                  {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
                                  {postrow.displayed.ONLINE_IMG}</div>
                              
    <div class="tour2"><br />
    <div class="profilbg1">
    <div id="profilbg">
    <!-- BEGIN profile_field -->
    <div class="profil3">
    <div class="profillabel">{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}</div>
    </div>
    {postrow.displayed.profile_field.SEPARATOR}{postrow.displayed.POSTER_RPG}
                                            <!-- END profile_field -->
                                            </div>
                                            </div>
                                </div>
          

        
    <img src="" alt="" style="width:150px;height:1px" />
      </td>                        
            <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
        <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}  <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
        <td valign="top" nowrap="nowrap" class="post-options">
                                                  <div class="ip">{postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}</div>
        </td></tr><tr>
          
                      <td colspan="2"><br>
                          <!-- BEGIN switch_vote_active -->
                          <div class="vote gensmall">
                            <!-- BEGIN switch_vote -->
                            <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                            <!-- END switch_vote -->

                            <!-- BEGIN switch_bar -->
                            <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                                <!-- BEGIN switch_vote_plus -->
                                <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                                <!-- END switch_vote_plus -->

                                <!-- BEGIN switch_vote_minus -->
                                <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                                <!-- END switch_vote_minus -->
                            </div>
                            <!-- END switch_bar -->

                            <!-- BEGIN switch_no_bar -->
                            <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                            <!-- END switch_no_bar -->

                            <!-- BEGIN switch_vote -->
                            <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                            <!-- END switch_vote -->
                          </div>
                          <!-- END switch_vote_active -->

                          <div class="postbody">

                            <div>{postrow.displayed.MESSAGE}</div>

                            <!-- BEGIN switch_attachments -->
                            <dl class="attachbox">
                                <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                <dd>
                                  <!-- BEGIN switch_post_attachments -->
                                  <dl class="file">
                                      <dt>
                                        <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                        <!-- BEGIN switch_dl_att -->
                                        <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                        <!-- END switch_dl_att -->

                                        <!-- BEGIN switch_no_dl_att -->
                                        {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                        <!-- END switch_no_dl_att -->
                                      </dt>

                                      <!-- BEGIN switch_no_comment -->
                                      <dd>
                                        <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                      </dd>
                                      <!-- END switch_no_comment -->

                                      <!-- BEGIN switch_no_dl_att -->
                                      <dd>
                                        <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                                      </dd>
                                      <!-- END switch_no_dl_att -->

                                      <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                                  </dl>
                                  <!-- END switch_post_attachments -->
                                </dd>
                            </dl>
                            <!-- END switch_attachments -->

                            <div class="clear"></div>
                            <!-- BEGIN switch_signature -->
                            <div class="signature_div">
                                {postrow.displayed.SIGNATURE}
                            </div>
                            <!-- END switch_signature -->

                          </div>
                  
                      </td>
                    </tr>
                </table>
              </td>
          </tr>
          <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
              <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
                <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
              </td>
              <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
                <table border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td valign="middle">
                      
                      </td>
                    </tr>
                </table>
              </td>
          </tr>
          <!-- BEGIN first_post_br -->
        </table>
        <hr />
        <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
          <tr>
              <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
              <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
          </tr>
          <!-- END first_post_br -->
          <!-- END displayed -->
          <!-- END postrow -->
          <!-- BEGIN no_post -->
          <tr align="center">
              <td class="row1" colspan="3" height="28">
                <span class="genmed">{no_post.L_NO_POST}</span>
              </td>
          </tr>
          <!-- END no_post -->
          <tr align="right">
              <td class="catBottom" colspan="3" height="28">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="9%" class="noprint"> </td>
                      <td align="center" class="t-title"><h1 class="cattitle"><div class="topictitlesu2"></div></h1></td>
                      <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
                    </tr>
                </table>
              </td>
          </tr>
        </table>
        <center><table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
          <tr>
              <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
              <!-- BEGIN topicpagination -->
                <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
              <!-- END topicpagination -->
          </tr></center>
          <!-- BEGIN switch_user_logged_in -->
          <!-- BEGIN watchtopic -->
          <tr>
              <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
          </tr>
          <!-- END watchtopic -->
          <!-- END switch_user_logged_in -->
        </table>

        <!-- BEGIN promot_trafic -->
        <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
          <tr>
              <td class="catBottom" height="28">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
                      <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
                    </tr>
                </table>
              </td>
          </tr>
        </table>

        <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
          <tr>
              <td class="catBottom" height="28">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
                      <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                    </tr>
                </table>
              </td>
          </tr>
          <tr>
              <td class="row2 postbody" valign="top">
                <!-- BEGIN link -->
                » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
                <!-- END link -->
              </td>
          </tr>
        </table>
        <!-- END promot_trafic -->

        <!-- BEGIN switch_forum_rules -->
        <table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
          <tbody>
              <tr>
                <td class="catBottom">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tbody>
                          <tr>
                            <td valign="top">
                                <div class="cattitle"> {L_FORUM_RULES}</div>
                            </td>
                          </tr>
                      </tbody>
                    </table>
                </td>
              </tr>
              <tr>
                <td class="row1 clearfix">
                    <table>
                      <tr>
                          <!-- BEGIN switch_forum_rule_image -->
                          <td class="logo">
                            <img src="{RULE_IMG_URL}" alt="" />
                          </td>
                          <!-- END switch_forum_rule_image -->
                          <td class="rules postbody">
                            {RULE_MSG}
                          </td>
                      </tr>
                    </table>
                </td>
              </tr>
          </tbody>
        </table>
        <!-- END switch_forum_rules -->

        <table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
              <td class="row2" colspan="2" align="center" style="padding:0px">
                <!-- BEGIN switch_user_logged_in -->
                <a name="quickreply"></a>
                {QUICK_REPLY_FORM}<br />
                <!-- END switch_user_logged_in -->
              </td>
          </tr>
          <tr>
              <td style="margin:0; padding: 0;" colspan="2">
                <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
                    <tbody>
              <!-- BEGIN show_permissions -->
              <tr>
                <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
                <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
              </tr>
              <!-- END show_permissions -->
              <tr>
                <td class="catBottom" colspan="2" height="28">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                          <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                          <!-- BEGIN show_permissions -->
                          <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                          <!-- END show_permissions -->
                      </tr>
                    </table>
                </td>
              </tr>
          </tbody>
                </table>
              </td>
          </tr>
          <tr>
              <td style="margin:0; padding: 0;" colspan="2">
                <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
                    <tbody>
              <tr>
                <td class="catBottom" colspan="2" height="28">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                          <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                          <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
                      </tr>
                    </table>
                </td>
              </tr>
          </tbody>
                </table>
              </td>
          </tr>
        </table>

        <form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
        <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
          <tr>
              <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
            

            <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"id="M14_News_Post"alt="{L_POST_NEW_TOPIC}"title="{L_POST_NEW_TOPIC}">Nouveau</a>
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"id="M14_i_reply_bis"alt="{L_POST_REPLY_TOPIC}"title="{L_POST_REPLY_TOPIC}">Répondre</a>
            <!-- END switch_user_authreply -->
            </span>

              </td>

              <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>

              <!-- BEGIN moderation_panel -->
              <td align="center">
                <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
              </td>
              <td align="center" width="250">
                <span class="gensmall"> </span>
              </td>
              <!-- END moderation_panel -->
          </tr>
        </table>
        </form>

        <!-- BEGIN viewtopic_bottom -->
        <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
          <tr>
              <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
                <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
                    <input type="hidden" name="t" value="{TOPIC_ID}" />

                    <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
                    <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

                    <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
                </form>
              </td>
          </tr>
        </table>
        <!-- END viewtopic_bottom -->

        <!-- 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 -->
        <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
        
        

Le CSS est dans le prochain poste ^^


Dernière édition par JasRhodes le Ven 7 Mai 2021 - 18:17, édité 1 fois
JasRhodes
JasRhodes
http://wicked-witches.1fr1.net/

MessageJasRhodes Ven 7 Mai 2021 - 18:16

CSS

Code:
/************************************* AFFICHAGE DE LA LISTE DES MEMBRES **************************************/

#LMBER {
margin:auto; width:870px;
}
/* ENTÊTE - RECHERCHER UN UTILISATEUR OU MODIFIER ORDRE AFFICHAGE */
.tleLMBER {
margin:0 auto 5px; width:980px;
background:#090909; /* MODIFIABLE */
}
/* TITRE ENTÊTE */
.tleLMBER th {
margin-bottom:5px; padding:5px 0;
text-transform:uppercase;
font-size:14px;font-weight:90;font-family:arapey;
background:#090909; color:#dadada;text-shadow:0px 0px 8px #0f0c0c; /* MODIFIABLE */
}
/* BLOC MEMBRE */
.MBER {
float:left; margin:15px;margin-left:14px;
width:145px; padding-top:10px; text-align:center;
background:#0d0d0d; /* MODIFIABLE - COULEUR PAR DEFAUT */
}
/* AVATAR */
.imgLMBER{
margin:auto; margin-bottom:-55px;
width:120px; height:100px; border-radius:20px; overflow:hidden;
}
.imgLMBER img{
width:100px;
}

.imgLMBER:hover .msgLMBER {
opacity:1;
}
/* BLOC PSEUDONYME & INSCRIPTION / DERNIERE VISITE / IMAGES MP & WWW */
.boxLMBER {
padding:45px 10px 7px;
font-family:Arial; text-align:center;
background:#0d0d0d; /* MODIFIABLE */
}
/* BLOC PSEUDONYME & INSCRIPTION */
.nameLMBER{
margin-top:20px; height:30px; padding:5px 0;
text-align:center; text-transform:uppercase; font-family:arapey; font-size:12px;
background:#0b0b0b; border-radius:2px;font-weight:bold;/* MODIFIABLE */
}
/* DATE INSCRIPTION */
.joinLMBER{
font-size:10px; text-align:center; letter-spacing:0;
}
/* DERNIERE VISITE */
.lstvLMBER {
margin-top:5px; padding:2px 0;
background:#0b0b0b; /* MODIFIABLE */
font-size:10px;font-family:arapey;text-transform:uppercase;font-weight:bold; text-align:center;border-radius:2px;
}
/* IMAGES MP & WWW */
.btnLMBER {
margin-top:5px; height:15px;
}
.btnLMBER img{
max-height:15px; filter:grayscale(1); -webkit-filter:grayscale(1);
}


/*************************************HAAUT DES CATEGORIES **************************************/



/* GROS TITRE FORUM */


span.titre6662{
background-color:#151515;
border-radius:5px;
font-family:'Playfair Display', serif;
padding-left:10px;
padding-right:10px;
text-align:center;
font-size:18px;
color:#909090;
font-weight:bold;
text-shadow:0px 0px 8px #000000;
text-transform:uppercase!important;
opacity:0.9;}

/*SPAN DES TITRES BLOCS DESCRIPTION CATEG*/

.minititrecateg{
color:#b58764;
letter-spacing:2px;
font-weight: bold;
text-transform:uppercase;
font-family: 'Playfair Display', serif;
font-size:10px;
text-shadow:0px 0px 8px #;
 }

.cat2titre{
margin-top:40px;}





/*******************************************************CATEGORIES **************************************/
/* Categories  */
       
    /* BLOC TITRE CATEGORIE */
    .tleCAT {
    margin-top:10px;margin-left:1px;
    width:980px; padding:25px 0; text-align:center;
    background-image:url(https://nsa40.casimages.com/img/2021/02/28/210228020042267650.png);
  background-color:#090909;
background-repeat:no-repeat!important;
  border-radius:20px 20px 0px 0px;border-top:4px solid #090909;border-left:2px solid #090909;border-right:2px solid #090909;/* MODIFIABLE */
    }

    /* TITRE CATEGORIE */
    .tleCAT h2 {
font-family:'Playfair Display', serif; text-align:center;
font-size:16px;
letter-spacing:-1px;
font-weight:bold;
color:#909090;
text-shadow:0px 0px 8px #000000;
text-transform:uppercase;/* MODIFIABLE */
    }
    /* BLOC CATEGORIE */
    .mdlCAT {
    margin:auto; width:980px; padding:0px 0 5px;
    background:#090909;border-radius:0px 0px 0px 0px;border:2px solid #090909; /* MODIFIABLE */
    }
    /* BAS CATEGORIE */
    .btmCAT {
    margin:0 auto 10px; width:980px;
    height:30px; background-image:url(https://nsa40.casimages.com/img/2021/02/27/210227021715590496.png);
  background-color:#090909;border-radius:0px 0px 20px 20px;margin-bottom:35px;border-bottom:4px solid #090909;border-left:2px solid #090909;border-right:2px solid #090909; /* MODIFIABLE */
    }
    /* BLOC FORUM */
    .FRM {
    margin:auto; margin-bottom:15px;
    width:930px; text-align:center; font-family:Arial;
    }
    /* ICÔNES FORUM */
    .imgFRM {
    display:inline-block; vertical-align:top;
    width:150px; height:90px;border-radius:5px;
  background-color:#0b0b0b;border:1px solid #131313;
    }
    /* BLOC POSITIONNEMENT FORUM */
    .boxFRM {
    display:inline-block; vertical-align:top;
    }
    /* BLOC TITRE FORUM */
    .tleFRM {
    margin:auto;margin-bottom:0px;
    width:475px; height:15px; padding:5px 0 5px 10px;
    text-align:center; font-size:11px; text-transform:uppercase; line-height:16px;
    background:#0b0b0b;border-radius:5px 5px 0px 0px;border-left:1px solid #131313;border-right:1px solid #131313;border-top:1px solid #131313; /* MODIFIABLE */
    }
    /* TITRE FORUM */
    .tleFRM a {
    color:#6e8257 !important;font-family: 'Playfair Display', serif;
font-size: 12px;font-weight:bold; letter-spacing:0; /* MODIFIABLE */
    transition:all 1.25s; -webkit-transition:all 1.25s;
    }
    /* SURVOL TITRE FORUM */
    .tleFRM:hover a {
    padding-left:5px; letter-spacing:1px; /* MODIFIABLE */
    }
    /* DESCRIPTION FORUM */
    .descFRM {
    margin:0 10px;margin-top:-5px;
    width:475px; height:60px;overflow:auto; padding:5px;
    text-align:justify; font-size:11px; line-height:12px;
    background:#0b0b0b; color:#535252;border-radius:0px 0px 5px 5px;border-left:1px solid #131313;border-right:1px solid #131313;border-bottom:1px solid #131313; /* MODIFIABLE */
    }
 
    /* DERNIER MESSAGE FORUM */
    .lmsgFRM {
    display:inline-block; vertical-align:top;
    width:170px; height:78px;background-image:url(https://nsa40.casimages.com/img/2021/02/22/210222114037403228.png); padding-left:0px;padding-right:0px;padding-top:8px;padding-bottom:4px; overflow:hidden;
    text-align:center; font-family: 'Playfair Display', serif;letter-spacing:1px;
font-size:9px;font-weight:bold; text-transform:uppercase; line-height:15px;
    background:#0b0b0b; color:#707070;border-radius:5px;margin-left:88px;border:1px solid #131313; /* MODIFIABLE */
    }

.lastpost1{
margin-top:0px;
margin-left:5px;
background-color:#0b0b0b;
width:160px;
padding-top:15px;
padding-bottom:15px;
border-radius:5px;
    }



    /* COULEUR TITRE SUJET DERNIER MESSAGE FORUM */
    .lmsgFRM a {
    color:#909090;font-size:9px;/* MODIFIABLE */
    }
    /* AVATAR DERNIER POSTEUR FORUM */
    .avaFRM {
    position:absolute; margin-left:-93px;margin-right:-7px; margin-top:-10px;background-image:url(https://nsa40.casimages.com/img/2021/02/26/210226050045635753.png);
    width:82px; height:89px;border-radius:5px;border:2px solid #131313; overflow:hidden;
    }
    .avaFRM img {
    width:82px;
    }
 
 
    /* BLOC SOUS-FORUMS */
    .sfFRM {
    margin:10px auto;line-height:90%;
    width:908px; padding-top:4px;padding-bottom:5px;padding-left:4px;padding-right:4px;
    text-align:center;border-radius:5px;
    background:#0b0b0b; color:#625c57;border:1px solid #131313; /* MODIFIABLE */
    }
    /* LIENS SOUS-FORUMS */
    .sfFRM a {
    display:inline-block; vertical-align:middle;
    text-transform:uppercase;font-family: 'Oswald', sans-serif;
font-size:8px;font-weight:bold; color:#807e7e !important;letter-spacing:1px; /* MODIFIABLE */
    }

.sfFRM img {
    border: none;
    margin: 2px 2px 0;}




/************************************* QUI EST EN LIGNE **************************************/


/* QEEL */
.QEEL {
margin-left:15px;margin-top:-10px;margin-bottom:10px; width:100%;
}
/* BLOC TITRE QEEL */
.tleQEEL {
margin-bottom:10px;
width:945px; height:45px; padding:10px 0 10px 10px;
background-color:#0b0b0b;background-image:url(https://nsa40.casimages.com/img/2021/02/28/210228020506953020.png);background-repeat:no-repeat; /* MODIFIABLE */
text-transform:uppercase;font-style:italic;font-family:playfair display sc;text-shadow:0px 0px 8px #000000; text-align:left;border-radius:3px;margin-top:20px;
}
/* TITRE QEEL */
.tleQEEL a.cattitle {
font-size:24px;
color:#9c95b4;  /* MODIFIABLE */
}
/* STATISTIQUES QEEL */
.stsQEEL {
position:absolute; margin-top:-2px; margin-left:250px;
width:485px; text-align:right;border-radius:2px;
}
/* TOTAL MEMBRES */
.tlMQEEL {
display:inline-block; vertical-align:top;
height:40px; padding:5px 15px; text-align:center; font-size:13px;
background:#090909; color:#d4d4d4;border-radius:5px;text-shadow: 0 0 3px !important; /* MODIFIABLE */
}
/* TOTAL MESSAGES */
.tlPQEEL {
display:inline-block; vertical-align:top; margin:0 5px;
height:40px; padding:5px 15px; text-align:center; font-size:13px;
background:#090909; color:#D4D4D4;border-radius:5px;text-shadow: 0 0 3px !important; /* MODIFIABLE */
}
/* DERNIER UTILISATEUR ENREGISTRE QEEL */
.lstQEEL {
display:inline-block; vertical-align:top;
height:40px; padding:5px 15px; text-align:center; font-size:13px;
background:#090909; color:#D4D4D4;border-radius:5px;text-shadow: 0 0 3px !important; /* MODIFIABLE */
}
/* MEMBRES CONNECTES QEEL */
.onlineQEEL {
display:inline-block; vertical-align:top;
width:330px; height:130px; padding:5px; overflow:auto;
background:#0b0b0b; color:#d4d4d4; /* MODIFIABLE */
font-size:11px; text-align:justify;border-radius:5px;border:1px solid #131313;
}
/* 24H QEEL */
.dayQEEL {
display:inline-block; vertical-align:top; margin:0 10px;
width:330px; height:130px; padding:5px; overflow:auto;
background:#0b0b0b;border:1px solid #131313;/* MODIFIABLE */
font-size:10px; text-align:justify;border-radius:5px;
}
.dayQEEL .row1 {
padding:0 !important; background:none !important;
}
/* COULEUR TEXTE 24H QEEL */
.dayQEEL .gensmall {
color:#D4D4D4; /* MODIFIABLE */
}
/* BLOC GROUPES QEEL */
.GQEEL {
display:inline-block; vertical-align:top;
width:250px; height:140px; overflow:hidden;border-radius:2px;margin-top:1px;
text-align:center; font-size:12px;font-family:playfair display sc; text-transform:uppercase;
}
/* GROUPES QEEL */
.GQEEL a{
display:block; margin-bottom:5px;
height:17px; padding:5px 0 0; overflow:hidden;
}






/******************************************* COULEUR DES TAGS ************************************/

a.mentiontag { color:#b58764;
  font-size:13px;
  font-family:arapey;
  text-transform:uppercase;
  font-weight:bold;
  letter-spacing:0px;}

a[href^="/tags/"] { color:#b58764;
  font-size:13px;
  font-family:arapey;
  text-transform:uppercase;
  font-weight:bold;
  letter-spacing:0px;}

/********************************************* GROS TITRE FORUM ******************************/

.titre666{
background-color:#111111;
width:400px;
opacity:0.9;
border-radius:10px;
text-align:center;
margin-top:0px;
margin-bottom:65px;
margin-left:275px;}

/*** COULEUR DU TEXTE ***/
span.tit1{
letter-spacing:2px;
color:#999999;
font-family:six caps;
font-size:28px;
text-transform:uppercase;
font-weight:lighter;}

span.tit2{
letter-spacing:2px;
color:#999999;
font-family:six caps;
font-size:28px;
text-transform:uppercase;
  font-weight:lighter;
}



 
/************************************************LA PAGE D'ACCUEIL*************************************/

.fond_pa{
background-color:#090909;
background-image:url(https://nsa40.casimages.com/img/2021/02/28/210228012805151249.png);
background-repeat:no-repeat!important;
width:980px;
height:500px;
padding-top:0px;
padding-bottom:0px;
border-radius:20px;
border:1px solid #;
margin-bottom:10px;
margin-top:20px;
box-shadow:0px 0px 10px 5px #090909;
 }

.navig{
background-color:#0b0b0b;
border:1px solid #131313;
width:960px;
height:10px;
border-radius:5px;
margin-top:95px;
margin-bottom:-4px;
font-family:'Playfair Display', serif;
font-size:9px;
font-style:normal;
text-transform:uppercase;
color:#D4D4D4;
letter-spacing:3px;
padding-top:5px;
padding-bottom:8px;}

.actubg{
background-color:#0b0b0b;
border:1px solid #131313;
width:210px;
height:280px;
margin-left:-730px;
text-align:justify;
border-radius:5px;
margin-top:15px;
font-family:arapey;
font-size:13px;
font-style:normal;
color:#959595;
padding-top:10px;
padding-bottom:20px;
padding-left:10px;
padding-right:10px;
}

.contextebg{
background-color:#0b0b0b;
border:1px solid #131313;
width:240px;
height:280px;
margin-left:-220px;
text-align:justify;
border-radius:5px;
margin-top:-312px;
font-family:arapey;
font-size:13px;
font-style:normal;
color:#959595;
padding-top:10px;
padding-bottom:20px;
padding-left:10px;
padding-right:10px;}

.staffbg{
background-color:#0b0b0b;
border:1px solid #131313;
width:450px;
height:70px;
margin-left:510px;
text-align:justify;
border-radius:5px;
margin-top:-311px;
font-family:arapey;
font-size:13px;
font-style:normal;
color:#959595;
padding-top:10px;
padding-bottom:19px;
padding-left:0px;
padding-right:0px;}

.partenairesbg{
background-color:#0b0b0b;
border:1px solid #131313;
width:429px;
height:170px;
margin-left:512px;
text-align:justify;
border-radius:5px;
margin-top:9px;
font-family:arapey;
font-size:13px;
font-style:normal;
color:#959595;
padding-top:10px;
padding-bottom:19px;
padding-left:10px;
padding-right:10px;}


/* INFOBULLE - TRANSITION */
.tfa_infobulle{
width:80px;
height:80px;
margin-right:8px;
margin-bottom:5px;
padding: 0;
float: left;
position: relative;
opacity:0.8;
}
.in_bulle{
background-color:#060606;
color:#ffffff;
font-family:'Playfair Display', serif;
font-size:9px;
width:0;
height:0;
position: absolute;
top: 0px;
left:0px;
overflow: hidden;
z-index: 20;
text-align: center;
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
-webkit-transition: all 0.2s ease; /* pour navigateur webkit */
-moz-transition: all 0.2s ease; /* pour navigateur mozilla */
-o-transition: all 0.2 ease; /* pour navigateur opera */
transition: all 0.2s ease; /* pour les navigateurs récents */
}
.tfa_infobulle:hover .in_bulle{
width:80px;
height:80px;
padding: 1px;
border-width: 1px;
}

.avatstaff{
margin-top:0px;
margin-left:9px;
}




/****************** CHATBOX *************************************/



/*Pour cacher le titre normal*/
#chatbox_header .cattitle strong {
  font-size: 0px;
}

/*Titre Personnalisé*/
#chatbox_header .cattitle:before {
  content: "WICKED WITCHES EVIL BOX"; /* Modifiez NOM par le titre que vous désirez */
  font-size: 10px;
  color:#b58764;
}

/*Pour cacher le lien de la connexion*/
#chatbox_option_co strong {
  font-size: 0px;
}
/*Lien de la connexion Personnalisé*/
#chatbox_option_co strong:before {
  content: "ENTER INTO THE BOX"; /* Modifiez ENTRER SUR LA CB par ce que vous désirez */
  font-size: 10px;
  color:#6e8257;
}

/*Pour cacher le lien de la déconnexion*/
#chatbox_option_disco {
  font-size: 0px;
}
/*Lien de la déconnexion Personnalisé*/
#chatbox_option_disco:before {
  content: "GET OUT NOW"; /* Modifiez QUITTER LA CB par ce que vous désirez */
  font-size: 10px;
  color:#6e8257;
  font-weight:bold;
}

/*Pour arranger la hauteur de la barre du bas*/
#chatbox_footer {
  height: 40px!important;
}
/*Barre du bas*/
#chatbox_footer .catBottom {
  border: none; /*Enlève la bordure*/
  background-image: none; /*Enlève image de fond*/
  background-color:#0b0b0b;
  height:40px;
}

/*Bouton Aide tout à gauche*/
#chatbox_footer #help-button {
}

/*Bouton Gras*/
#chatbox_footer .text-styles label[title="Gras"] {
  background-color:#1f1f23;
}
/*Bouton Italique*/
#chatbox_footer .text-styles label[title="Ital."] {
}
/*Bouton Surligné*/
#chatbox_footer .text-styles label[title="Soulig."] {
}
/*Bouton Barré*/
#chatbox_footer .text-styles label[title="Barré"] {
}
/*Bouton Couleur de police*/
#chatbox_footer #divcolor {
}
/*Bouton Smiley*/
#chatbox_footer #divsmilies {
}

/*Texte avant le message*/
#chatbox_footer label[for="message"] {
color:#808080;
}
/*Champ texte pour le message*/
#chatbox_footer #message {
}
/*Bouton pour envoyer le message*/
#chatbox_footer #submit_button {
height:23px;
width:100px;
padding-bottom:2px;
background-color:#131313;
border:1px solid #131313;
}

/*******FIN*******/


/*******************************************RETIRER LES BORDURES DES CATEG*/

th.thHead, th.thBottom {
border-width: 0;}

td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides {
border:none!important;}


.row3Right{
border:none!important;}

.thHead{
border:none!important;}

.thCornerL, .thCornerR, .thTop{
border:none!important;}

.thLeft, .thRight{
border:none!important;}

.catLeft, .catRight{
border:none!important;}

.catHead{
border:none!important;}

.catBottom{
border:none!important;}

bodyline > table br{display:none;}




/************************************************ LES SPAN CLASS ANNONCES ********************/

span.ann1{
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
background-image: -webkit-linear-gradient(#b58764,#b58764,#b58764,#b58764) !important;
font-family:'Playfair Display', serif;
text-shadow:0px 0px 8px #;
font-size:18px;
font-weight:bold;
letter-spacing:.8px;
text-transform:uppercase;
margin-bottom:5px;}

span.ann2{
margin-left:8px;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
background-image: -webkit-linear-gradient(#6e8257,#6e8257,#6e8257,#6e8257) !important;
font-family:'Playfair Display', serif;
text-shadow:0px 0px 8px #;
font-size:18px;
font-weight:bold;
letter-spacing:.8px;
text-transform:uppercase;
margin-bottom:5px;}




/***************************************** MISE EN FORME DES LISTES DE SUJETS */

.sujets{
width:950px;
height:60px;
background:#0b0b0b;
border: 1px solid #131313;
border-radius:2px;
padding: 3px;}

.topictitle{
font-size: 11px;}

.topictitle, h1, h2 {
color: #909090;
font-size: 11px;
font-family:roboto;
text-transform:uppercase;
padding: 10px;}

.topicdescri{
color:#b58764;
text-transform:uppercase;
font-family:playfair display sc;
font-size:9px;
font-weight:bold;}

.sujets_auteur{
display: block;
width: 200px;
font-size: 10px;}


.sujet_last{
display: block;
width: 200px;
height: 40px;
background:#0b0b0b;
padding-top: 0px;
font-size: 10px;
padding-left: 10px;
margin-top:-10px;}

.sujets_stats{
width: 828px;
padding-top:5px;
margin-left:8px;
text-align: right;
margin-bottom: 5px;
margin-top:-20px;
height: 20px;
font-size:10px;
font-family:roboto;}

.sujets_stats_contenu {
font-size: 10px;
color: #ABABAB;
font-family:roboto;
letter-spacing:2px;
padding: 10px;}



/*************************************** BOUTONS RÉPONDRE-NOUVEAU-VERROUILLÉ EN LETTRE */ 

/*Boutons Nouveau sujet*/
    #M14_News_Post {color:#6e8257;text-transform:uppercase;font-family:playfair display sc; font-size:12px;font-weight:bold;
  letter-spacing:1px;text-decoration:none !important;margin-right:12px;margin-left:8px;}
    /*Boutons repondre en haut de page ouis le bas de page*/
    #M14_i_reply , #M14_i_reply_bis{color:#b58764; !important;text-transform:uppercase;font-family:playfair display sc;font-size:12px;font-weight:bold;
  letter-spacing:1px;
 text-decoration:none !important;margin-right:5px;} 
    /*Bouton des sujets verrouilles*/
    #M14_ver_post {color:#999999 !important;text-decoration:none !important;text-transform:uppercase;font-family:playfair display sc;font-size:12px;font-weight:bold;
  letter-spacing:1px;}
    /*Bouton d un forum verrouille*/
    #M14_ver_forum {color:#999999 !important;text-decoration:none !important;text-transform:uppercase;font-family:playfair display sc;font-size:12px;font-weight:bold;
  letter-spacing:1px;}


/************************************* BARRE DE NAVIGATION **************************************/

a.mainmenu {
padding-top:10px;
color:#808080;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
font-family:arapey;
letter-spacing:0px;
margin-bottom:0px;}     

.menunav{
background-color:#;
margin-top:-80px;
margin-bottom:50px;
padding-bottom:10px;
padding-top:6px;
padding-left:0px;
padding-right:0px;
border-radius:2px;
}




/************************************* PROFIL **************************************/

.rankfont{
padding-top:4px;
padding-bottom:2px;
font-family: Karla, sans-serif;
font-size:8px;
letter-spacing: 1px;
text-transform:uppercase;
text-align:center;
line-height:110%;
border-radius:0px;
border-bottom:3px dotted #;
text-shadow:0px 0px 8px #;
color:#c2d2d5;}

.rankposition{
width:205px;
margin-top:-2px;
margin-left:3px;
margin-bottom:0px;}


.cadreavatar{
border:6px solid #090909;
width:200px;
border-radius:0px;
margin-bottom:10px;
margin-top:-5px;
margin-left:4px;
}

.profilbout{
width:220px;
background-color:#090909;
border-radius:0px;
padding-top:3px;
padding-bottom:3px;
margin-top:5px;
margin-bottom:-10px;
}

.tourprofil{
background-image:url();
background-repeat:repeat!important;
background:#0d0d0d;
border-radius:5px;
width:220px;
padding-left:7px;
padding-right:7px;
padding-top:0px;
padding-bottom:15px;
margin-top:5px;
margin-right:16px;
margin-left:-5px;
box-shadow: 0px 0px 3px 3px #;

}

.tourpseudorang{
width:220px;
background-image:url(https://nsa40.casimages.com/img/2021/02/21/210221040317181164.png);
border:4px solid #;
border-radius:2px;
padding-top:5px;
padding-bottom:5px;
margin-top:3px;
margin-bottom:10px;
margin-left:0px;
opacity:0.9;}

.tourpseudorang2{
width:210px;
background-color:#090909;
border:4px solid #;
border-radius:2px;
padding-top:5px;
padding-bottom:6px;
margin-top:3px;
margin-bottom:3px;
margin-left:5px;}

.pseudo1{
font-weight:lighter;
letter-spacing:1px;
padding-top:2px;
margin-top:-65px;
width:205px;
margin-left:3px;
font-family:playfair display sc;
text-shadow:0px 0px 8px #;
text-align:center;
font-size:13px;
  font-weight:bold;
text-transform:uppercase;
}


#profilbg{
background-color:#;
padding-top:8px;
padding-bottom:8px;
border-radius:3px;
border:1px solid #;
margin-top:-5px;
width:215px;}

.profilbg1{
background-color:#090909;
padding-top:5px;
padding-bottom:2px;
border-radius:2px;
width:220px;
margin-left:0px;

}

.profil3{
margin-left:5px;
background-color:#090909;
text-align:justify;
padding-top:2px;
padding-bottom:2px;
padding-left:5px;
padding-right:5px;
margin-bottom:-8px;
border-radius:0px;
color:#b58764;
}


.profillabel{
font-family:Abel, sans-serif;
font-size:10px;
font-weight:bold;
letter-spacing:0px;
line-height:110%;
text-transform:uppercase;}

#profilbg img {
  width:202px;border-radius:2px;margin-left:-1px;margin-top:3px;margin-bottom:3px; display:block;opacity:0.7; }


    /*L ONGLET AFFICHER MASQUER LE PROFIL*/
    .M14_profil_slide,.M14_profil_slideUp
    {
    width:auto;
    color:#909090;
    background:#090909;
    border: 1px solid #090909;
    border-radius: 2px;
    padding: 2px 5px;
    text-align: center;
    text-transform: uppercase;
  font-family:roboto;
  font-size:9px;
  font-weight:bold;
    letter-spacing:6px;
    cursor:pointer;
    }

    /*LA DIV QUI MASQUE LE PROFIL*/
    .M14_profil_hide,.M14_profil_slideUp{display:none;}

.reveal{margin-left:5px;}




/* FOND DU FORUM, LE LOGO, LARGEUR EN GÉNÉRALE DES FONDATIONS - */

body {
background-image:url(https://nsa40.casimages.com/img/2021/02/26/210226015910798785.png);
background-position:top center;
background-attachment:scroll !important;
background-repeat:no-repeat!important;
background-color:#0d0d0d;}

#i_logo{
height:600px;
margin-bottom:0px;
margin-top:0px;
}

table{
width:100%;
margin: auto;}


.bodylinewidth{
box-shadow:0px 0px 8px 3px #;
width:980px;
margin:auto;}

#page-body{
max-width:100%;
background-color:#;
margin-top:-70px;
padding-top:30px;
padding-bottom: 10px;
padding-left:15px;
padding-right:15px;
margin-bottom: 20px;
border-radius:15px;
box-shadow:inset 0px 0px 10px 5px #;
}

.forumline{
max-width:100%;
padding-bottom:5px;
padding-top:5px;
margin-bottom:20px;
margin-top:10px;
border-radius:10px;
border:1px solid #;
background-color:#090909;
box-shadow: 0px 0px 5px 5px #;
}

/** Pour topic list box -sujet- **/
.forumline2{
max-width:100%;
padding-bottom:5px;
padding-top:35px;
padding-left:15px;
padding-right:15px;
margin-bottom:25px;
margin-top:10px;
border-radius:10px;
border:1px solid #;
background-color:#090909;
box-shadow: 0px 0px 5px 5px #;
}

/** Pour un sujet- **/
.forumline3{
background-image:url(https://nsa40.casimages.com/img/2021/02/28/210228022453229754.png);
background-repeat:no-repeat!important;
max-width:100%;
padding-bottom:5px;
padding-top:50px;
padding-left:15px;
padding-right:15px;
margin-bottom:10px;
margin-top:5px;
border-radius:10px;
border:1px solid #;
background-color:#090909;
box-shadow: 0px 0px 5px 5px #;
}




/************************************************ BLOC ANNONCE ET SON CONTENU */

#fa_ticker_block .row1 {
background-image:url(https://nsa40.casimages.com/img/2021/02/28/210228021635423389.png);
background-repeat:repeat!important;
background-color:#090909;
margin-top:-105px;
margin-bottom:30px;
box-shadow:0px 0px 8px 5px #090909;
padding-top:0px;
padding-bottom:2px;
border-radius:10px;
border:1px solid #;
opacity:0.9;}

/**** Message à l'intérieur du bloc-annonce et son fond ****/

.messann{
background-color:#090909;
width:940px;
margin-top:3px;
margin-left:23px;
padding-bottom:10px;
border-radius:5px;
line-height:112%;
font-family:gothica;
font-size:14px;
color:#707070!important;
}

.messann2{
margin-top:4px;
}




/***************************************TEXTE JUSTIFIE ET PADDE AUTOMATIQUEMENT****************/
.postbody{
margin:auto;
font-family:gothica;
font-size:16px;
text-align:justify;
color:#9E9E9E;}


.fondtitsusu{
color:#808080;
text-transform:uppercase;
text-shadow:0px 0px 8px #000000;
padding-top:10px;
padding-bottom:10px;
line-height:110%;
text-align:center;
border-radius:0px;
font-family:'Playfair Display', serif;
font-size:15px;
font-weight:Bold;
letter-spacing:.8px;
margin-top:5px;}

/*FOND DU HAUT DE SUJET - MESSAGE,EDITER,CITER ETC*/


span.postdetails{
font-size:10px;
text-transform:uppercase;
font-family:courier new;
color:#707070!important;}

.ip{
margin-top:-3px;
}



/****************Nettoyage des liens****************/
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;}
 


/*****************************************************CODES ET SPOILERS*/
 
dl.codebox {
  background:#0d0d0d;  /*couleur de fond des contenus*/
  width:400px;
  border-radius:2px;
  box-shadow: 1px 1px 2px #;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
 
}
.codebox dd {
  background: none;
  padding: 5px;
  border: none;
}

.codebox dt {
  background-color:#0d0d0d;  /*couleur de fond des en-têtes*/
  padding: 2px 5px;
  color:#808d70;  /*couleur du texte des entêtes*/
  font-weight:bold;
  font-size:11px;
  font-family:'Playfair Display', serif;
  text-transform:uppercase;/*taille du texte des en-têtes*/
}
dl.codebox dt .genmed {
  color:#808d70;  /*couleur du texte des en-têtes pour les spoilers*/
  font-size: 11px;
  font-weight:bold;
  font-family:'Playfair Display', serif;
  text-transform:uppercase;/*taille du texte des en-têtes pour les spoilers*/
}

.spoiler_content {
  background: none;
  border: none;
}
dd.spoiler_closed {
  display: none;
}

/* EFFET TRANSITION SUR LIENS */

a {
-moz-transition:color 5s; /* Mozilla Firefox */
-webkit-transition:color 5s; /* Safari et Google Chrome */
-o-transition:color 5s; /* Opera */
 transition:color 5s;
 text-decoration: none;}

a:hover{
text-decoration: none !important;}

/* saisies arrondis */
input,textarea, select {
border-radius:3px;
border:1px solid #131313;
background-color:#0b0b0b;
padding-top:3px;
padding-bottom:3px;}


/********************************************** FOND DE L'ÉDITEUR ****************/
 
 /*général*/
        .sceditor-container {
            width: 100% !important;  /********************************largeur de l'édieur*/
            text-align: center;
            border: none !important;
        }
        .sceditor-container.ltr.wysiwygMode, .sceditor-container.ltr.sourceMode {
            background-color:#1a1a1a;  /****couleur de fond global de l'éditeur*/
        }
        /*fin général*/
     
     
        /*toolbar*/
        div.sceditor-toolbar {
            background-color:#1c1c1c;  /************couleur de fond de la toolbar*/
            border: none !important;
        }
        div.sceditor-group {
            background-color:#0d0d0d !important;  /*couleur de fond des groupes de boutons*/
            border: none !important;
        }
        a.sceditor-button {
            background-color:#0d0d0d !important;  /************couleur de fond des boutons*/
            margin: 1px; /*************************espace entre les boutons dans un groupe*/
        }
        a.sceditor-button.hover {
            background-color: #1a1a1a !important;  /***couleur de fond des bouton surlignés*/
        }
        /*fin toolbar*/
     
        /*zone de texte*/
        .sceditor-container iframe, .sceditor-container textarea {
            background-color:#1a1a1a;  /****couleur de fond de la zone de texte*/
            border: 1px solid # !important; /*couleur de la bordure de la zone de texte*/
            width: 95% !important; /***************************largeur de la zone de texte*/
            color:#A3A3A3 !important;  /*************couleur de la police (en mode source)*/
            font-size: 13px !important;  /***********taille de la police (encmode source)*/
            padding: 5px !important;
        }
        /*fin zone de texte*/
     
        /*encadré de saisie quand on clique sur un bouton*/
        .sceditor-dropdown {
            background-color: #1c1c1c !important;  /**************couleur de fond de l'encadré*/
            color:9fa7ad !important;  /*****************couleur de la police dans l'encadré*/
        }
        .sceditor-dropdown textarea, .sceditor-dropdown input {
            background-color: #1a1a1a !important;  /******couleur de fond des zones de saisie*/
        }
        /*fin encadré de saisie*/
     
        /*smileys*/
            /* limitation de la taille du cadre des smileys */
    .sceditor-emoticons {
    max-width: 350px !important;
    max-height: 250px !important;
    overflow: auto !important;
    text-align: center;
    }
    .sceditor-emoticons  div {
    display: inline!important;
    }
 
    /* taille maximum de 40 pixels */
    img.smiley {
    width: auto !important;
    height : auto !important;
    vertical-align: middle;
    max-width: 40px;
    max-height: 40px;
    }
        .sceditor-dropdown.sceditor-emoticons {
            max-height: 200px;  /********************hauteur max de la fenêtre des smileys*/
            max-width: 300px; /**********************largeur max de le fenêtre des smileys*/
            background-color:#1a1a1a;
            border: none !important;
            overflow: auto;
        }

/*---- Encadrement boîte à smilies ----*/
        #sceditor_smilies {
        background-color:#0b0b0b;           
        }
        /*fin smileys*/
     
        /*********************************************FIN APPARENCE NOUVEL EDITEUR*/
     



/************************************* PERSONNALISER LA TOOLBAR **************************************/


/* TOOLBAR */

div#fa_search {display:none!important;}

span#fa_share {display:none!important;}


a#fa_welcome {
font-size:13px;
text-transform:uppercase;
font-weight:bold;
font-family:arapey;}

a#fa_notifications
{
font-size:13px;
text-transform:uppercase;
font-weight:bold;
font-family:arapey;}


ul#fa_menulist
{
background-color:c9c9c9;}

li.see_all{
background-color:c9c9c9;}

li.unread{
background-color:c9c9c9;}

div.fa_notification{
background-color:c9c9c9;}

a#fa_show{
}

div#fa_toolbar {
  font-size:13px;
text-transform:uppercase;
font-weight:bold;
font-family:arapey;
box-shadow: 0 0 5px #;  /* Affiche une ombre */
margin: auto;
opacity:0.9;
 /* Centre la toolbar */}
Milouze14
Milouze14
Fondateur

https://www.milouze14.net/

MessageMilouze14 Sam 8 Mai 2021 - 7:50

Coucou Alex,
Ah ben non, moi j'aime bien avoir ce genre de codage  super



Alors voici ton template modifié, la css est incluse dans ce dernier avec un style.

Il suffit de regarder les commentaires comme les boutons Nouveau et Répondre:
Code:
 <!-- DEBUT BOUTONS NOUVEAU ET REPONDRE -->

Entre les boutons nouveau et répondre et la barre de liens j'ai ajouté un espace que tu pourras supprimer si besoin:

J'en ai profité pour centrer aussi les boutons nouveau et répondre en bas de page clin oeil .

Code:

 <!-- DEBUT SEPARATION ENTRE LES BOUTONS NOUVEAU ET REPONDRE -->
      <tr><td height="20px" width="100%"></td></tr>
      <!-- FIN SEPARATION ENTRE LES BOUTONS NOUVEAU ET REPONDRE -->


Ensuite les styles ont été ajouté pour le reste, il suffit de modifier les valeurs/couleurs si besoin.

Voilou ton template dans sa totalité Alex:

Code:
    <table width="100%" border="0" cellspacing="2" cellpadding="0">
         <!-- DEBUT BOUTONS NOUVEAU ET REPONDRE -->
              <tr>
                  <td align="center" valign="middle" nowrap="nowrap">
                
                <span class="nav">
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"id="M14_News_Post"alt="{L_POST_NEW_TOPIC}"title="{L_POST_NEW_TOPIC}">
                Nouveau</a>
                <!-- END switch_user_authpost -->
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"id="M14_i_reply"alt="{L_POST_REPLY_TOPIC}"title="{L_POST_REPLY_TOPIC}">Répondre</a>
                <!-- END switch_user_authreply -->
                </span>

                  </td>
      </tr>
         <!-- FIN BOUTONS NOUVEAU ET REPONDRE -->
      <!-- DEBUT SEPARATION ENTRE LES BOUTONS NOUVEAU ET REPONDRE -->
      <tr><td height="20px" width="100%"></td></tr>
      <!-- FIN SEPARATION ENTRE LES BOUTONS NOUVEAU ET REPONDRE -->
      
         <!-- DEBUT BARRE DE LIENS -->
      <tr>
                  <td class="nav" align="center" valign="middle" width="100%">
                    <span class="nav" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                      <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
                            <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
                            {NAV_CAT_DESC_SECOND}
                        </span>
                  </td>
      </tr>
       <!-- FIN BARRE DE LIENS -->
      <tr>
                  <td align="right" valign="bottom" nowrap="nowrap" width="100%">
                    <!-- BEGIN switch_twitter_btn -->
                    <span id="twitter_btn" style="margin-left: 6px; ">
                            <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
                            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
                    </span>
                    <!-- END switch_twitter_btn -->
            
                    <!-- BEGIN switch_fb_likebtn -->
                    <script>(function(d, s, id) {
                      var js, fjs = d.getElementsByTagName(s)[0];
                      if (d.getElementById(id)) return;
                      js = d.createElement(s); js.id = id;
                      js.src = "https://connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
                      fjs.parentNode.insertBefore(js, fjs);
                    }(document, 'script', 'facebook-jssdk'));</script>
                    <div class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
                    <!-- END switch_fb_likebtn -->
            
                    <span class="gensmall bold">
                        <a class="addthis_button" href="https://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
                        <!-- BEGIN switch_plus_menu -->
                        |
                        <script type="text/javascript">//<![CDATA[
                          var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
                          var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
                          var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
                          var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
                          var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
                  
                          insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
                        //]]>
                        </script>
                        <!-- END switch_plus_menu -->
                    </span>
                  </td>
              </tr>
            </table>

              <div class="imgpage1"></div><table class="forumline3" width="100%" border="0" cellspacing="1" cellpadding="0" >
              <tr align="right">
                  <td class="catHead" colspan="3" height="28">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td width="9%" class="noprint"> </td>
                          <td align="center" class="t-title">
                            <h1 class="cattitle"><div class="fondtitsusu"><div class="topictitlesu">{TOPIC_TITLE}</div></div></h1>
                          </td>
                          <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
                        </tr>
                    </table>
                  </td>
              </tr>
              <!-- BEGIN topicpagination -->
              <tr>
                  <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
              </tr>
              <!-- END topicpagination -->
              {POLL_DISPLAY}
              
          
                <!-- BEGIN postrow -->
              <!-- BEGIN hidden -->
              <tr>
                  <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
              </tr>
              <!-- END hidden -->
            <!-- BEGIN displayed -->
              <tr class="post">
                  <td class="{postrow.displayed.ROW_CLASS}" valign="top">
                    <div class="imgprofilhaut"></div>
                    <div class="tourprofil" style="text-align:center;">
                          
                                    <span class="postdetails poster-profile">
                      <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a></span>
          
                                
                                
        <div class="soulign"><div style="height:10px;"></div><div style="height:10px;"></div></div>
                                                    
                                        <div class="tourava">
                                          <div class="opacite">
                                        <div class="cadreavatar">{postrow.displayed.POSTER_AVATAR}</div></div>
                                       <div class="tourpseudorang"><div class="tourpseudorang2"><div class="pseudo1" id="pseudo1" style="margin-top:-3px;">
                                      {postrow.displayed.POSTER_NAME}
                                      </div>
                                        <div class="rankposition">
                                          <div class="rankfont">{postrow.displayed.POSTER_RANK}</div></div></div></div>
                                          <div class="M14_profil_slide"><div class="reveal">Reveal the secrets</div></div>
                                          <div class="M14_profil_slideUp"><div class="reveal">Hide the secrets</div></div>
                                    <div class="M14_profil_hide">
                                    <div class="profilbout">
                                      {postrow.displayed.PROFILE_IMG}
                                      {postrow.displayed.PM_IMG}
                                      {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field -->
                                      {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
                                      {postrow.displayed.ONLINE_IMG}</div>
                                  
        <div class="tour2"><br />
        <div class="profilbg1">
        <div id="profilbg">
        <!-- BEGIN profile_field -->
        <div class="profil3">
        <div class="profillabel">{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}</div>
        </div>
        {postrow.displayed.profile_field.SEPARATOR}{postrow.displayed.POSTER_RPG}
                                                <!-- END profile_field -->
                                                </div>
                                                </div>
                                    </div>
              

               <img src="" alt="" style="width:150px;height:1px" />
    
          </td>                        
                <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <!-- DEBUT BARRE SUJET DATE CENTRE -->
            <tr>
            <td style="background: #333;padding: 2px 0px;height: 20px;line-height: 20px;"align="center"><span class="postdetails"style="color:#9E9E9E!important;"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}  <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
              </tr>
               <!-- FIN BARRE SUJET DATE CENTRE -->
               <!-- DEBUT BARRE BOUTONS CENTRE on force le texte a s afficher au centre avec un style-->
              <tr>
            <td valign="top" nowrap="nowrap" class="post-options" style="text-align:center!important;background: #333;padding: 2px 0px;">
          <div class="ip">{postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}</div>
            </td></tr>
               <!-- DEBUT BARRE BOUTONS CENTRE -->
              <tr>
              
                          <td colspan="2"><br>
                              <!-- BEGIN switch_vote_active -->
                              <div class="vote gensmall">
                                <!-- BEGIN switch_vote -->
                                <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                                <!-- END switch_vote -->

                                <!-- BEGIN switch_bar -->
                                <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                                    <!-- BEGIN switch_vote_plus -->
                                    <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                                    <!-- END switch_vote_plus -->

                                    <!-- BEGIN switch_vote_minus -->
                                    <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                                    <!-- END switch_vote_minus -->
                                </div>
                                <!-- END switch_bar -->

                                <!-- BEGIN switch_no_bar -->
                                <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                                <!-- END switch_no_bar -->

                                <!-- BEGIN switch_vote -->
                                <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                                <!-- END switch_vote -->
                              </div>
                              <!-- END switch_vote_active -->

                              <div class="postbody">

                                <div>{postrow.displayed.MESSAGE}</div>

                                <!-- BEGIN switch_attachments -->
                                <dl class="attachbox">
                                    <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                    <dd>
                                      <!-- BEGIN switch_post_attachments -->
                                      <dl class="file">
                                          <dt>
                                            <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                            <!-- BEGIN switch_dl_att -->
                                            <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                            <!-- END switch_dl_att -->

                                            <!-- BEGIN switch_no_dl_att -->
                                            {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                            <!-- END switch_no_dl_att -->
                                          </dt>

                                          <!-- BEGIN switch_no_comment -->
                                          <dd>
                                            <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                          </dd>
                                          <!-- END switch_no_comment -->

                                          <!-- BEGIN switch_no_dl_att -->
                                          <dd>
                                            <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                                          </dd>
                                          <!-- END switch_no_dl_att -->

                                          <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                                      </dl>
                                      <!-- END switch_post_attachments -->
                                    </dd>
                                </dl>
                                <!-- END switch_attachments -->

                                <div class="clear"></div>
                                <!-- BEGIN switch_signature -->
                                <div class="signature_div">
                                    {postrow.displayed.SIGNATURE}
                                </div>
                                <!-- END switch_signature -->

                              </div>
                      
                          </td>
                        </tr>
                    </table>
                  </td>
              </tr>
              <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
                  <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
                    <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
                  </td>
                  <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
                    <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td valign="middle">
                          
                          </td>
                        </tr>
                    </table>
                  </td>
              </tr>
              <!-- BEGIN first_post_br -->
            </table>
            <hr />
            <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
              <tr>
                  <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
                  <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
              </tr>
              <!-- END first_post_br -->
              <!-- END displayed -->
              <!-- END postrow -->
              <!-- BEGIN no_post -->
              <tr align="center">
                  <td class="row1" colspan="3" height="28">
                    <span class="genmed">{no_post.L_NO_POST}</span>
                  </td>
              </tr>
              <!-- END no_post -->
              <tr align="right">
                  <td class="catBottom" colspan="3" height="28">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td width="9%" class="noprint"> </td>
                          <td align="center" class="t-title"><h1 class="cattitle"><div class="topictitlesu2"></div></h1></td>
                          <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
                        </tr>
                    </table>
                  </td>
              </tr>
            </table>
            <center><table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
              <tr>
                  <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
                  <!-- BEGIN topicpagination -->
                    <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
                  <!-- END topicpagination -->
              </tr></center>
              <!-- BEGIN switch_user_logged_in -->
              <!-- BEGIN watchtopic -->
              <tr>
                  <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
              </tr>
              <!-- END watchtopic -->
              <!-- END switch_user_logged_in -->
            </table>

            <!-- BEGIN promot_trafic -->
            <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
              <tr>
                  <td class="catBottom" height="28">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
                          <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
                        </tr>
                    </table>
                  </td>
              </tr>
            </table>

            <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
              <tr>
                  <td class="catBottom" height="28">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
                          <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                        </tr>
                    </table>
                  </td>
              </tr>
              <tr>
                  <td class="row2 postbody" valign="top">
                    <!-- BEGIN link -->
                    » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
                    <!-- END link -->
                  </td>
              </tr>
            </table>
            <!-- END promot_trafic -->

            <!-- BEGIN switch_forum_rules -->
            <table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
              <tbody>
                  <tr>
                    <td class="catBottom">
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tbody>
                              <tr>
                                <td valign="top">
                                    <div class="cattitle"> {L_FORUM_RULES}</div>
                                </td>
                              </tr>
                          </tbody>
                        </table>
                    </td>
                  </tr>
                  <tr>
                    <td class="row1 clearfix">
                        <table>
                          <tr>
                              <!-- BEGIN switch_forum_rule_image -->
                              <td class="logo">
                                <img src="{RULE_IMG_URL}" alt="" />
                              </td>
                              <!-- END switch_forum_rule_image -->
                              <td class="rules postbody">
                                {RULE_MSG}
                              </td>
                          </tr>
                        </table>
                    </td>
                  </tr>
              </tbody>
            </table>
            <!-- END switch_forum_rules -->

            <table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td class="row2" colspan="2" align="center" style="padding:0px">
                    <!-- BEGIN switch_user_logged_in -->
                    <a name="quickreply"></a>
                    {QUICK_REPLY_FORM}<br />
                    <!-- END switch_user_logged_in -->
                  </td>
              </tr>
              <tr>
                  <td style="margin:0; padding: 0;" colspan="2">
                    <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
                        <tbody>
                  <!-- BEGIN show_permissions -->
                  <tr>
                    <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
                    <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
                  </tr>
                  <!-- END show_permissions -->
                  <tr>
                    <td class="catBottom" colspan="2" height="28">
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                              <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                              <!-- BEGIN show_permissions -->
                              <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                              <!-- END show_permissions -->
                          </tr>
                        </table>
                    </td>
                  </tr>
              </tbody>
                    </table>
                  </td>
              </tr>
              <tr>
                  <td style="margin:0; padding: 0;" colspan="2">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
                        <tbody>
                  <tr>
                    <td class="catBottom" colspan="2" height="28">
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                              <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                              <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
                          </tr>
                        </table>
                    </td>
                  </tr>
              </tbody>
                    </table>
                  </td>
              </tr>
            </table>

            <form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
            <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
              <tr>
                  <td align="center" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
                

                <span class="nav">
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"id="M14_News_Post"alt="{L_POST_NEW_TOPIC}"title="{L_POST_NEW_TOPIC}">Nouveau</a>
                <!-- END switch_user_authpost -->
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"id="M14_i_reply_bis"alt="{L_POST_REPLY_TOPIC}"title="{L_POST_REPLY_TOPIC}">Répondre</a>
                <!-- END switch_user_authreply -->
                </span>

                  </td>
              </tr>
              <tr>
                  <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>

                  <!-- BEGIN moderation_panel -->
                  <td align="center">
                    <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
                  </td>
                  <td align="center" width="250">
                    <span class="gensmall"> </span>
                  </td>
                  <!-- END moderation_panel -->
              </tr>
            </table>
            </form>

            <!-- BEGIN viewtopic_bottom -->
            <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
              <tr>
                  <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
                    <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
                        <input type="hidden" name="t" value="{TOPIC_ID}" />

                        <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
                        <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

                        <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
                    </form>
                  </td>
              </tr>
            </table>
            <!-- END viewtopic_bottom -->

            <!-- 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 -->
            <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
            
JasRhodes
JasRhodes
http://wicked-witches.1fr1.net/

MessageJasRhodes Sam 8 Mai 2021 - 14:26

C'est super, Phil ! Je viens d'installer sur mon forum test et tout fonctionne parfaitement super
(Bien que je n'en doutais pas lOL)

Merci beaucoup d'avoir prit de ton temps pour m'aider encore une fois, c'est apprécié ! Mercimill

Milouze14 aime ce message

Milouze14
Milouze14
Fondateur

https://www.milouze14.net/

MessageMilouze14 Sam 8 Mai 2021 - 16:15

De rien Alex,
Hello


Sujet résolu et déplacé dans le forum adéquate  

A bientôt pour une prochaine demande  clin oeil

Voir le sujet précédent Voir le sujet suivant Revenir en haut

Créer un compte ou se connecter pour répondre

Vous devez être membre pour répondre.

S'enregistrer

Rejoignez notre communauté ! C'est facile !


S'enregistrer

Connexion

Vous êtes déjà membre ? Aucun soucis, cliquez ici pour vous connecter.


Connexion

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum