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

Cauliflower’s picture

Ok, I'll test your suggestion and update the module.

Thx for the input,

greetz,
Wim

Rosamunda’s picture

I 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.

beckyjohnson’s picture

I 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

Melissamcewen’s picture

Priority: Normal » Major

I'm having this problem as well