Using Content Profile to have different fields in the user registration, and I'd like to be able to arrange the order that Avatar Selection appears in the list of cck fields, is there a way to do that?

At the very least I'd like to set Avatar Selection to the bottom of the user registration form.

I currently have around 7 cck fields (about you etc..) and Avatar Selection appears after the 4th cck field and not at the end of the cck fields

Comments

stella’s picture

Status: Active » Closed (works as designed)

You can implement a hook_form_alter() to change the weight of the element. The picture part of the user profile form appears on the main account settings page, not on a content profile page, so you wouldn't be able to control the weight of it via CCK anyway.