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] Problèmes d'affichage des sujets dans le messenger

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

Ekoltaqueen
Ekoltaqueen
https://simonsays.forumactif.com/

MessageEkoltaqueen Mar 9 Nov 2021 - 21:32

  • Version du forum :
    PHPBB2
  • Templates modifiés :
    oui
  • Navigateur :
    Chrome
Bonjour (bonsoir ?) à tous, et merci de prendre le temps de lire mon petit problème... :) !
Je souhaite installer le MESSENGER (tiré de ce partage) sur notre forum (le lien du forum test sur lequel nous tentons est > I C I <). Toutefois, après l'installation et avoir suivi les étapes données par le tutoriel, quelques problèmes persistent. En voici la liste :

AVATARS & DATE : l'avatar des derniers posteurs ainsi que les dates des derniers messages ne s'affichent QUE lorsque nous nous trouvons sur une liste de sujets. Alors et seulement là, tout se met en place. En dehors de cet espace (index, liste des membres, profils, n'importe quelle autre page, ...), l'avatar devient celui de l'invité, les dates disparaissent.

LISTE DES SUJETS : le problème plus haut n'est pas lui-même clairement visible puisqu'il ne marche que lorsque la liste des sujets s'affiche... ce qui n'est plus le cas. Bien que je souhaite lier le messenger à un forum spécial, j'ai actuellement enlevé cette fonction afin de voir si le problème s'étendait à tout le forum : c'est le cas. Il est possible de voir les forums, les sous-forums, mais "aucun forum ou sujet n'a été trouvé" s'affiche lorsque l'on arrive au bout du chemin. 

illustration du problème

lorsque l'on est sur l'index:

lorsque l'on est sur la liste des sujets:



Voici la liste de mes templates modifiés y étant liés  :
viewtopic_body:
topics_list_box:
index_box:


merci d'avance pour votre aide précieuse et le temps que vous m'accorderez :) ! passez une bonne journée

Milouze14 aime ce message

Milouze14
Milouze14
Fondateur

https://www.milouze14.net/

MessageMilouze14 Mer 10 Nov 2021 - 6:38

Coucou Pauline,

je dois me sauver quelques jours,
je serais obligé de modifier pas mal de choses pour que Messenger fonctionne.
Je reviendrais vers toi normalement Samedi ou Dimanche ok .



Message envoyé via la réponse rapide par: @Milouze14
Ekoltaqueen
Ekoltaqueen
https://simonsays.forumactif.com/

MessageEkoltaqueen Mer 10 Nov 2021 - 8:09

Ne t'en fais pas, c'est déjà très gentil à toi, je ne suis pas à la minute près ! Fais donc ce que tu as à faire et surtout merci pour ton aide  [PHPBB2] Problèmes d'affichage des sujets dans le messenger 1f604

Milouze14 aime ce message

Milouze14
Milouze14
Fondateur

https://www.milouze14.net/

MessageMilouze14 Dim 14 Nov 2021 - 11:52

Coucou Pauline,
alors normalement tu ne devrais pas avoir de changement visuel avec mes ajouts,
ne me demandes ce que j'ai pu faire car moi même , je ne sais plus lOL .

index_box:

Code:
    <div class="autourcate2222"><div class="autourcate"><div class="lienscate"><a href="{U_SEARCH_NEW}">nouveaux messages</a> — <a href="{U_SEARCH_UNANSWERED}">messages sans réponses</a> — <a href="{U_TODAY_ACTIVE}">sujets actifs du jour</a></div>
    <!-- BEGIN catrow --><!-- BEGIN tablehead -->
    {catrow.tablehead.L_FORUM}
    <div class="containercate">
     <!-- END tablehead -->
     <!-- BEGIN cathead -->
     <!-- END cathead -->
     <!-- BEGIN forumrow -->
    
      <table class="border-forum">
      <tr>
        <td>
          <div class="titrefo"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div><div class="descriptionfo">{catrow.forumrow.FORUM_DESC}</div>
          <fu style="width: 80px;text-align: center; margin-left: 237px; margin-top:-27px;">— {catrow.forumrow.TOPICS} sujets</fu><br/> <pu style="width: 80px;text-align: center; margin-left: 237px; margin-top:-9px;">{catrow.forumrow.POSTS} messages —</pu>
          <table><tr><td><!-- BEGIN avatar --><div class="avatarposteur">{catrow.forumrow.avatar.LAST_POST_AVATAR}</div><!-- END avatar --></td><td> <div class="lastpostbarre"><div class="lastpostfo"><span class="gensmall lp_messenger">{catrow.forumrow.LAST_POST}</span></div></div></td></tr></table>
          <div class="sousforums"><span class="ListeSousForums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span></div>
           <div class="newnonewindex"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
          </td>
      </tr>
    </table>

    
     <!-- END forumrow -->
     <!-- BEGIN catfoot -->
     <!-- END catfoot -->
     <!-- BEGIN tablefoot -->
      <img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --></div></div>

topics_list_box:

Code:

    <!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection -->
    <script type="text/javascript">
    function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
       var all_checked = true;
       for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
          if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
             all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
          }
       }
       document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
    }
    function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
       for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
          if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
             document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
          }
       }
    }
    </script>
    
      <!-- END multi_selection -->


      <table class="forumline">
      
       <!-- BEGIN pagination -->
       <tr>
          <td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
       </tr>
       <!-- END pagination -->
       <!-- END header_table --><!-- BEGIN header_row -->
      
    <!-- END header_row -->

    <!-- BEGIN topic -->
        <table class="border-forum row_messenger" style="height:75px; margin-bottom:-1px;">
    {topics_list_box.row.END_TABLE_STICKY}
       <tr class="l_to border-forum">
          <!-- BEGIN single_selection -->
          <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20px"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
          <!-- END single_selection -->
          <td style="position:relative;"><div class="newnonewpostlisting"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></div>
              <!-- BEGIN icon -->
          <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle">{topics_list_box.row.ICON}</td>
          <!-- END icon -->
          <td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"'>
            
                      <div class="topictitle"><div class="f_to"><a class="f_titre" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.PARTICIPATE_POST_IMG} <span class="annonce">{topics_list_box.row.TOPIC_TYPE}</span> <span class="topictitle"> {topics_list_box.row.TOPIC_TITLE}</span></a><br/>
                        </div><!-- BEGIN switch_description -->
             <span class="genmed tpc_desc">
                
                {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
             </span>
             <!-- END switch_description -->
                        <br/>
                        <span class="gensmall paginer">{topics_list_box.row.GOTO_PAGE}</span></div>
                      <div class="f_lp"> par {topics_list_box.row.TOPIC_AUTHOR}</div>
          </td>

              <td class="row2" align="center" valign="middle"><span class="postdetails"><ru style="position: absolute;right: 7px;top: 12px;width: 87px;">{topics_list_box.row.REPLIES} réponses</ru></span></td>
              <td class="row2" align="center" valign="middle"><span class="postdetails"><mu style="position: absolute;right: 7px;top: 30px; width: 87px;">{topics_list_box.row.VIEWS} vues</mu></span></td>
              <td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.NEWEST_POST_IMG}</span></td>
          
              <td class="row3Right" onmouseover='this.className="row1"' onmouseout='this.className="row3Right"' align="center" valign="middle" nowrap="nowrap">
                <!-- BEGIN avatar -->
                <div style="width: 200px;"></div>
                <div class="a_to">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</div>
                <!-- END avatar -->

                <div class="f_tp1"><div class="f_tp2"> <div class="lptime"><span class="postdetails">{topics_list_box.row.LAST_POST_TIME}</span></div>{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</div></div>
            </td>
    <!-- BEGIN multi_selection -->
          <td class="row2" align="center" valign="middle"><span class="postdetails"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td>
       <!-- END multi_selection -->
       </tr>
        </table><!-- END topic --><!-- BEGIN no_topics -->
       <tr>
          <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
       </tr>
       <!-- END no_topics --><!-- BEGIN bottom -->
       <tr>
          <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
             <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                   <td> <span class="gensmall">{PAGINATION}</span></td>
                   <td align="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;</td>
                </tr>
             </table>
          </td>
       </tr>
    <!-- END bottom --><!-- BEGIN footer_table -->
     <!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
      </table>



viewtopic_body:

Code:
    <div class="dssujet"><!-- 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 -->
     <!-- END switch_user_authpost -->
     <!-- BEGIN switch_user_authreply -->
     <!-- END switch_user_authreply -->
     </span>
     </td>
     <td class="nav" valign="middle" width="100%">
     <span class="nav">
                    
                    <!--{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="addthis-toolbar-btn" style="display:none;">
     {switch_plus_menu.SOCIAL_BUTTONS}
     </div>
     </div>
    
     <!-- END switch_plus_menu -->
     </span>
              </td><td>{POLL_DISPLAY}</td>
     </tr>
    </table>
    
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" >
     <tr align="right">
              
              <div class="separateur"></div>
              
     </tr>
     <tr>
              <div class="tt_list_mbr"><div class="tt_post_msg">{TOPIC_TITLE}</div><div class="liste_mbr">{POSTERS_LIST}</div></div>
      </tr>
     <!-- BEGIN topicpagination -->
     <tr>
    
      </tr>
     <!-- END topicpagination -->
    
     <tr>
    
     </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 -->
     <table class="M14_Post_separat"cellspacing="0"><tr><td>
      <tr class="post post--{postrow.displayed.U_POST_ID} row_messenger" 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">
                      <div class="UNO"><div class="favicon"></div><div class="pfil_msg"> <div class="ava_pst">{postrow.displayed.POSTER_AVATAR}</div>
                        <div class="cach_img"><div class="fc_cps"></div>
                          <div class="cred_cps"></div>
                          <div class="cercle_img">{postrow.displayed.ONLINE_IMG}</div><div class="photobooth_cps"></div>
                          <div class="fruitz_cps"></div>
                          <div class="trcs_pfil">
                            <div class="messages_cps"><div class="label_cust">messages</div></div>
                            <div class="nb_rp"><div class="label_cust">rps</div></div>
                            <div class="simflouz"><div class="label_cust">simflouz</div></div></div>
                          <div class="ddi_cps">bad influence since</div>
                          
                        </div></div><br />
                                      <div class="nm_rg"><div class="nm_pst">{postrow.displayed.POSTER_NAME}</div>
                                        <div class="rang_pst">{postrow.displayed.POSTER_RANK}</div></div><br />
                        
                        <div class="inf_pst_t"><div class="aes_cps"></div><!-- BEGIN profile_field --><div class="testmsg">
                                 <div class="inf_pst">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</div>
                                </div>
                                
                          <!-- END profile_field --></div>
                                
                              
                        <div class="tites_icns">{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} <!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --></div>
                        </div>
     <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>
    
                                      <div class="post_dtls">
                                              <div class="tt_sujt"><a href="#{postrow.displayed.U_POST_ID}">#</a> {postrow.displayed.POST_SUBJECT}</div>
                                              <div class="date_sujt">{postrow.displayed.POST_DATE}</div>
                                      </div>
                                              <div class="btns_pst">{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>
    
     </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>
    
     </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 -->
                                              
                                            
     <div class="lesbtsdmerd"><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}">
     <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}">
    
                                              <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>
     </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">
    
     </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>
              </td></tr></table>
     <!-- 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>
    
    
                            <!-- BEGIN switch_isconnect -->
                             <!-- END switch_isconnect -->
                            
                        
     </tr>
     </table>
     </td>
     </tr>
    </table><hr/>
    <table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
      <tr>
     <!-- BEGIN topicpagination -->
     <div class="pagination2">{PAGINATION}</div>
     <!-- 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="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%"><div class="lanav_bas"><span class="nav">{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></div></td>
     <!-- BEGIN show_permissions -->
     <!-- 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>{moderation_panel.U_YOUR_PERSONAL_MODERATE}</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}>
     <div class="nav_bas"><span class="nav">
     <!-- BEGIN switch_user_authpost -->
     <a href="{U_POST_NEW_TOPIC}" rel="nofollow" id="#i_post"><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}" id="#i_reply"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
     <!-- END switch_user_authreply -->
                              </span></div>
     </td>

     <td align="right" nowrap="nowrap"></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} <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 --></div>

Copies le contenu sur ce site:"Aperçu du fichier" .
https://www.partage-temporaire.fr/2021/11/14/messengerpauline/

Et remplaces l'intégralité de script Messenger par ce contenu.

Attention ce contenu ne sera valide que 24h00.

Vaut mieux cliquer sur "Télécharger messengerPauline.txt":

[PHPBB2] Problèmes d'affichage des sujets dans le messenger 1355

Ekoltaqueen aime ce message

Ekoltaqueen
Ekoltaqueen
https://simonsays.forumactif.com/

MessageEkoltaqueen Dim 14 Nov 2021 - 12:02

Merci mille fois ! Je n'ai pas l'occasion de le tester de suite puisque je suis en route pour le boulot, mais je tenais vraiment à te remercier pour ta rapidité, ta réactivité et ta gentillesse à travers l'entraide ❤ je te donne des nouvelles ce soir à propos de tout ça !

Message envoyé via la réponse rapide par: @Ekoltaqueen

Milouze14 aime ce message

Milouze14
Milouze14
Fondateur

https://www.milouze14.net/

MessageMilouze14 Mar 16 Nov 2021 - 17:30


Hello

Si ton sujet est résolu, merci de suivre la procédure suivante:
Un tag précédent ton premier message est présent.

Il te suffira de cliquer sur ce dernier pour mettre ton sujet en résolu.
Comme le mentionne le règlement.



Message envoyé via la réponse rapide par: @Milouze14
Milouze14
Milouze14
Fondateur

https://www.milouze14.net/

MessageMilouze14 Jeu 18 Nov 2021 - 4:12


Hello


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

A bientôt pour une prochaine demande clin oeil



Message envoyé via la réponse rapide par: @Milouze14

Ekoltaqueen aime ce message

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