Grand espace avant les messages postés

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

Résolu Grand espace avant les messages postés

Message par Nickygend Mar 29 Oct 2019 - 3:49

Détails techniques

Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Google Chrome
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Tous les utilisateurs
Lien du forum : (lien masqué, vous devez poster pour le voir)

Description du problème

Bonjour,

Je me permets de venir solliciter votre aide après plusieurs recherches et tentatives infructueuses pour régler mon problème.

Comme dit dans le titre, il y a un énorme vide qui précède chaque message posté sur mon forum ayant - plus au moins - la même taille que le cadre du profil et que je souhaite faire disparaître.

J'ai tout naturellement regardé du côté des templates et il me semble que le problème vient de là, car, mon forum contient plusieurs templates personnalisés. Ne m'y connaissant pas assez pour pouvoir trouver l'erreur, je viens à vous en espérant que vous pourrez m'aider Smile  !

Voici le template en question:
Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
    if(typeof(_atc) == "undefined") {
        _atc = {  };
    }
});

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>

<!-- BEGIN switch_user_authpost -->
<ul class="posting-buttons clearfix">
 <li class="post-icon">
 <a href="{U_POST_NEW_TOPIC}" accesskey="n" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" /></a>
   </li>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
 <li class="post-icon"><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a></li>
<!-- END switch_user_authreply -->
</ul>

<div class="ariane_pagination">
   <li class="begin"><a href="{U_INDEX}"><span>{L_INDEX}</span></a></li>
 {NAV_CAT_DESC}
  
   <!-- BEGIN topicpagination -->
   <div class="pagination_forum">
           {PAGINATION}
   </div>
   <!-- END topicpagination -->
</div>

<div class="clearfix empty-clear"></div>


<div class="message_profil">
 
 {POLL_DISPLAY}

 <!-- BEGIN postrow -->
 
 <!-- BEGIN hidden -->
 <div class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</div>
 <!-- END hidden -->
 
 <!-- BEGIN first_post_br -->
</div>
<hr id="first-post-br" />
<div>
 <!-- END first_post_br -->
 
 <!-- BEGIN displayed -->
   <div class="mp_titre">
           <div class="left">
                   <h1>
                   {TOPIC_TITLE}
           </h1>
                  
                   <div class="mp_date">
                           Ecrit le {postrow.displayed.POST_DATE_NEW}
                   </div>
           </div>
          
           <div class="right">
                   {postrow.displayed.THANK_IMG}
 {postrow.displayed.MULTIQUOTE_IMG}
                   {postrow.displayed.QUOTE_IMG}
                   {postrow.displayed.EDIT_IMG}
                   {postrow.displayed.DELETE_IMG}
           </div>
   </div>
  
 <div id="p{postrow.displayed.U_POST_ID}" class="{postrow.displayed.ONLINE_IMG_NEW} clearfix post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
 <div class="post-container"{postrow.displayed.THANK_BGCOLOR}>
 <div class="postbody clearfix">
 <div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
 <div class="mp_pseudo">
                                           {postrow.displayed.POSTER_NAME}
                                   </div>
                                  
                                   <div class="separation">
                                           • <span>•</span> • <span>•</span> • <span>•</span> • <span>•</span> • <span>•</span>
                                   </div>
                                  
                                   <div class="mp_avatar">
                                           {postrow.displayed.POSTER_AVATAR}
                                           <div class="mp_avatar_content">
                                                   <!-- 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}
                                           </div>
                                   </div>
                                  
                                   <div class="rang_image">
                                           {postrow.displayed.RANK_IMAGE}
                                   </div>
                                  
                                   <div class="mp_contact">
                                           <!-- BEGIN user_logged_in -->
                                           {postrow.displayed.PROFILE_IMG}
                                          
                                           <!-- BEGIN switch_user_posts -->
 {postrow.displayed.USER_POSTS_IMG}
 <!-- END switch_user_posts -->
                                           <!-- END user_logged_in -->
                                   </div>
                                  
                                   <div class="mp_online">
                                           {postrow.displayed.ONLINE_IMG_INV}
                                   </div>
 </div>

 
                 <div style="position: relative; top: 30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
 
 <div class="post-entry">
 <!-- 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>{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>
 {postrow.displayed.EDITED_MESSAGE}
 </div>


 <!-- BEGIN switch_signature -->
 <br />
 <div id="sig{postrow.displayed.U_POST_ID}" class="signature_div">{postrow.displayed.SIGNATURE_NEW}</div>
 <!-- END switch_signature -->

 </div>

 </div>

 </div> <!-- closing tag post -->
 <!-- END displayed -->
 <!-- END postrow -->
 
 <!-- BEGIN minisearch -->
 <!-- END minisearch -->
        <!-- BEGIN switch_isconnect -->
        <!-- END switch_isconnect -->

</div>

<!-- BEGIN viewtopic_bottom -->
<br />
<div class="outils_moderation">
 {S_TOPIC_ADMIN}
</div>

<!-- END viewtopic_bottom -->

<div class="ariane_pagination">
   <li class="begin"><a href="{U_INDEX}"><span>{L_INDEX}</span></a></li>
 {NAV_CAT_DESC}
  
   <!-- BEGIN topicpagination -->
   <div class="pagination_forum">
           {PAGINATION}
   </div>
   <!-- END topicpagination -->
</div>

<ul class="posting-buttons clearfix">
 <!-- BEGIN switch_user_authpost -->
 <li class="post-icon">
 <a href="{U_POST_NEW_TOPIC}" accesskey="n" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" /></a>
 </li>
 <!-- END switch_user_authpost -->
 <!-- BEGIN switch_user_authreply -->
 <li class="post-icon">
 <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
 </li>
 <!-- END switch_user_authreply -->
</ul>

<div class="clearfix empty-clear"></div>





<div class="boutons_moderation">
   <div class="surveiller">
           {JS_WATCH_TOPIC}
   </div>
  
   <div class="bouton_moderer">
           {S_AUTH_LIST}
   </div>
</div>



<!-- BEGIN promot_trafic -->
<div class="row2">
 <div id="ptrafic_close" class="clearfix" style="display:none">
 <div class="maintitle floated">
 <h3>{PROMOT_TRAFIC_TITLE}</h3>
 <div class="right rtl-inversion-right">
 <a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a>
 </div>
 </div>
 </div>
 <div id="ptrafic_open" class="clearfix" style="display:''">
 <div class="maintitle floated">
 <h3>{PROMOT_TRAFIC_TITLE}</h3>
 <div class="right rtl-inversion-right">
 <a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a>
 </div>
 </div>
 <div>
 <!-- BEGIN link -->
 » <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
 <!-- END link -->
 </div>
 </div>
</div>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<div class="row1" id="forum_rules">
 <div class="maintitle">
 <h3>{L_FORUM_RULES}</h3>
 </div>
 <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 post-entry">
 {RULE_MSG}
 </td>
 </tr>
 </table>
</div>
<!-- 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 -->

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

<script src="//s7.addthis.com/js/300/addthis_widget.js#pubid=forumotion" type="text/javascript"></script>


Dernière édition par Nickygend le Mer 30 Oct 2019 - 17:39, édité 1 fois
Nickygend

Nickygend
Nouveau membre

Messages : 3
Inscrit(e) le : 29/10/2019

https://khazmodan.forumactif.com/
Nickygend a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Grand espace avant les messages postés

Message par Nickygend Mer 30 Oct 2019 - 8:10

UP.
Nickygend

Nickygend
Nouveau membre

Messages : 3
Inscrit(e) le : 29/10/2019

https://khazmodan.forumactif.com/
Nickygend a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Grand espace avant les messages postés

Message par Nickygend Mer 30 Oct 2019 - 17:40

En fin de compte, j'ai trouvé une autre solution.
Nickygend

Nickygend
Nouveau membre

Messages : 3
Inscrit(e) le : 29/10/2019

https://khazmodan.forumactif.com/
Nickygend a été remercié(e) par l'auteur de ce sujet.

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

- Sujets similaires

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