PDA

View Full Version : Hidden Fields - appear Visible to Admin in User Profile?



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

Ocean
Mon 20th Sep '04, 5:45pm
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:




I agree that having an additional Style setting for Hidden Fields would be a useful thing. :)