Closed (works as designed)
Project:
Avatar Selection
Version:
6.x-1.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 19:32 UTC
Updated:
30 Oct 2010 at 07:23 UTC
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
Comment #1
stella commentedYou 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.