rajouté une colone dans la liste des membres

2 participants

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

Résolu rajouté une colone dans la liste des membres

Message par rick Jeu 16 Juin 2011 - 18:01

Bonjour a tous
je voudrais savoir si il est possible de rajouté une colone dans la liste des membres entre MP et Site web
pour pouvoir mètre le pays
merci a tous


Dernière édition par rick le Lun 20 Juin 2011 - 15:23, édité 1 fois
avatar

rick
*

Masculin
Messages : 34
Inscrit(e) le : 21/05/2006

http://le-terre-neuve-malin.forumpro.fr/
rick a été remercié(e) par l'auteur de ce sujet.

Résolu Re: rajouté une colone dans la liste des membres

Message par Invité Jeu 16 Juin 2011 - 18:23

Salut,
oui tu peux toujours ajouter une colonne
mais ensuite il faudra trouver la procédure pour insérer
le drapeau de chaque membre
Embarassed .

Affichage/Templates/Général/memberlist_body

Recherches ceci:
Code:
<tr>
      <th class="thCornerL" nowrap="nowrap" height="25">#</th>
      <th class="thTop" nowrap="nowrap">{L_AVATAR}</th>
      <th class="thTop" nowrap="nowrap">{L_USERNAME}</th>
      <!-- BEGIN switch_th_group -->
      <th class="thTop" nowrap="nowrap">{L_GROUPS}</th>
      <!-- END switch_th_group -->
      <th class="thTop" nowrap="nowrap">{L_INTERESTS}</th>
      <th class="thTop" nowrap="nowrap">{L_JOINED}</th>
      <th class="thTop" nowrap="nowrap">{L_VISITED}</th>
      <th class="thTop" nowrap="nowrap">{L_POSTS}</th>
      <th class="thTop" nowrap="nowrap">{L_PM}</th>
      <th class="thCornerR" nowrap="nowrap">{L_WEBSITE}</th>
</tr>

Et modifie par (pour le titre)
Code:
<tr>
      <th class="thCornerL" nowrap="nowrap" height="25">#</th>
      <th class="thTop" nowrap="nowrap">{L_AVATAR}</th>
      <th class="thTop" nowrap="nowrap">{L_USERNAME}</th>
      <!-- BEGIN switch_th_group -->
      <th class="thTop" nowrap="nowrap">{L_GROUPS}</th>
      <!-- END switch_th_group -->
      <th class="thTop" nowrap="nowrap">{L_INTERESTS}</th>
      <th class="thTop" nowrap="nowrap">{L_JOINED}</th>
      <th class="thTop" nowrap="nowrap">{L_VISITED}</th>
      <th class="thTop" nowrap="nowrap">{L_POSTS}</th>
      <th class="thTop" nowrap="nowrap">{L_PM}</th>
<th class="thTop" nowrap="nowrap">LE DRAPEAU</th>
      <th class="thCornerR" nowrap="nowrap">{L_WEBSITE}</th>
</tr>

Recherche ensuite ceci:
Code:
<td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.PM_IMG} </td>

et juste après cole ceci:
Code:
<td class="{memberrow.ROW_CLASS}" align="center"> L IMAGE DU DRAPEAU{memberrow.PM_IMG} 
</td>

a++
Anonymous

Invité
Invité


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

Résolu Re: rajouté une colone dans la liste des membres

Message par Scipion Jeu 16 Juin 2011 - 18:30

Bonjour

Une proposition à envisager : remplacer le champ "Humeur" par "Pays". Pour ce faire, vous allez sur PA >> Utilisateurs et groupes >> Utilisateurs >> Profils >> Champ du profil Humeur >> Cliquez sur modifier edit >>

Dans modifier le champ >>

Like a Star @ heaven Nom > Pays
Like a Star @ heaven Obligatoirement rempli > oui
Like a Star @ heaven Qui peut modifier la valeur de son contenu ? > modérateur et utilisateur
Like a Star @ heaven Afficher ce champ pour les utilisateurs ayant au moins le statut > invités
Like a Star @ heaven Enregistrez.

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8654
Inscrit(e) le : 03/02/2010

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