memobug
Sat 18th Sep '04, 12:58am
I was a little unnerved when I clicked on the vB3.0.3 user profile and saw the hidden fields printed there. I logged in as a non-admin user and saw they didn't appear.
It would be preferable to print those hidden fields in a different font/color (if they are to be printed at all) however the template doesn't seem to make any distinction:
memberinfo_customfields
<if condition="$profilefield['value'] != '' ">
<tr>
<td>
<strong>$profilefield[title]</strong>:<br />
$profilefield[value]
</td>
</tr>
</if>
Regards,
Matt
It would be preferable to print those hidden fields in a different font/color (if they are to be printed at all) however the template doesn't seem to make any distinction:
memberinfo_customfields
<if condition="$profilefield['value'] != '' ">
<tr>
<td>
<strong>$profilefield[title]</strong>:<br />
$profilefield[value]
</td>
</tr>
</if>
Regards,
Matt