SITE DE GRAPHISME.
 
Après des jours de travail acharné, la reine est venu à bout de son travail.
Son royaume a ouvert ses portes le 03/07/2012 à 19h47.
-20%
Le deal à ne pas rater :
(Adhérents Fnac) Enceinte Bluetooth Marshall Stanmore II Noir
199.99 € 249.99 €
Voir le deal

Partagez
 

 Personnaliser les titre des catégories et supprimer les colonnes sujets et messages.

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


Pocahontas


Prénom, Pseudo : Pocahontas.
Féminin Né(e) le : 26/08/1989
Age : 34
Vierge Serpent
Inscrit(e) le : 24/06/2012
Messages : 116
Continent, Pays, Région, Ville : Europe, France.
Étude / Emploi : À la recherche d'un emploi.

Attic's Members
Logiciel(s) Utilisé(s): Photofiltre & Photofiltre Studio.
Niveau:
Personnaliser les titre des catégories et supprimer les colonnes sujets et messages. Left_bar_bleue50/100Personnaliser les titre des catégories et supprimer les colonnes sujets et messages. Empty_bar_bleue  (50/100)

Personnaliser les titre des catégories et supprimer les colonnes sujets et messages. Empty
MessageSujet: Personnaliser les titre des catégories et supprimer les colonnes sujets et messages.   Personnaliser les titre des catégories et supprimer les colonnes sujets et messages. EmptyMar 3 Juil - 7:38


Tutoriel


Panneau d'administration --> Affichage --> Templates --> Général --> index_box.

Rechercher et remplacer le code suivant :

Code:
<!-- 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="50">{L_TOPICS}</th>
      <th nowrap="nowrap" width="50">{L_POSTS}</th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
  </tr>

Par :

Code:
<!-- BEGIN tablehead --><center>{catrow.tablehead.L_FORUM}</center><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="50">{L_TOPICS}</th>
      <th nowrap="nowrap" width="50">{L_POSTS}</th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
  </tr>
  <!-- END tablehead -->

Rechercher et remplacer :

Code:
{catrow.tablehead.L_FORUM}

Par :

Code:
<!-- BEGIN tablehead --><center><div class="titrecat">{catrow.tablehead.L_FORUM}</div></center>


Enregisstrer, cliquer sur "Publier" et :

Affichage --> Couleurs --> Feuille de style CSS.

Code:
/* TITRE CATÉGORIE */
.titrecat {
text-align: center;
padding-top: -15px;
padding-bottom: 15px;
display: block;
width: 80%;
border-top: 10px solid #COULEUR;
border-right: 10px solid #COULEUR;
border-left: 10px solid #COULEUR;
background-color: #COULEUR;
color: #COULEUR;
-moz-border-radius-topleft: 60px;
-moz-border-radius-topright: 60px;
margin-top: 12px;
height: 30px;
font-weight: bolder;}

Modifier à sa guise, enregistrer et :

Affichage --> Templates --> Général --> index_box.

Rechercher et supprimer :

Code:
<th nowrap="nowrap" width="50">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</th>


Rechercher et supprimer également :

Code:
<td class="row3" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>

Rechercher et remplacer :

Code:
<td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>



Par :

Code:
<td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall"><b>{catrow.forumrow.TOPICS}</b> sujets <b>&</b> <b>{catrow.forumrow.POSTS}</b> messages</span><br/><br/><span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>


Rechercher et supprimer :

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

Rechercher et remplacer :

Code:
<td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall"><b>{catrow.forumrow.TOPICS}</b> sujets <b>&</b> <b>{catrow.forumrow.POSTS}</b> messages</span><br/><br/><span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>

Par :

Code:
<td class="row3 over" align="center" valign="middle" height="50" width="20%">
        <span class="gensmall"><b>{catrow.forumrow.TOPICS}</b> sujets <b>&</b> <b>{catrow.forumrow.POSTS}</b> messages</span><br/><br/><span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>


Rechercher et modifier le 100% en 80% :

Code:
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">

Rechercher de nouveau, et modifier le 100% en 80% :

Code:
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">



Enregistrer, cliquer sur "Publier" et le tour est joué !

© TUTORIEL CRÉÉ PAR POCAHONTAS.
TOUTE REPRODUCTION PARTIELLE OU TOTALE EST INTERDITE !


Revenir en haut Aller en bas
https://attic.lebonforum.com
 

Personnaliser les titre des catégories et supprimer les colonnes sujets et messages.

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» Messages.
» Fiche de sujets ▬ Version 1.
» Doubler le trait sous le titre de chaque forum.
» Supprimer le dernier édition.
» Supprimer le soulignement des liens.

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Attic :: GRAPHISME :: TEMPLATES-