l'encadré du forum ne va pas jusqu'en bas

2 participants

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

Résolu l'encadré du forum ne va pas jusqu'en bas

Message par Lilynufare Jeu 5 Sep 2024 - 9:51

Détails techniques


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

Personnes concernées par le problème : Moi uniquement
Problème apparu depuis : 04/09/2024
Lien du forum : (lien masqué, vous devez poster pour le voir)

Description du problème

Bonjour,
Je rencontre un petit soucis, une amie m'a mi un codage pour le profil des sujets mais je me rends compte que le bodyline, l'encadrement ne se fait pas tout en bas du forum, avec les liens. Je dois certainement fermer une classe, une div. J'ai tenté mais je n'y arrive pas.

Merci de votre attention

viewtopic_body
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}', _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 = {  };
 }
 });
</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 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 -->
 <a class="addthis_button" href="#">{L_SHARE}</a>
  |
 <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>
  <!-- BEGIN topicpagination -->
 <tr>
 <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
 </tr>
 <!-- END topicpagination -->
</table>
<br/>
<div class="PRFL_blockgen">

<div class="PRFL_titlebackground">
<div class="PRFL_title">{TOPIC_TITLE}</div>
<div class="PRFL_nav"><a href="{U_INDEX}">{L_INDEX}</a> {NAV_CAT_DESC_SECOND}</div>
</div>
 
 <!-- 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">

 </td>

 <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR}>
                            <a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></a>
                            <div class="PRFL_fondmessage">
                              <div class="PRFL_champsprfl">
                                <div class="PRFL_imrank">{postrow.displayed.RANK_IMAGE}</div>
                                <div class="PRFL_avatar">{postrow.displayed.POSTER_AVATAR}</div>
                                                    <div class="PRFL_pseudo">
                                                      <span class="name"><strong>{postrow.displayed.POSTER_NAME}</strong></span>
                                <div class="PRFL_rank">{postrow.displayed.POSTER_RANK}</div></div><br />

                                <div class="PRFL_cadre" style="height:170px; overflow:auto; overflow-x: hidden">
 <!-- BEGIN profile_field -->
                                  <span class="PRFL_infos" style="padding-top:3px;padding-bottom:3px;height:160px;"><span class="ChampsProfil">{postrow.displayed.profile_field.LABEL} : {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</span></span>
<!-- END profile_field --><br/><div class="PRFL_rpg">{postrow.displayed.POSTER_RPG}</div>
                                </div>
                             {postrow.displayed.ONLINE_IMG}
                                      <div class="PRFL_champcont">
                                  <div class="PRFL_btncontact">{postrow.displayed.PROFILE_IMG}    {postrow.displayed.PM_IMG}    {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field -->    {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
                                  </div>
      </div>
                                                                

                  </div>
                              <div class="PRFL_time">
                                  <div class="PRFL_date">{postrow.displayed.POST_DATE}</div>
 <div class="PRFL_btnadmin">
 {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
                                </div>

          <div class="PRFL_corpsmessage">{postrow.displayed.MESSAGE}

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

 </div>
                  </div>
 </td>
 </tr>
 <!-- BEGIN first_post_br -->
<hr />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">

 <!-- 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 -->
  </table>
  <br/><div class="PRFL_nav"><a href="{U_INDEX}">{L_INDEX}</a> {NAV_CAT_DESC_SECOND}</div>
<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 -->
  <div class="PRFL_stopwatch">{S_WATCH_TOPIC}</div>
 <!-- END watchtopic -->
 <!-- END switch_user_logged_in -->
</table>

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

</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="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 -->



Dernière édition par Lilynufare le Sam 7 Sep 2024 - 22:54, édité 1 fois
Lilynufare

Lilynufare
****

Messages : 253
Inscrit(e) le : 22/08/2012

Lilynufare a été remercié(e) par l'auteur de ce sujet.

Résolu Re: l'encadré du forum ne va pas jusqu'en bas

Message par Tite-May Ven 6 Sep 2024 - 15:51

Hello !
Je poste pour voir le lien du forum, pour que je puisse mieux voir le problème Wink

EDIT :
Je ne pense pas que le problème vienne de ce template.
Ton template "overall_footer_begin" a-t-il été modifié ?
avatar

Tite-May
****

Féminin
Messages : 214
Inscrit(e) le : 13/08/2012

http://tambouille-raleuses.forumactif.com/
Tite-May a été remercié(e) par l'auteur de ce sujet.

Résolu Re: l'encadré du forum ne va pas jusqu'en bas

Message par Lilynufare Sam 7 Sep 2024 - 15:56

Bonjour,

Merci déjà pour ton aide,

Non, ce template n'a pas été modifié. L'encadré reste dans l'ensemble du forum; même quand on va à la liste des sujets sauf à l'affichage des profils dans les sujets. Si je retire le template viewtopic_body, tout se remet en ordre.
Lilynufare

Lilynufare
****

Messages : 253
Inscrit(e) le : 22/08/2012

Lilynufare a été remercié(e) par l'auteur de ce sujet.

Résolu Re: l'encadré du forum ne va pas jusqu'en bas

Message par Tite-May Sam 7 Sep 2024 - 17:34

Hello,

OK excuse moi hier j'avais les yeux qui se croisaient apparemment Wink Toutes mes excuses.
Tu as une balise table fermée au mauvais endroit (ligne 97 sur ton PA ).

Voilà le template qui fonctionne (même si je ne te cache pas qu'il n'est pas hyper propre Wink )
avatar

Tite-May
****

Féminin
Messages : 214
Inscrit(e) le : 13/08/2012

http://tambouille-raleuses.forumactif.com/
Tite-May a été remercié(e) par l'auteur de ce sujet.

Résolu Re: l'encadré du forum ne va pas jusqu'en bas

Message par Lilynufare Sam 7 Sep 2024 - 21:49

Pas de soucis, ça ne fait rien !

Je te remercie de ton aide. Alors oui, j'ai vu qu'il n'était pas propre, c'est pas mon codage, et je me suis perdue. Je crois que je vais reprendre l'ancien, mais au moins, le codage est réparé.

problème résolu.
Lilynufare

Lilynufare
****

Messages : 253
Inscrit(e) le : 22/08/2012

Lilynufare 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