mailRe: [Galette-discussion] Lot Galette-discussion, Vol 71, Parution 19


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by André LEFRANC on December 16, 2011 - 12:14:
Le 16/12/11 12:01, Abdel Formation a écrit :
Bonjour à tous
Merci encore pour tout votre travail...c'est impressionnant ce suivi et 
toutes les réponses données pour du libre...alors encore merci.
Ma question, il me semble qu'elle avait été posée mais je n'ai réussi à 
remettre la main dessus.
Sur la fiches d'adhérents il y'a plusieurs  champs que je ne souhaite pas 
utilisé ICQ, MSN ... Est-il possible de ne pas les afficher ?
modifier les fichiers
templates/member.tpl
templates/voir_adherent.tpl

en commentant code html <!-- <tr>  partie désirée non visible </tr> -->
attention à ne pas couper n'importe comment !
il faut couper avant <tr> et après</tr>

exemple : sous réserve de l'avis d'expert :
<!-- <tr>
<th>{_T string="Jabber:"}</th>
<td>{$member->jabber}</td>
</tr>
<tr>
<th>{_T string="MSN:"}</th>
<td>
{if $member->msn ne ''}
<a href="mailto:{$member->msn}">{$member->msn}</a>
{/if}
</td>
</tr>
<tr>
<th>{_T string="Id GNUpg (GPG):"}</th>
<td>{$member->gpgid}</td>
</tr>
<tr>
<th>{_T string="fingerprint:"}</th>
<td>{$member->fingerprint}</td> -->





Related Messages


Powered by MHonArc, Updated Fri Dec 16 19:40:10 2011