Ability to re-order the location field (non-CCK version) under "Manage Fields" for a location-enabled content type.
justin2pin - October 20, 2009 - 16:48
| Project: | Location |
| Version: | 6.x-3.1-rc1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
I created a simple patch that adds "location" to the fields on the "Manage Fields" tab for content type edit forms. This patch affects non-CCK implementations only; CCK location fields will provide ordering functionality on their own.
Hope it's useful.
| Attachment | Size |
|---|---|
| location_field_order_on_content_screen.patch | 2.16 KB |

#1
Previous patch didn't actually change the order of the location in content forms -- it only changed the order in the node->content array when viewing the node.
Attached patch should update display weight for both the node view and node add/edit screens.
#2
THANK YOU SO MUCH FOR THIS.
This has been bugging me for ages!