Hi,
I'm using CCK Private Fields with Content profile. I set some fields(e.g. user e-mail) to 'private by default'. But when a user creates his profile they still have an eye icon next to them instead of padlock. However, when a user explicitly changes the options to private they stay that way, as expected.
Thanks.
Comments
Comment #1
markus_petrux commentedCould you please try the following mini-patch to
includes/node_form.inc?Comment #2
tamasco commentedThanks a lot, @Markus. This solved my problem!!
Regards.
Comment #3
markus_petrux commentedAh, thanks for confirmation. I'll commit this later to CVS. ;-)
Comment #4
markus_petrux commentedCommitted to CVS. It should be available with the next development snapshot.
I'll wait a few more days before packing a new release though.
Thanks for reporting the issue and testing!