Impossible de fusionner deux sujets

3 participants

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

Résolu Impossible de fusionner deux sujets

Message par lovebug Lun 20 Sep 2021 - 1:09

Détails techniques

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

Personnes concernées par le problème : Tous les utilisateurs
Lien du forum : http://www.i-love-harvard.com/

Description du problème

Hello !
Je viens avec vous aujourd'hui pour un petit soucis que nous rencontrons sur le forum où je suis admin : il est impossible de fusionner deux sujets. Lorsque nous arrivons à l'étape de sélectionner le deuxième sujet, il n'y a pas la possibilité de cocher le dit sujet dans la liste des sujets proposés et il est donc impossible de le sélectionner.

Pensez-vous que c'est dû à la modification de l'esthétisme du forum ? Ou peut-être avons nous oublié d'activer quelque chose dans le panneau admin ?

Merci beaucoup pour votre aide !


Dernière édition par lovebug le Mer 22 Sep 2021 - 5:36, édité 1 fois
lovebug

lovebug
*

Féminin
Messages : 32
Inscrit(e) le : 31/01/2017

http://www.i-love-harvard.com/
lovebug a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de fusionner deux sujets

Message par Neptunia Lun 20 Sep 2021 - 2:07

Bonjour ^^


Il n'y a rien à activer côté panneau admin pour utiliser les outils de modération.
Du coup le plus probable est en effet une modification toxique du #template #topics_list_box

A voir avec le fondateur ou le compte fondateur du forum pour forcer les templates par défaut ou réinitialiser le viewtopic_body pour confirmer si c'est bien un problème de template.


Dernière édition par Neptunia le Lun 20 Sep 2021 - 3:49, édité 1 fois
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de fusionner deux sujets

Message par lovebug Lun 20 Sep 2021 - 2:13

Merci pour ta réponse rapide @"Neptunia" !

J'ai accès au compte fondateur et aux templates, saurais-tu me dire quel code je dois chercher dans le template pour verifier qu'il a bien été retiré et qu'il s'agit de la cause du problème ?
lovebug

lovebug
*

Féminin
Messages : 32
Inscrit(e) le : 31/01/2017

http://www.i-love-harvard.com/
lovebug a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Impossible de fusionner deux sujets

Message par Neptunia Lun 20 Sep 2021 - 4:01

Je ne sais pas où j'avais la tête dans ma première réponse (que je viens d'éditer)

Il s'agit en fait du template topics_list_box.

Je ne suis pas certaine à 100%, mais semblerait que ça soit le script placé au tout début du template.
Code:
<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>

Si je supprime ce script, il devient en effet impossible de sélectionner un sujet sur la page de fusion (/merge) des sujets.

1/ Quoi qu'il en soit, puisque vous avez accès au compte fondateur, le mieux à faire est de forcer les templates par défaut juste le temps de vérifier que la fusion redevient possible. Histoire de s'assurer que le souci vient bien d'un template.

2/ Dans un second temps réactiver la gestion des templates, sauvegarder le fameux topics_list_box puis le supprimer. Si la fusion est de nouveau possible, on saura que c'est bien ce template qui est en cause.

3/ A partir de là, soit vous savez réintégrer le script dans votre template, soit vous ne savez pas et dans ce cas, il faudra nous fournir le contenu du template topics_list_box afin que quelqu'un puisse vous aider à remettre ce qui manque dans votre template.
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de fusionner deux sujets

Message par lovebug Lun 20 Sep 2021 - 4:58

Merci beaucoup, ça m'aide énormément déjà  victoire

En effet, quand j'ai remis le template "de base", on pouvait à nouveau sélectionner un sujet sur la page de fusion donc le problème vient bien de ce template.
Cependant, le script que tu me donnes au début est déjà dans le template modifié du forum. Du coup, je me demande si un code dans le template ne doit pas venir entrer en contradiction avec ce script. Ou peut-être devrait-il être placé ailleurs dans le code ?


Voici le template, ça serait probablement plus facile de régler le soucis si tu l'as sous les yeux :

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 -->
<div class="hautecate"></div>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
          <!--<td colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"><span style="font-size: 16px;" class="namesujet">Les Topics</span></td>-->
          <td align="center" nowrap="nowrap"><span style="font-size: 16px;" class="namesujet">Les Topics</span></td>
          <td align="center" nowrap="nowrap" width="65"><span style="font-size: 16px;" class="namesujet">Réponses&Stalk</span></td>
            <td align="center" nowrap="nowrap" width="150"><span style="font-size: 16px;" class="namesujet">Derniers Messages</span></td>
      <!-- BEGIN multi_selection -->
      <th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th>
   <!-- END multi_selection -->
   </tr>
   <!-- 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 -->
   <tr>
      <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
   </tr>
<!-- END header_row -->

        <!-- BEGIN topic -->
        {topics_list_box.row.END_TABLE_STICKY}
          
   <tr>
          <!-- BEGIN single_selection -->
          <!--<td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><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 class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="0"> </td>-->
        
          <!-- BEGIN icon -->
          <!--><td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>-->
          <!-- END icon -->
        
          <td class="{topics_list_box.row.ROW_CLASS}" width="80%">
            <div class="container-list">
                <!-- BEGIN avatar -->
                <div class="sujetlastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</div>
                <!-- END avatar -->
                <div class="topic-list">
                    <div class="topictitle">
                          {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}<span class="topictype">{topics_list_box.row.TOPIC_TYPE}</span>
                          <h2 class="topic-title">
                                  <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
                          </h2>
                    </div>
                    <div class="author-topic-container">rédigé par <span class="author-topic">{topics_list_box.row.TOPIC_AUTHOR}</span></div>
                  <!-- BEGIN switch_description -->
                  <div class="genmed topic-description">{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}</div>
                  <!-- END switch_description -->
                  <span class="gensmall topic-pagination">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
              </div>
                  <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span>
                  <script type="text/javascript">$('.topic-description').children('br').remove();</script>
            </div>
          </td>

          <td class="row2" align="left" valign="middle">
            <div class="infos-topic">
              <div class="img-topic">
                <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>
              <div class="rv-all">
                <div class="rv-topic main-border">
                  <w>{topics_list_box.row.REPLIES}</w> rep
                </div>
                <div class="rv-topic main-border">
                  <x>{topics_list_box.row.VIEWS}</x> vues
                </div>
              </div>
            </div>
          </td>
          <td class="row3Right" align="center" valign="middle" nowrap="nowrap">
            <div class="postdetailstopics">
              <span class="postdetails">
                {topics_list_box.row.LAST_POST_TIME}<br />
                {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}
              </span>
            </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>
   <!-- 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 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 -->
</table><!-- END footer_table --><!-- BEGIN spacer --><!-- END spacer --><!-- END row --><!-- END topics_list_box -->


Dernière édition par lovebug le Lun 20 Sep 2021 - 6:29, édité 1 fois
lovebug

lovebug
*

Féminin
Messages : 32
Inscrit(e) le : 31/01/2017

http://www.i-love-harvard.com/
lovebug a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Impossible de fusionner deux sujets

Message par Neptunia Lun 20 Sep 2021 - 6:22

Neptunia a écrit:il faudra nous fournir le contenu du template topics_list_box afin que quelqu'un puisse vous aider ...

J'avais ma petite idée en postant ça, et je confirme que ce quelqu'un ne sera pas moi. J'ai beaucoup de mal à comprendre ce template, du coup je préfère passer la main à quelqu'un de plus compétent en la matière.
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de fusionner deux sujets

Message par lovebug Lun 20 Sep 2021 - 6:29

Pas de soucis, merci quand même pour ton aide, c'est très apprécié edente
lovebug

lovebug
*

Féminin
Messages : 32
Inscrit(e) le : 31/01/2017

http://www.i-love-harvard.com/
lovebug a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Impossible de fusionner deux sujets

Message par Oka.mi Lun 20 Sep 2021 - 11:32

Bonjour lovebug,

Le souci ici c'est que la ligne de code du bouton radio était placée en commenté (<!--blabla-->). Une fois enlevé, pour éviter le décalage dans les titres de colonne, il faut soit ajouter un titre, soit mettre un colspan=2 sur le td "les Topics" qui n'est pas en commenté (Ici j'ai ajouté un titre "Choisir").

Voici la version corrigée du template :
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 -->
<div class="hautecate"></div>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
          
     <td align="center" nowrap="nowrap">Choisir</td>
          <!--<td colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"><span style="font-size: 16px;" class="namesujet">Les Topics</span></td>-->
          <td align="center" nowrap="nowrap"><span style="font-size: 16px;" class="namesujet">Les Topics</span></td>
          <td align="center" nowrap="nowrap" width="65"><span style="font-size: 16px;" class="namesujet">Réponses&amp;Stalk</span></td>
            <td align="center" nowrap="nowrap" width="150"><span style="font-size: 16px;" class="namesujet">Derniers Messages</span></td>
      <!-- BEGIN multi_selection -->
      <td align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></td>
   <!-- END multi_selection -->
   </tr>
   <!-- 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 -->
   <tr>
      <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
   </tr>
<!-- END header_row -->

        <!-- BEGIN topic -->
        {topics_list_box.row.END_TABLE_STICKY}
          
   <tr>
          <!-- BEGIN single_selection -->
          <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><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 class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="0"> </td>-->
        
          <!-- BEGIN icon -->
          <!--<td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>-->
          <!-- END icon -->
        
          <td class="{topics_list_box.row.ROW_CLASS}" width="80%">
            <div class="container-list">
                <!-- BEGIN avatar -->
                <div class="sujetlastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</div>
                <!-- END avatar -->
                <div class="topic-list">
                    <div class="topictitle">
                          {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}<span class="topictype">{topics_list_box.row.TOPIC_TYPE}</span>
                          <h2 class="topic-title">
                                  <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
                          </h2>
                    </div>
                    <div class="author-topic-container">rédigé par <span class="author-topic">{topics_list_box.row.TOPIC_AUTHOR}</span></div>
                  <!-- BEGIN switch_description -->
                  <div class="genmed topic-description">{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}</div>
                  <!-- END switch_description -->
                  <span class="gensmall topic-pagination">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
              </div>
                  <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span>
                  <script type="text/javascript">$('.topic-description').children('br').remove();</script>
            </div>
          </td>

          <td class="row2" align="left" valign="middle">
            <div class="infos-topic">
              <div class="img-topic">
                <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>
              <div class="rv-all">
                <div class="rv-topic main-border">
                  <w>{topics_list_box.row.REPLIES}</w> rep
                </div>
                <div class="rv-topic main-border">
                  <x>{topics_list_box.row.VIEWS}</x> vues
                </div>
              </div>
            </div>
          </td>
          <td class="row3Right" align="center" valign="middle" nowrap="nowrap">
            <div class="postdetailstopics">
              <span class="postdetails">
                {topics_list_box.row.LAST_POST_TIME}<br />
                {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}
              </span>
            </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>
   <!-- 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 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 -->
</table><!-- END footer_table --><!-- BEGIN spacer --><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Oka.mi

Oka.mi
Aidactive
Aidactive

Messages : 2777
Inscrit(e) le : 06/01/2011

https://deus-academia.forumactif.com/
Oka.mi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de fusionner deux sujets

Message par lovebug Mar 21 Sep 2021 - 7:14

Merci beaucoup @"Oka.mi"
Saurais-tu me montrer la version corrigée du template avec le fameux colspan=2 sur le td "les topics" ? Car je ne suis pas sûre de savoir où l'installer (à la place du titre "choisir" comme tu as fait dans l'exemple ci-dessus I love you )
Merci encore edente
lovebug

lovebug
*

Féminin
Messages : 32
Inscrit(e) le : 31/01/2017

http://www.i-love-harvard.com/
lovebug a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de fusionner deux sujets

Message par lovebug Mar 21 Sep 2021 - 7:20

Pardon du double post. J'ai essayé de faire comme ça :
Code:
<td align="center" nowrap="nowrap"></td>
          <!--<td colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"><span style="font-size: 16px;" class="namesujet">Les Topics</span></td>-->
          <td align="center" nowrap="nowrap" colspan="2"><span style="font-size: 16px;" class="namesujet">Les Topics</span></td>
          <td align="center" nowrap="nowrap" width="65"><span style="font-size: 16px;" class="namesujet">Réponses&amp;Stalk</span></td>
            <td align="center" nowrap="nowrap" width="150"><span style="font-size: 16px;" class="namesujet">Derniers Messages</span></td>
      <!-- BEGIN multi_selection -->
      <td align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></td>
   <!-- END multi_selection -->

Mais ça reste décalé :
Spoiler:

Alors que ça devrait être comme ça :
Spoiler:

Désolée, les screen sont différents car j'essaie de régler le soucis sur notre forum test avant de l'appliquer sur le forum en lui même What a Face
lovebug

lovebug
*

Féminin
Messages : 32
Inscrit(e) le : 31/01/2017

http://www.i-love-harvard.com/
lovebug a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Impossible de fusionner deux sujets

Message par Oka.mi Mar 21 Sep 2021 - 7:35

Bonjour,

Vous pouvez enlever le td de "choisir" vu qu'il ne sert plus, cela devrait régler le souci du décalage.

Voilà ce que ça donne :
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 -->
<div class="hautecate"></div>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
          <!--<td colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"><span style="font-size: 16px;" class="namesujet">Les Topics</span></td>-->
          <td colspan="2" align="center" nowrap="nowrap"><span style="font-size: 16px;" class="namesujet">Les Topics</span></td>
          <td align="center" nowrap="nowrap" width="65"><span style="font-size: 16px;" class="namesujet">Réponses&amp;Stalk</span></td>
            <td align="center" nowrap="nowrap" width="150"><span style="font-size: 16px;" class="namesujet">Derniers Messages</span></td>
      <!-- BEGIN multi_selection -->
      <td align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></td>
  <!-- END multi_selection -->
  </tr>
  <!-- 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 -->
  <tr>
      <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
  </tr>
<!-- END header_row -->

        <!-- BEGIN topic -->
        {topics_list_box.row.END_TABLE_STICKY}
         
  <tr>
          <!-- BEGIN single_selection -->
          <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><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 class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="0"> </td>-->
       
          <!-- BEGIN icon -->
          <!--<td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>-->
          <!-- END icon -->
       
          <td class="{topics_list_box.row.ROW_CLASS}" width="80%">
            <div class="container-list">
                <!-- BEGIN avatar -->
                <div class="sujetlastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</div>
                <!-- END avatar -->
                <div class="topic-list">
                    <div class="topictitle">
                          {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}<span class="topictype">{topics_list_box.row.TOPIC_TYPE}</span>
                          <h2 class="topic-title">
                                  <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
                          </h2>
                    </div>
                    <div class="author-topic-container">rédigé par <span class="author-topic">{topics_list_box.row.TOPIC_AUTHOR}</span></div>
                  <!-- BEGIN switch_description -->
                  <div class="genmed topic-description">{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}</div>
                  <!-- END switch_description -->
                  <span class="gensmall topic-pagination">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
              </div>
                  <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span>
                  <script type="text/javascript">$('.topic-description').children('br').remove();</script>
            </div>
          </td>

          <td class="row2" align="left" valign="middle">
            <div class="infos-topic">
              <div class="img-topic">
                <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>
              <div class="rv-all">
                <div class="rv-topic main-border">
                  <w>{topics_list_box.row.REPLIES}</w> rep
                </div>
                <div class="rv-topic main-border">
                  <x>{topics_list_box.row.VIEWS}</x> vues
                </div>
              </div>
            </div>
          </td>
          <td class="row3Right" align="center" valign="middle" nowrap="nowrap">
            <div class="postdetailstopics">
              <span class="postdetails">
                {topics_list_box.row.LAST_POST_TIME}<br />
                {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}
              </span>
            </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>
  <!-- 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 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 -->
</table><!-- END footer_table --><!-- BEGIN spacer --><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Oka.mi

Oka.mi
Aidactive
Aidactive

Messages : 2777
Inscrit(e) le : 06/01/2011

https://deus-academia.forumactif.com/
Oka.mi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de fusionner deux sujets

Message par lovebug Mer 22 Sep 2021 - 5:36

J'ai du mettre colspan=1 et pas 2, car il y avait encore un décalage avec 2 et c'est réglé ! Plus de décalage et on peut fusionner deux sujets, merci à tous·te·s pour votre aide I love you Mr. Green
lovebug

lovebug
*

Féminin
Messages : 32
Inscrit(e) le : 31/01/2017

http://www.i-love-harvard.com/
lovebug a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Impossible de fusionner deux sujets

Message par Oka.mi Mer 22 Sep 2021 - 8:12

Ah oui, ça doit être à cause de la colonne d'images horizontales que je n'ai pas récupérées sur mon forum test. J'ai regardé trop vite, sorry (j'étais sur mon tél Mr. Green ).
Par contre du coup vous pouvez enlever le colspan car il est déjà sur "1" par défaut.

& De rien, avec plaisir !
Oka.mi

Oka.mi
Aidactive
Aidactive

Messages : 2777
Inscrit(e) le : 06/01/2011

https://deus-academia.forumactif.com/
Oka.mi 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