Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Page 1 sur 3 1, 2, 3  Suivant

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

Résolu Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Jeu 25 Déc 2014 - 11:59

Détails techniques


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

Personnes concernées par le problème : Tous les utilisateurs
Problème apparu depuis : 25 décembre 2014
Lien du forum : http://grpw.exprimetoi.com

Description du problème

Bonjour, qui sait me dire comment supprimer l'affichage des liens des forums (entouré en rouge).
Supprimer le cadre (entouré en rouge)
Je veux garder les boutons personnalisés + le titre de la catégorie (ce qui est entouré en jaune).
(Voir capture d'écran)
Le titre de la catégorie en jaune doit être centré.
Où dois je modifier tout cela dans mon panneau d'administration ?
Est ce que vous avez des questions ?
Je vous remercie et bon noël.


Dernière édition par bugsbuny le Sam 27 Déc 2014 - 20:25, édité 1 fois
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Jeu 25 Déc 2014 - 13:15

Salut bugsbuny ,

bon on va tenter de satisfaire ta demande, sans template ce n'est évident mais bon,
essayes ceci:
qui sait me dire comment supprimer l'affichage des liens des forums (entouré en rouge)

Dans la feuille de style:
Affichage/Images et Couleurs/Couleurs/Feuille de style

Colles ceci:
Code:

.forum-sousforum a{display:none;}

Supprimer le cadre (entouré en rouge)

Recherches dans la feuille de style ceci:
.forum-description
.forum-stats
.forum-sousforum


supprimes tout ce qui contient des bordures


Le titre de la catégorie en jaune doit être centré.

Colles ceci:
Code:


.row1 over{text-align:center;}


Penses à cliquer sur le boutonSupprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Boutonvalider

a++




Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Jeu 25 Déc 2014 - 19:39

Bien le bonjour Milouze,

joyeux noël.

Merci pour l'aide.
J'ai désinstallé les liens des forums qui est magnifique.
Centrer le titre de la catégorie, ça ne fonctionne pas!
J'ai supprimé le cadre mais cela n'est pas beau.
Y a t-il moyen d'ajouter un cadre simple ou un double cadre qui entoure les boutons ?

Je te remercie pour le temps passé à trouver une solution pour m'aider.

Bonne soirée en ce 25 décembre.
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Jeu 25 Déc 2014 - 19:58

Re,

pour le centrage as tu déposé ce style:

Code:
 .row1 over{text-align:center;}
car je ne le vois pas sur ton fofo!!!

Y a t-il moyen d'ajouter un cadre simple ou un double cadre qui entoure les boutons ?


A l'heure actuelle non, il faudrait avoir le template concerné Wink .
a++

Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Jeu 25 Déc 2014 - 20:03

Milouze14 a écrit:Re,

pour le centrage as tu déposé ce style:

Code:
 .row1 over{text-align:center;}
car je ne le vois pas sur ton fofo!!!

Y a t-il moyen d'ajouter un cadre simple ou un double cadre qui entoure les boutons ?


A l'heure actuelle non, il faudrait avoir le template concerné Wink .
a++


Voilà, j'ai installé ce code pour le centrage du titre de la catégorie sur l'accueil mais pas de changement, il reste à gauche.
J'attends que tu aie vu le résultat avant de modifier.

Pour le cadre, n'y a t il pas moyen de remettre l'ancienne configuration et modifier le cadre uniquement ?

Merci.
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Jeu 25 Déc 2014 - 20:11

Re,

J'attends que tu aie vu le résultat avant de modifier.

Je ne vois toujours ce style sur ton fofo,

peux tu donner la totalité de ta feuille de style stp?

Pour le cadre, n'y a t il pas moyen de remettre l'ancienne configuration et modifier le cadre uniquement ?

Si tu modifies le cadre uniquement le reste sera choquant mon tit lapin Very Happy .

Je dois me sauver Wink .

a++

Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Jeu 25 Déc 2014 - 20:13

Code:
.row1 over{text-align:center;}
.forum-sousforum a{display:none;}
.secondarytitle h2 {
    display: none;
}
#newsareal1 div.topictitle {
    display: block !important;
    margin: 2px 1px 0;
    padding: 2px 5px 5px 30px;
    border: 1px solid #B1BFC0;
    border-radius: 5px;
    background: #F3F9F9 url('http://i44.servimg.com/u/f44/16/54/26/99/old-ve10.png') no-repeat 5px center;
    }
    #newsareal1 div.topictitle:hover {
    background-color: #D8DEDE;
    }
    #newsareal1 div.topictitle a {
    color: #708090 !important;
    text-decoration: none !important;
    text-shadow: #fff 1px 1px 0px
    }
.bouhautbas {
    bottom: 40px;
    right: 10px; /* remplacez left par right pour afficher les boutons à droite */
    position: fixed;
    z-index: 100;
}
.m-navigation {
    background-color: gray; /* couleur de fond*/
    width: 100%; /* largeur */
    border: 2px solid white; /* bordure */
}
/* Liens dans la barre de navigation */
.m-navigation a.mainmenu {
    display: inline-block;
    height: 30px; /* hauteur du trait */
    padding: 12px; /* marge interieure */
}
 
/* Entre 2 liens */
.m-navigation a.mainmenu ~ a.mainmenu {
    border-left: 1px solid black; /* bordure */
}
.m-navigation {
    background-color: gray; /* couleur de fond*/
    width: 100%; /* largeur */
}
.forumline {border-collapse : separated; background-color:transparent !important;}
.forumline td { background:transparent url(http://i39.servimg.com/u/f39/18/54/86/99/sans_t10.png) repeat !important;}
div.sceditor-container iframe, div.sceditor-container textarea {
  background: transparent;
}
.postbg {
  background-position: 0 0; background-repeat: repeat;
}

/*La hauteur des liens*/
#M14_groupes a {line-height:20px;}
             
                /*l image a gauche dans la legende*/
                .M14_leg_left
                {
                float:left;
                margin-top:60px;/*positionnement de l image a 60px du haut*/
                margin-left:100px;/*positionnement de l image a 80px de la gauche*/
             
                }
                /*l image a droite dans la legende*/
                .M14_leg_right
                {
                float:right;
                margin-top:60px;/*positionnement de l image a 60px du haut*/
                margin-right:100px;/*positionnement de l image a 80px de la droite*/
                }
             
                /*La legende*/
                #M14_groupes
              {
             
                color:white;/*la couleur de police du titre*/
                font-size:18px;/*la taille de police du titre*/
                display:block; /*on demande un affichage en bloc*/
                min-width:200px;/*la largeur minimum du bloc*/
                max-width:250px;/*la largeur maximale du bloc*/
                height:auto;/*on autorise une hauteur indefinie*/
                /*on centre le bloc automatiquement avec les margin*/
                margin-left:auto;
                margin-right:auto;
                /*on donne un espace en haut 5px a droite 2px en bas 5px et a gauche 2px*/
                padding:5px 2px 5px 2px;
                text-align:center;/*on centre le texte*/
                }
                /*le caractere devant chaque groupe*/
               
#M14_groupes a:before
{
content:'•';
float:left;
}
    .moder {
                        color : green;
                        font-weight : bold;
                            background-color : black;
                            box-shadow: 0 0 50px black;
                                  border-radius:9px;
                            border: 1px solid orange;
                            width: 80%;
                              margin: auto;
                            }


    .mini_ava {
      float: left;
    }
    .mini_ava img {
      width: 40px;
      height: 40px;
      margin: 0 5px;
      border-radius: 10px;
      transition: all 2s;
      -moz-transition: all 2s;
      -webkit-transition: all 2s;
      -o-transition: all 2s;
    }
    .mini_ava img:hover
    {
      width: 80px;
      height: 80px;
    }

    #av_quickreply img{
      position: relative;
      top: 35px;
      left: 15px;
    }
   
    #av_quickreply {
      float: left;
    }

   
    .colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(http://i83.servimg.com/u/f83/17/45/19/77/light11.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    }
   
    .colorpicker.dark{
    background: url(http://i83.servimg.com/u/f83/17/45/19/77/dark11.png);
    }
    .colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
    }
    .colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(http://i83.servimg.com/u/f83/17/45/19/77/colorp10.png);
    }
    .colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(http://i83.servimg.com/u/f83/17/45/19/77/colorp10.gif);
    margin: -5px 0 0 -5px;
    }
    .colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
    }
    .colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(http://i83.servimg.com/u/f83/17/45/19/77/colorp11.gif) left top;
    margin: -4px 0 0 0;
    left: 0px;
    }
    .colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
    }
    .colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
    }
    .colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
    }
    .colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(http://i83.servimg.com/u/f83/17/45/19/77/custom11.png) top;
    left: 212px;
    top: 142px;
    }
    .colorpicker.dark .colorpicker_hex {
    background: url(http://i83.servimg.com/u/f83/17/45/19/77/colorp11.png) top;
    }
    .colorpicker_hex input {
    right: 6px;
    }
    .colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
    }
    .colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
    }
    .colorpicker_rgb_r {
    background-image: url(http://i83.servimg.com/u/f83/17/45/19/77/custom12.png);
    top: 52px;
    left: 212px;
    }
    .colorpicker.dark .colorpicker_rgb_r{
    background-image: url(http://i83.servimg.com/u/f83/17/45/19/77/colorp12.png);
    }
    .colorpicker_rgb_g {
    background-image: url(http://i83.servimg.com/u/f83/17/45/19/77/custom13.png);
    top: 82px;
    left: 212px;
    }
    .colorpicker.dark .colorpicker_rgb_g {
    background-image: url(http://i83.servimg.com/u/f83/17/45/19/77/colorp13.png);
    }
    .colorpicker_rgb_b {
    background-image: url(http://i83.servimg.com/u/f83/17/45/19/77/custom14.png);
    top: 112px;
    left: 212px;
    }
    .colorpicker.dark .colorpicker_rgb_b {
    background-image: url(http://i83.servimg.com/u/f83/17/45/19/77/colorp14.png);
    }
    .colorpicker_hsb_h, .colorpicker_hsb_s, .colorpicker_hsb_b {
    display: none;
    }
    .colorpicker_submit {
    position: absolute;
    background: url("http://i83.servimg.com/u/f83/17/45/19/77/accept10.png") no-repeat;
    cursor: pointer;
    right: 10px;
    width: 48px;
    height: 50px;
    top: 118px;
    overflow: hidden;
    }
    .colorpicker_focus {
    background-position: center;
    }
    .colorpicker_hex.colorpicker_focus {
    background-position: bottom;
    }
    .colorpicker_submit.colorpicker_focus {
    background-position: bottom;
    }
    .colorpicker_slider {
    background-position: bottom;
    }
    .colorpicker { z-index: 3; }

      G. R. P. W.

Pour le cadre, un cadre rectangle à dimension automatique si modification du pourcentage de la grandeur du forum, pas moyen ? LOL
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 7:00

Salut bugsbuny,

pour la css , essayes de changer ceci:
Code:
.row1 over{text-align:center;}

Par ceci:
Code:
.row1 over{text-align:center !important;}

Penses à cliquer sur le boutonSupprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Boutonvalider


Peux tu me donner le template index_box stp:
Affichage/Templates/Général/index_box
Il faudra simplement transformer un span par un div afin d'attribuer une bordure.

a++

Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 8:45

Bonjour Milouze,

Ce code ne fonctionne pas non plus.

J'ai fais une capture d'écran, le titre n'est pas centré et il y a des virgules en bas à gauche et cela pour chaque catégorie sur l'accueil.

Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Bouton13

Voici l'index box dans général du template :

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}
 
        {CURRENT_TIME}
 
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
 
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
 
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
  </tr>
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
        <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
        </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
  </tr>
  <!-- END cathead -->
  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
 
            </span>
        </h{catrow.forumrow.LEVEL}>
 
<!-- [ DÉBUT DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
 
      <div class="forum-stats">{catrow.forumrow.POSTS} messages, dans {catrow.forumrow.TOPICS} sujets.</div>
<div class="forum-description">
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
</div>
<div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
        <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
 
        </span>
      </td>
      <!-- BEGIN forum_link_no -->
      <td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
 
<!-- [ FIN DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
 
      <!-- END forum_link_no -->
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
  <!-- END forumrow -->
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->
  <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Merci et bonne journée. Very Happy
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 9:44

Re,
ok merci ,peux tu me dire le niveau de compression stp :
Affichage/Page d'acceuil/Structure et hiérarchie

a++
Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 9:47

Séparer les catégories sur l'index : Complet
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 9:49

Re,
ok merci mon ami Wink .

Je regarde tout çà Very Happy .

a++
Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 9:52

Tout les remerciements te sont attribués Clin d\'oeil

EDIT : les virgules, c'est arrangé, j'ai coché non sur Lien vers les niveaux inférieurs :
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 9:57

Re,


supprimes tout le contenu de template et remplaces par ce contenu:
Code:

        <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
          <tr>
              <td valign="bottom">
                <!-- BEGIN switch_user_logged_in -->
                <span class="gensmall">{LAST_VISIT_DATE}
       
                {CURRENT_TIME}
       
                </span>
                <!-- END switch_user_logged_in -->
                <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
              </td>
              <td class="gensmall" align="right" valign="bottom">
                <!-- BEGIN switch_user_logged_in -->
                <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
       
                <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
       
                <!-- END switch_user_logged_in -->
                <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
              </td>
          </tr>
        </table>
        <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
          <tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
              <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
          </tr>
          <!-- END tablehead -->
          <!-- BEGIN cathead -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
             
                <h{catrow.cathead.LEVEL} class="hierarchy">
                    <span class="cattitle">
                      <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                    </span>
                </h{catrow.cathead.LEVEL}>
             
              </td>
              <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
          </tr>
          <!-- END cathead -->
          <!-- BEGIN forumrow -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
              <!-- END inc -->
              <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
              </td>
              <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
              <div style="text-align:center;">
                <h{catrow.forumrow.LEVEL} class="hierarchy">
                    <span class="forumlink">
                      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
       
                    </span>
                </h{catrow.forumrow.LEVEL}>
                </div>
        <!-- [ DÉBUT DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
       
              <div class="forum-stats">{catrow.forumrow.POSTS} messages, dans {catrow.forumrow.TOPICS} sujets.</div>
        <div class="forum-description">
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        </div>
        <div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                <script type="text/javascript">$('.forum-sousforum').each(function(){$(this).html($(this).html().replace(/,/g," "));});</script>
                <span class="gensmall">
                    <!-- BEGIN switch_moderators_links -->
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
       
                </span>
              </td>
              <!-- BEGIN forum_link_no -->
              <td class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
              </td>
       
        <!-- [ FIN DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
       
              <!-- END forum_link_no -->
              <!-- BEGIN forum_link -->
              <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
              <!-- END forum_link -->
          </tr>
          <!-- END forumrow -->
          <!-- BEGIN catfoot -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
          </tr>
          <!-- END catfoot -->
          <!-- BEGIN tablefoot -->
        </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->


Penses a enregistrer les modifications en cliquant respectivement sur Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil 907288 et Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Ajouter2024


Les titres seront centrés et les virgules supprimées Wink .

a++
Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 10:02

Re,
bugsbuny a écrit:Tout les remerciements te sont attribués Clin d\'oeil

EDIT : les virgules, c'est arrangé, j'ai coché non sur Lien vers les niveaux inférieurs :

il me semble que dans ce cas tu n'auras plus de notifications de nouveaux message
avec l'image !!!


Edit:
pour les messages et sujets :recherches ceci:
Code:
 <div class="forum-stats">{catrow.forumrow.POSTS} messages, dans {catrow.forumrow.TOPICS} sujets.</div>

Supprimes et remplaces par:
Code:

 <div class="forum-stats"style="text-align:center;">{catrow.forumrow.POSTS} messages, dans {catrow.forumrow.TOPICS} sujets.</div>
Penses a enregistrer les modifications en cliquant respectivement sur Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil 907288 et Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Ajouter2024



a++
Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 10:09

Récapitulatif, les titres des catégories sont centrés.
Il y a autant de messages dans autant de sujets qui cloche car cela reste à gauche, n'y a t il pas moyen de mettre cela dans la colonne 3 à droite ?
Les avatars des membres n'apparaissent plus dans " derniers messages "
J'ai coché : Lien vers les niveaux inférieurs : Avec une image

Pfiou, il y a du boulot LOL
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 10:22

Re,

Récapitulatif, les titres des catégories sont centrés même dans les forums.

C'est logique la variable se répéte on peut centrer les catégories et les liens des forums resteront à gauche
si tu procédes Conserver les catégories sur l'index :
Aucun
et en changeant avec ce nouveau template :
Code:

        <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
          <tr>
              <td valign="bottom">
                <!-- BEGIN switch_user_logged_in -->
                <span class="gensmall">{LAST_VISIT_DATE}
       
                {CURRENT_TIME}
       
                </span>
                <!-- END switch_user_logged_in -->
                <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
              </td>
              <td class="gensmall" align="right" valign="bottom">
                <!-- BEGIN switch_user_logged_in -->
                <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
       
                <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
       
                <!-- END switch_user_logged_in -->
                <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
              </td>
          </tr>
        </table>
        <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
          <tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
              <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
          </tr>
          <!-- END tablehead -->
          <!-- BEGIN cathead -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
                  <div style="text-align:center;">
                <h{catrow.cathead.LEVEL} class="hierarchy">
                    <span class="cattitle">
                      <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                    </span>
                </h{catrow.cathead.LEVEL}>
                </div>
              </td>
              <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
          </tr>
          <!-- END cathead -->
          <!-- BEGIN forumrow -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
              <!-- END inc -->
              <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
              </td>
              <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
             
                <h{catrow.forumrow.LEVEL} class="hierarchy">
                    <span class="forumlink">
                      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
       
                    </span>
                </h{catrow.forumrow.LEVEL}>
             
        <!-- [ DÉBUT DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
       
              <div class="forum-stats"style="text-align:center;">{catrow.forumrow.POSTS} messages, dans {catrow.forumrow.TOPICS} sujets.</div>
        <div class="forum-description">
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        </div>
        <div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                <script type="text/javascript">$('.forum-sousforum').each(function(){$(this).html($(this).html().replace(/,/g," "));});</script>
                <span class="gensmall">
                    <!-- BEGIN switch_moderators_links -->
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
       
                </span>
              </td>
              <!-- BEGIN forum_link_no -->
              <td class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
              </td>
       
        <!-- [ FIN DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
       
              <!-- END forum_link_no -->
              <!-- BEGIN forum_link -->
              <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
              <!-- END forum_link -->
          </tr>
          <!-- END forumrow -->
          <!-- BEGIN catfoot -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
          </tr>
          <!-- END catfoot -->
          <!-- BEGIN tablefoot -->
        </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Penses a enregistrer les modifications en cliquant respectivement sur Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil 907288 et Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Ajouter2024

Il y a autant de messages dans autant de sujets qui cloche car cela reste à gauche, n'y a t il pas moyen de mettre cela dans la colonne 3 à droite ?

Tu peux imager ta demande stp?
Les avatars des membres n'apparaissent plus dans " derniers messages "

Je vois bien les avatars sur ton fofo Wink

a++
Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 10:31

le nouveau code pour le template, c'est pourquoi au juste ?

pour voir que l'avatar du dernier posteur (membre) ne s'affiche pas (en orange) voir la capture d'écran
pour modifier l'endroit de " autant de messages dans autant de sujets, voir capture d'écran en jaune.

Siffleur

Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Bouton14




EDIT : autant de messages dans autant de sujets est centré, j'ai modifié le code comme tu l'as mentionné plus haut
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 10:41

Re,
le nouveau code pour le template, c'est pourquoi au juste ?

Pour avoir les titres de catégories centrées et les fofos à gauche.

pour voir que l'avatar du dernier posteur (membre) ne s'affiche pas (en orange) voir la capture d'écran
Tu veux dire le lien du posteur et non l'avatar
[quote]
pour modifier l'endroit de " autant de messages dans autant de sujets, voir capture d'écran en jaune.
[quote]

Je regarde tout çà Wink .
a++

Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 10:46

pour les avatars :

Afficher les avatars dans la colonne "Derniers messages" :
Oui Non

c'est coché sur oui mais il n'y a pas d'avatars

cela concerne ceci : https://forum.forumactif.com/t338068-avatar-du-membre-ayant-poste-en-dernier-sur-l-index-du-forum

est ce que je dois suivre la marche à suivre ou je ne dois toucher à rien pour éviter de perdre le centrage des titres ?

MERCI
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 10:53

Re,

les avatars sont affichés sur ton fofo:
Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil 0125

est ce que je dois suivre la marche à suivre ou je ne dois toucher à rien pour éviter de perdre le centrage des titres ?

Dis moi ce que tu veux car là on dérive sur les avatars cher ami Wink .

Si tu veux les titres des catégories centré et les forums à gauche , il faut regarder le message suivant:
https://forum.forumactif.com/t374702-supprimer-l-affichage-des-forums-et-la-cadre-qui-entoure-la-categorie-sur-l-accueil#3163072

Ensuite on va adapter le reste Wink .
Chaque chose en son temps comme me disait mon grand père lol .

a++
Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 11:12

oui, on dévie LOL, avant il y avait les avatars qui apparaissaient, maintenant plus.
pour le moment, les titres, c'est nikel Smile
il reste à voir si on sait déplacer la phrase ou il est écrit :
3263 messages, dans 548 sujets.
vers la colonne 3 ou il y a
L'utilisation du sel...
Ven 12 Déc 2014 - 15:15
John128 Voir le dernier message
regarde la capture d'écran concernant l'avatar, lorsque l'on posait le curseur de la souris sur l'avatar s'agrandissait, maintenant, il y a juste un petit carré et le nom du membre.
ancienne capture d'écran pour montrer l'avatar.
Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Barre_10

capture faite à l'instant :

Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Barre_11
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 11:28

Re,




Si tu veux les titres des catégories centré et les forums à gauche , il faut regarder le message suivant:
https://forum.forumactif.com/t374702-supprimer-l-affichage-des-forums-et-la-cadre-qui-entoure-la-categorie-sur-l-accueil#3163072

Ensuite on va adapter le reste Wink .



Heuuu toujours pas de réponse, c'est la question initiale il me semble ?
a++

a++
Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 11:33

Milouze14 a écrit:Re,

Récapitulatif, les titres des catégories sont centrés même dans les forums.

C'est logique la variable se répéte on peut centrer les catégories et les liens des forums resteront à gauche
si tu procédes Conserver les catégories sur l'index :
Aucun
et en changeant avec ce nouveau template :
Code:

        <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
          <tr>
              <td valign="bottom">
                <!-- BEGIN switch_user_logged_in -->
                <span class="gensmall">{LAST_VISIT_DATE}
       
                {CURRENT_TIME}
       
                </span>
                <!-- END switch_user_logged_in -->
                <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
              </td>
              <td class="gensmall" align="right" valign="bottom">
                <!-- BEGIN switch_user_logged_in -->
                <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
       
                <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
       
                <!-- END switch_user_logged_in -->
                <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
              </td>
          </tr>
        </table>
        <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
          <tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
              <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
          </tr>
          <!-- END tablehead -->
          <!-- BEGIN cathead -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
                  <div style="text-align:center;">
                <h{catrow.cathead.LEVEL} class="hierarchy">
                    <span class="cattitle">
                      <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                    </span>
                </h{catrow.cathead.LEVEL}>
                </div>
              </td>
              <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
          </tr>
          <!-- END cathead -->
          <!-- BEGIN forumrow -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
              <!-- END inc -->
              <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
              </td>
              <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
             
                <h{catrow.forumrow.LEVEL} class="hierarchy">
                    <span class="forumlink">
                      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
       
                    </span>
                </h{catrow.forumrow.LEVEL}>
             
        <!-- [ DÉBUT DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
       
              <div class="forum-stats"style="text-align:center;">{catrow.forumrow.POSTS} messages, dans {catrow.forumrow.TOPICS} sujets.</div>
        <div class="forum-description">
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        </div>
        <div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                <script type="text/javascript">$('.forum-sousforum').each(function(){$(this).html($(this).html().replace(/,/g," "));});</script>
                <span class="gensmall">
                    <!-- BEGIN switch_moderators_links -->
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
       
                </span>
              </td>
              <!-- BEGIN forum_link_no -->
              <td class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
              </td>
       
        <!-- [ FIN DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
       
              <!-- END forum_link_no -->
              <!-- BEGIN forum_link -->
              <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
              <!-- END forum_link -->
          </tr>
          <!-- END forumrow -->
          <!-- BEGIN catfoot -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
          </tr>
          <!-- END catfoot -->
          <!-- BEGIN tablefoot -->
        </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Penses a enregistrer les modifications en cliquant respectivement sur Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil 907288 et Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Ajouter2024

Pour les titres que ce soit catégories ou forums, je laisse centré, cela donne un bel effet thumright
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 11:42

Re,

voilà ton template modifié avec les messages et sujet à droite:
Code:


            <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
              <tr>
                  <td valign="bottom">
                    <!-- BEGIN switch_user_logged_in -->
                    <span class="gensmall">{LAST_VISIT_DATE}
         
                    {CURRENT_TIME}
         
                    </span>
                    <!-- END switch_user_logged_in -->
                    <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
                  </td>
                  <td class="gensmall" align="right" valign="bottom">
                    <!-- BEGIN switch_user_logged_in -->
                    <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
         
                    <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
         
                    <!-- END switch_user_logged_in -->
                    <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
                  </td>
              </tr>
            </table>
            <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
              <tr>
                  <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
                  <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
              </tr>
              <!-- END tablehead -->
              <!-- BEGIN cathead -->
              <tr>
                  <!-- BEGIN inc -->
                  <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
                  <!-- END inc -->
                  <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
               
                    <h{catrow.cathead.LEVEL} class="hierarchy">
                        <span class="cattitle">
                          <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                        </span>
                    </h{catrow.cathead.LEVEL}>
               
                  </td>
                  <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
              </tr>
              <!-- END cathead -->
              <!-- BEGIN forumrow -->
              <tr>
                  <!-- BEGIN inc -->
                  <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
                  <!-- END inc -->
                  <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
                    <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                  </td>
                  <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
                  <div style="text-align:center;">
                    <h{catrow.forumrow.LEVEL} class="hierarchy">
                        <span class="forumlink">
                          <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
         
                        </span>
                    </h{catrow.forumrow.LEVEL}>
                    </div>
            <!-- [ DÉBUT DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
         
               
            <div class="forum-description">
            <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
            </div>
            <div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                    <script type="text/javascript">$('.forum-sousforum').each(function(){$(this).html($(this).html().replace(/,/g," "));});</script>
                    <span class="gensmall">
                        <!-- BEGIN switch_moderators_links -->
                        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                        <!-- END switch_moderators_links -->
         
                    </span>
                  </td>
                  <!-- BEGIN forum_link_no -->
                  <td class="row3 over" align="center" valign="middle" height="50">
                    <span style="font-size:10px;">
                      {catrow.forumrow.POSTS} messages, dans {catrow.forumrow.TOPICS} sujets.</span> <br />
        <!-- BEGIN avatar -->
            <div style="width: 200px;"></div>
            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
            <!-- END avatar -->                 
                    <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
                  </td>
         
            <!-- [ FIN DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS ] -->
         
                  <!-- END forum_link_no -->
                  <!-- BEGIN forum_link -->
                  <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
                  <!-- END forum_link -->
              </tr>
              <!-- END forumrow -->
              <!-- BEGIN catfoot -->
              <tr>
                  <!-- BEGIN inc -->
                  <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
                  <!-- END inc -->
                  <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
              </tr>
              <!-- END catfoot -->
              <!-- BEGIN tablefoot -->
            </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Je regarde ensuite le soucis des avatars Wink .

a++
Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 11:43

ce code va dans index box ?
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 11:45

Re,
bugsbuny a écrit:ce code va dans index box ?

Oui oui , on reste dans ce template Wink .

a++
Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 11:51

voilà, code installé, y a t il moyen de faire deux
<br />
entre les nombres des messages et l'autre en dessous ?


capture d'écran

Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Barre_12
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par Invité Ven 26 Déc 2014 - 11:55

Re,
toujours dans le même template Very Happy ,

supprimes tout le contenu et remplaces pas celui-ci:

Code:

  <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
              <tr>
                  <td valign="bottom">
                    <!-- BEGIN switch_user_logged_in -->
                    <span class="gensmall">{LAST_VISIT_DATE}
         
                    {CURRENT_TIME}
         
                    </span>
                    <!-- END switch_user_logged_in -->
                    <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
                  </td>
                  <td class="gensmall" align="right" valign="bottom">
                    <!-- BEGIN switch_user_logged_in -->
                    <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
         
                    <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
         
                    <!-- END switch_user_logged_in -->
                    <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
                  </td>
              </tr>
            </table>
            <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
              <tr>
                  <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
                  <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
              </tr>
              <!-- END tablehead -->
              <!-- BEGIN cathead -->
              <tr>
                  <!-- BEGIN inc -->
                  <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
                  <!-- END inc -->
                  <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
               
                    <h{catrow.cathead.LEVEL} class="hierarchy">
                        <span class="cattitle">
                          <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                        </span>
                    </h{catrow.cathead.LEVEL}>
               
                  </td>
                  <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
              </tr>
              <!-- END cathead -->
              <!-- BEGIN forumrow -->
              <tr>
                  <!-- BEGIN inc -->
                  <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
                  <!-- END inc -->
                  <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
                    <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                  </td>
                  <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
                  <div style="text-align:center;">
                    <h{catrow.forumrow.LEVEL} class="hierarchy">
                        <span class="forumlink">
                          <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
         
                        </span>
                    </h{catrow.forumrow.LEVEL}>
                    </div>
            <!-- DÉBUT DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS -->
         
               
            <div class="forum-description">
            <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
            </div>
            <div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                    <script type="text/javascript">$('.forum-sousforum').each(function(){$(this).html($(this).html().replace(/,/g," "));});</script>
                    <span class="gensmall">
                        <!-- BEGIN switch_moderators_links -->
                        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                        <!-- END switch_moderators_links -->
         
                    </span>
                  </td>
               
                  <td class="row3 over" align="center" valign="middle" height="50">
  <!-- BEGIN avatar -->
            <div style="width: 200px;"></div>
            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
            <!-- END avatar -->
                    <span style="font-size:10px;">
                      {catrow.forumrow.POSTS} messages <br /> dans {catrow.forumrow.TOPICS} sujets.</span> <br /><br />
                         
                    <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
                  </td>
         
            <!-- FIN DES MODIFICATIONS EFFECTUEES PAR LE FORUM DES FORUMS -->
         
                  <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
               
              </tr>
              <!-- END forumrow -->
              <!-- BEGIN catfoot -->
              <tr>
                  <!-- BEGIN inc -->
                  <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
                  <!-- END inc -->
                  <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
              </tr>
              <!-- END catfoot -->
              <!-- BEGIN tablefoot -->
            </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Penses a enregistrer les modifications en cliquant respectivement sur Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil 907288 et Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil Ajouter2024


Tu retrouveras les avatars car tu avais des commentaires obsolètes qui empêchés l'affichage .
Je reviens plus tard dans la soirée .

a++
Anonymous

Invité
Invité


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

Résolu Re: Supprimer l'affichage des forums et la cadre qui entoure la catégorie sur l'accueil

Message par bugsbuny Ven 26 Déc 2014 - 12:12

voilà, j'ai installé le code, il y a des soucis.
il y a un cadre ajouté tout à fait à droite, voir l'encadré vert.
l'avatar ne s'agrandit pas lorsque l'on pose la souris dessus.
y a t il moyen de descendre le titre de la catégorie d'un
<br />

Merci, mon forum prend forme et ceci grâce à qui, mais à Milouze voyons LOL
avatar

bugsbuny
Membre habitué

Masculin
Messages : 1203
Inscrit(e) le : 01/03/2007

https://pibw.exprimetoi.net/
bugsbuny a été remercié(e) par l'auteur de ce sujet.

Page 1 sur 3 1, 2, 3  Suivant

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