attention
il y avait une coquille :
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>
</tr> -->
ne pas oublier d'englober </fr>