Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Vertical Tabs now follows the same weight structure as the original fields in the form, so if you're using CCK you should be able to move around *some* of the fieldsets at admin/content/node-type/fields. Since CCK already has a mechanism for doing this, maybe we should improve CCK to control more weights?
Marking as won't fix, since it's not the responsibility of Vertical Tabs to make fieldsets reorderable. You should open an issue with CCK and location.module to make upload and location reorderable through the CCK interface.
If anyone else should have similar issues, I have found out that a quick fix for this is to temporarily disable javascript in your browser and manually edit the weights of the fieldsets.
This way I was able to push down the "author info" and "publication options" tabs that are not visible (then draggable) in the content type fields overview and always showed up at the top.
Generally the weights of fields/fieldsets are quite high (like 40s or 50s) so this should be often feasible.
Comments
Comment #1
quicksketchVertical Tabs now follows the same weight structure as the original fields in the form, so if you're using CCK you should be able to move around *some* of the fieldsets at admin/content/node-type/fields. Since CCK already has a mechanism for doing this, maybe we should improve CCK to control more weights?
Comment #2
expatme commentedwell the attachment seems to float near the top when i added location, and i need location at the very top
Comment #3
quicksketchMarking as won't fix, since it's not the responsibility of Vertical Tabs to make fieldsets reorderable. You should open an issue with CCK and location.module to make upload and location reorderable through the CCK interface.
Comment #4
bohz commentedIf anyone else should have similar issues, I have found out that a quick fix for this is to temporarily disable javascript in your browser and manually edit the weights of the fieldsets.
This way I was able to push down the "author info" and "publication options" tabs that are not visible (then draggable) in the content type fields overview and always showed up at the top.
Generally the weights of fields/fieldsets are quite high (like 40s or 50s) so this should be often feasible.
HTH
Cheers
Comment #5
msimanga commentedIngenuity is elegant common sense, thank you bohz, worked for me.
Comment #6
dave reidIf you're using the latest CCK version the authoring info and publication options are now orderable too.