Haven't looked it into too much, but looks like the wrong weight is being used.
(Personally I prefer this to CCK field privacy ATM; too many dependencies and this is simpler. )
line 59 changed to:
$weight = $form['#field_info'][$field]['widget']['weight'];
if (!$weight) $weight = $form['#field_info'][$field]['display_settings']['weight'];
Comments
Comment #1
Cauliflower commentedOk, I'll test your suggestion and update the module.
Thx for the input,
greetz,
Wim
Comment #2
Rosamunda commentedI don´t know if this refers to the same problem that I have, but all checkboxes appears at the very top of the profile edit page... I think it has to do with weights.
Comment #3
beckyjohnson commentedI am having this problem too. I was like that when I first added the fields and then later they moved down for some unknown reason.
Becky
Comment #4
Melissamcewen commentedI'm having this problem as well