mauvaise redirection des derniers messages

2 participants

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

Résolu mauvaise redirection des derniers messages

Message par narki Lun 30 Mar 2020 - 21:47

Détails techniques

Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Google Chrome
Personnes concernées par le problème : Tous les utilisateurs
Problème apparu depuis : 30/03/2020 ; je ne sais pas quelle manipulation est à l'origine du bug.
Lien du forum : https://themediumplace.forumactif.com/

Description du problème

Bonjour !

Je me permets de vous joindre aujourd'hui car j'ai un souci du genre gênant.

Lorsque je clique sur le titre du dernier message posté, ou sur la petite icone de dernier message posté, on me redirige vers le premier message du forum.

Celui-ci était dans la corbeille. Je me suis dit qu'en le supprimant, le problème partirait. Et bien non ! On me redirige toujours au même endroit... donc jamais au message correspondant.

Cependant ! Ceci n'est pas valable pour TOUS les sujets. Aussi, je suis un peu perdue.

J'ai tenté sur chrome en tant qu'invité et avec le compte fondateur, avant et après la suppression des cookies du forum, et aucun changement.
J'ai également essayé en enlevant les templates et en les remettant. Rien.

Aussi : comment faire pour corriger le problème, et surtout éviter que cela ne revienne !!

Je vous remercie d'avance pour l'aide que vous pourrez m'apporter.
narki


Edit : je vous ajoute mon index_box et mon css. dites-moi s'il faut un autre template !

Code:
 <table width="800px" border="0" cellspacing="0" cellpadding="0" align="center">
     <tr>
     <td valign="bottom">
     <div class="cat_links">
   <!-- BEGIN switch_user_logged_in -->
 <a id="nouveaux_messages" href="{U_SEARCH_NEW}">
                           {L_SEARCH_NEW}
   </a>
 <!-- END switch_user_logged_in -->
  
 
   <a href="{U_SEARCH_UNANSWERED}">
           {L_SEARCH_UNANSWERED}
   </a>
</div>
     </td>
     </tr>
     </table>

     <!-- BEGIN catrow --><!-- BEGIN tablehead -->
     <div class="titr_cat">{catrow.tablehead.L_FORUM}</div>
     <!-- END tablehead -->

     <!-- BEGIN cathead -->
     <!-- END cathead -->
        
     <!-- BEGIN forumrow -->
 <div class="catfo">
 <!--statistcs-->
<div class="statfo"><span>{catrow.forumrow.TOPICS}</span>sujets<br /><br />
<span>{catrow.forumrow.POSTS}</span>mess.</div>
<!--titre du forum-->
<div class="blocinfos"><div class="titr_forum"><span class="forumlink">
 <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
 </span></div>
<!--description du forum-->
<div class="desc_forum"><p>{catrow.forumrow.FORUM_DESC}</p></div></div>
 <!--liens sous forums-->
<div class="sous_forum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<script type="text/javascript">jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,' ')).removeAttr('id');</script></div>
<div class="foavatar"><!-- BEGIN avatar -->
{catrow.forumrow.avatar.LAST_POST_AVATAR}
<!-- END avatar --></div><!--dernier message--><div class="dernier_mess">{catrow.forumrow.LAST_POST}</div>
<!--statut forum--><img class="statut_forum" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</div>
     <!-- END forumrow -->
 
     <!-- BEGIN catfoot -->
     <!-- END catfoot -->
 
     <!-- BEGIN tablefoot -->
     <!-- END tablefoot --><!-- END catrow -->

Code:
/******************************************************** GENERAL ********************************************************/

::-webkit-scrollbar {
     width: 4px;
}
::-webkit-scrollbar-thumb {
     background: #873A75;
}
::-webkit-scrollbar-track {
     background: #cfcbcc;
}

a, a:hover {
   text-decoration: none !important;
   transition: .5s all;
}

    /* Scrollbar sous Firefox */
    * {
       scrollbar-width: thin;
       scrollbar-color: #873A75 #cfcbcc;
    }
    /* Scrollbar sur navigateurs Webkit */
    ::-webkit-scrollbar {
       width: 4px;
       height: 4px;
    }
    ::-webkit-scrollbar-track {
       background-color: #cfcbcc;
    }
    ::-webkit-scrollbar-thumb, {
       background-color: #873A75;
    }

.boutonhautbas {
    bottom: 40px;
    right: 10px; /* remplacez right par left pour afficher les boutons à gauche */
    position: fixed;
    z-index: 100;
}

.code { color:#5989C5; }

.forumline {
text-align: justify;}

span#fa_share {display:none!important;}
div#fa_search {display:none!important;}
a#fa_hide {display: none!important;}


a.sceditor-button.sceditor-button-dailymotion {display:none;}
a.sceditor-button.sceditor-button-flash {display:none;}
a.sceditor-button.sceditor-button-date {display:none;}
a.sceditor-button.sceditor-button-time {display:none;}

.word-count {
  font-family: 'VT323', monospace;
  font-size:14px;
  font-style:bold;
   width: 549px;
   height: 15px;
  background-color:#f3f3f3;
  color:#A88CA4;
  text-align:center;
}

.selectCode { float:right; text-transform: uppercase; cursor:pointer; }
div.cont_code { clear: right; }

/* image du bouton mentionner */
.sceditor-button-mention div { background-image:url(https://i.servimg.com/u/f19/18/21/60/73/scemen10.png) !important }
 
/* menu déroulant du bouton mentionner */
#fa-mention {
  background:url(https://i.servimg.com/u/f19/18/21/60/73/scemen10.png) no-repeat 3px 50% #FFF;
  padding-left:22px;
}

#chatbox .cb-avatar {
  height: 56px!important;
  width: 35px!important;
  overflow: hidden!important;
}

#chatbox .cb-avatar > img {
  height: 56px!important;
  width: 35px!important;
}

/******************************************************** NAVIGATION ********************************************************/
#navig
{
  width: 1200px;
  margin: auto;
  text-align: center;
}

#navigation
{
  position: fixed;
z-index: 999;
width: 100%;
  background-color: #DAD6DA;
  border-bottom: 2px solid #DAD6DA;
  margin-left: -10px;
}

/******************************************************** CATEGORIES ********************************************************/

/*liens avant catégories */
.cat_links {
        width: 800px;
        margin: auto;
        text-align: center;
}

.cat_links a {
        color: #873A75;
        font-family: 'Sofia', cursive;
        font-weight: bold;
        font-size: 16px;
     margin: 0 1%;
}

.cat_links a:hover {
     color: #CC527C;
}

/* bloc titre catégorie */
.titr_cat
{
margin:5px auto 10px;
width:800px;
height:66px;
text-align:center; font-family: 'Sofia', cursive;
background:url(https://i.servimg.com/u/f29/20/18/61/98/sans_t10.png);
}

/* titre catégorie */
.titr_cat h2 {
margin:0 auto;
font-size:36px; letter-spacing:1px;
color:white;
text-shadow:2px 2px 0px rgba(0,0,0,0.3);
}

/* bloc forum */
.catfo {
margin:5px;
width:790px;
height:160px;
padding:5px;
overflow:hidden;
text-align:center;
font-family:Roboto;
font-size:11px;
background:#E9E9E9;
}

/* statistiques messages + sujets */
.statfo {
display:inline-block; vertical-align:top;
     width: 45px;
 margin:5px 5px 5px 0px;
 padding-top:30px;
}

.statfo span {
        background: #FFFFFF;
        padding: 25% 0;
        display: block;
        text-align: center;
        margin-bottom: 0 0 10%;
        text-transform: lowercase;
        font-size: 9px;
}

/* titre + description forum */
.blocinfos {
display:inline-block; vertical-align:top;
width:295px;
 height:150px;
text-align:justify;
margin:5px;
 background:#FFFFFF;
 padding-bottom:5px;
}

.titr_forum {
height:20px; padding:5px; overflow:hidden;
background:#ebdbde;
text-align:center; font-size:20px;  line-height:20px;
font-family: 'VT323', monospace;
letter-spacing:1px;
}

.titr_forum a {
color:#473f5b !important;
}

.desc_forum p {
 height:100px;
 overflow:auto;
 padding:5px;
}

.desc_forum span {
 font-family: 'Sofia', cursive;
 font-size:16px;
 font-weight:bold;
 letter-spacing:2px;
}

/* liens vers les sous forums */
.sous_forum {
 display:inline-block; vertical-align:top;
 width:110px;
 height:150px;
 margin:5px;
 overflow:auto;
 text-align:center;
}

.sous_forum a {
color: #873A75;
        background: #e3e1e6;
        text-align: center;
        width: 97px;
        display: block;
        padding:3px;
 margin:3px;
        text-transform: lowercase;
        font-style: bold;
        letter-spacing: 1px;
 font-family: Roboto;
 font-size:11px;
}

.sous_forum a:hover {
 background:#cecac9;
       color: #CC527C;
   letter-spacing:2px;
}


/* avatar dernier poster*/
.foavatar {
 display:inline-block; vertical-align:top; margin:5px;
width:100px; height:150px; overflow:hidden;
background:#ebdbde;
border:solid white 1px;
}

.foavatar img {
width:100px;
border:solid #white 1px;
}

/* dernier message posté*/
.dernier_mess {
 display:inline-block;
 width:120px;
 margin:5px;
 padding:50px 3px 0px 3px;
 background:white;
 height:100px;
 overflow:hidden;
}


/* statut forum */
.statut_forum {
 display:inline-block; vertical-align:top;
 width:45px;
 margin:5px 0px 5px 5px;
}

.statut_forum img {
 width:45px;
}


/******************************************************** POSTER-PROFIL ********************************************************/

.post_avatar img {
border:1px solid #F8F5F3;
background:#F8F5F3;
padding:3px;
border-radius: 20px;
}

.post_profile {
border:1px solid #F8F5F3;
background:#F8F8F8;
padding:3px;
border-radius: 20px 20px 0px 0px;
}

.poster_name {
  font-family: Sofia, cursive;
  font-size: 16px;
  text-align:center;
  letter-spacing: 1px;
  text-shadow: 0px 0px 2px #000000;
}
    
.poster_rank {
  font-family: 'VT323', monospace;
  font-size:16px;
    text-align:center;
  font-style:bold;
  margin-top:-45px;
  }

.champ_profil {
 font-family: 'VT323', monospace;
  font-size:14px;
  margin-left:5px;
  margin-right:5px;
}


.postdetails.poster-profile img {
  max-width:200px; /* largeur */
}

.auteurmessage {
   font-family: 'VT323', monospace;
  font-size:16px;
    text-align:center;
  margin-top: -10px;
  max-width:210px;
}

.titresujet {
 font-family: 'VT323', monospace;
  font-size: 24px;
  text-transform: lowercase;
  text-align:center;
  margin-top: -5px;
  text-shadow: 1px 1px 1px black;
  color: #ab4178;
  font-weight:lighter;
}

.icon_online {
position:absolute;
margin-left:42px;
margin-top:4px;
}

.nav a {
 font-family: 'VT323', monospace;
 font-size:20px;
 font-style:bold;
}

.nav {
  font-size: 0;
}
 
a.nav:before {
  content: " ◆ "; /* Symbole de séparation */
  color: #ab4178; /* Couleur du symbole de séparation */
 }
 
.nav > a.nav:empty:before, .nav > a.nav:first-child:before {
  content: "";
}

/******************************************************** FICHE PRESENTATION ********************************************************/

::-webkit-scrollbar {
     width: 4px;
}
::-webkit-scrollbar-thumb {
     background: #873A75;
}
::-webkit-scrollbar-track {
     background: #cfcbcc;
}

a, a:hover {
   text-decoration: none !important;
   transition: .5s all;
}

    /* Scrollbar sous Firefox */
    * {
       scrollbar-width: thin;
       scrollbar-color: #873A75 #cfcbcc;
    }
    /* Scrollbar sur navigateurs Webkit */
    ::-webkit-scrollbar {
       width: 4px;
       height: 4px;
    }
    ::-webkit-scrollbar-track {
       background-color: #cfcbcc;
    }
    ::-webkit-scrollbar-thumb, {
       background-color: #873A75;
    }


.ficheprez {
background:#eed8db;
width:400px;
padding:10px;
border-radius: 20px 20px 0px 0px;
}

/************************* HAUT *************************/
.hautprez {
display:flex;
width:400px;
height:330px;
padding:5px;
justify-content: space-between;
}

/* avatar gauche */
.avatarprez {
width:200px;
height:320px;
align-items:flex-start;
margin-right:5px;
}

.avatarprez img {
border:1px solid white;
background:white;
width:200px;
height:320px;
}

/* fiche d'identité */
.idprez {
width:170px;
height:330px;
align-items:flex-end;
margin-right:10px;
}

.idprez span {
line-height: 12px;
width:160px;
height:32px;
display:inline-block;
background:#f5e9ea;
font-size:14px;
font-family:'VT323', monospace;
padding:5px;
margin-bottom:4px;
text-align:center;
}

.idprez span :hover {
 background:white;
 letter-spacing:1px;
}

/* citation */
.ficheprez h1 {
font-family:'Sofia', cursive;
 font-size:24px;
 color:#854C67;
 text-align:center;
}

/************************* INFORMATIONS *************************/

.infosprez {
display:flex;
width:400px;
height:330px;
padding:5px;
justify-content: space-between;
}

.gaucheprez {
width:160px;
height: 330px;
align-items:flex-start;
margin-right:10px;
}

/* caractère */

.caractereprez {
align-items:flex-start;
width:160px;
height:150px;
background:white;
text-align:justify;
overflow:auto;
font-family:Roboto;
font-size:11px;
margin-right:5px;
margin-bottom:5px;
padding:3px;
}

.caractereprez span {
font-size:14px;
font-family:'VT323', monospace;
letter-spacing:1px;
}

/* anecdotes */
.anecdotesprez {
align-items:flex-start;
flex-wrap:wrap;
width:160px;
height:150px;
background:white;
text-align:justify;
overflow:auto;
font-family:Roboto;
font-size:11px;
margin-right:5px;
margin-top:5px;
padding:3px;
}

.anecdotesprez span {
font-size:14px;
font-family:'VT323', monospace;
letter-spacing:1px;
}

/* avatar droite */
.droiteprez {
width:200px;
height:320px;
align-items:flex-end;
margin-right:10px;
margin-left:10px;
}

.droiteprez img {
border:1px solid white;
background:white;
width:200px;
height:320px;
}

/************************* HISTOIRE *************************/
.histoireprez {
display:flex;
width:400px;
height:250px;
margin:10px;
}

.textehistoireprez {
 width:370px;
 height:240px;
 overflow:auto;
 padding:5px;
 text-align:justify;
 font-family:Roboto;
font-size:11px;
background:white;
}

.histoireprez span {
font-size:14px;
font-family:'VT323', monospace;
letter-spacing:1px;
}

/************************* BAS *************************/
.basprez {
display:flex;
width:400px;
height: 120px;
margin:10px;
}

/* derrière l'écran */
.ecranprez {
width:250px;
 height:90px;
 overflow:auto;
 padding:5px;
 text-align:justify;
 font-family:Roboto;
font-size:11px;
background:white;
align-items:flex-start;
}

.ecranprez span {
font-size:14px;
font-family:'VT323', monospace;
letter-spacing:1px;
}

/* icon */
.iconprez {
width:100px;
height:100px;
align-items:flex-end;
margin-right:10px;
margin-left:10px;
}

.iconprez img {
width:100px;
height:100px;
border:1px solid white;
background:white;
}

/******************************************************** QEEL ********************************************************/
.QEEL {
margin:auto;
width:792px;
height:370px;
padding-top:15px;
text-align:center;
background:url(https://i.servimg.com/u/f29/20/18/61/98/test110.png);
box-shadow:0 0 3px rgba(0,0,0,0.1);
}

.titreQEEL {
width:770px;
height:50px;
text-transform:lowercase;
text-align:center;
margin-bottom:10px;
}

.titreQEEL a {
font-size:35px;
font-family: 'Sofia', cursive;
color:#873A75;
text-shadow:1px 1px 0px rgba(0,0,0,0.3);
}

#totusersOL {
display:block;
padding-top:45px;
margin-bottom:5px;
letter-spacing:0;
font-size:9px;
font-family:'VT323', monospace;
text-transform:uppercase;
color:#2F3B40;
}

.enligneQEEL {
 width:220px;
 height:100px;
 display:inline-block;
 vertical-align: top;
 background:#FFFFFF;
 margin:10px;
 padding:10px;
 overflow:auto;
 font-size:10px;
 font-family: Roboto;
 text-transform:lowercase;
 text-align:justify;
}

.statsQEEL {
 width:220px;
 height:100px;
 display:inline-block;
 vertical-align: top;
 background:#FFFFFF;
 margin:10px;
 padding:10px;
 overflow:auto;
 font-family:Roboto;
 font-size:10px;
 text-align:justify;
}

.VQQEEL {
 width:220px;
 height:100px;
 display:inline-block;
 vertical-align: top;
 background:#FFFFFF;
 margin:10px;
 padding:10px;
 overflow:auto;
 font-size:10px;
 font-family: Roboto;
 text-transform:lowercase;
 text-align:justify;
}

.VQQEEL .row1 {
padding:0; background:none;
}

.groupesQEEL {
 width:740px;
 height:20px;
 padding:10px;
 display:inline-block;
 background:#FFFFFF;
}

.groupesQEEL a {
 font-size:20px;
font-family: 'Sofia', cursive;
font-weight:bold;
}


/******************************************************** CREDITS ********************************************************/
div .creditsTMP {
    width:65px;
 border-bottom: solid 1px #473f5b;
 margin: 0 auto;
 text-align:center;
}

div .creditsTMP a {
font-family:'VT323', monospace;
 font-size:15px;
}
narki

narki
Nouveau membre

Féminin
Messages : 4
Inscrit(e) le : 22/06/2019

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

Résolu Re: mauvaise redirection des derniers messages

Message par Chacha Sam 4 Avr 2020 - 19:55

Bonjour @narki

Vous avez posté 23 sujets en à peu près 20 minutes ! https://themediumplace.forumactif.com/latest

Le système anti-spam s'est donc déclenché.

Il suffit de "lever le pied" un petit peu, de poster plus posément, l'affichage devrait revenir automatiquement normalement.

Explications:
Cordialement.
Chacha

Chacha
Modéractif
Modéractif

Masculin
Messages : 69301
Inscrit(e) le : 21/08/2010

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

Résolu Re: mauvaise redirection des derniers messages

Message par Chacha Lun 6 Avr 2020 - 9:59

mauvaise redirection des derniers messages 8djze9qBonjour,

Nous n'avons plus de nouvelle de l'auteur de ce sujet depuis plus de 7 jours. Nous considérons donc ce problème comme résolu ou abandonné. La prochaine fois, merci de nous tenir au courant de l'évolution de votre problème, ou pensez à faire un UP régulièrement !

Ce sujet est archivé afin de ne pas perdre les réponses apportées.
Chacha

Chacha
Modéractif
Modéractif

Masculin
Messages : 69301
Inscrit(e) le : 21/08/2010

https://forum.forumactif.com/
Chacha 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