It'd be great if you could implement a way of allowing Domain fields (specifically the 'Domain access options') to be draggable in the 'Manage fields' area of a content type's settings.
Currently, there is no way of specifying the weight of the domain fields (other fields like Taxonomy have a weight option in their own settings), so it makes it hard to specify where they should appear in the node creation form.
In a CCK issue, yched explained how module developers could implement this: Changing the order and thus weight of cck and node fields...
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | domain-cck-weight.patch | 1.56 KB | agentrickard |
Comments
Comment #1
agentrickardPatch?
Comment #2
Anonymous (not verified) commented:) That's why I said "how module developers could implement this"...
I'm not a module developer... yet.
Comment #3
agentrickardHEAD is in flux pending the bootstrap patch. This has been committed, but the patch would be off for 6.x.1.2. So just paste teh following function to the bottom of domain.module.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
jacerider commentedI believe, in order for this to work correctly, the following needs to happen:
Needs to be changed to:
Comment #6
agentrickardWhy? It works as is.
Comment #7
agentrickardActually, we both have it wrong. The CCK API is confusing on this point, but the proper fix is attached and committed.
Thanks!