Until a full changeover to using a CCK field, the attached patch adds the ability to sort the Audio Upload fields alongside other CCK fields.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | audio_338570.patch | 1.19 KB | drewish |
| #4 | Picture 1.png | 65.07 KB | agentrickard |
| audio_cck.patch | 537 bytes | agentrickard |
Comments
Comment #1
drewish commentedWhat's that do? Just lets CCK control the display weights? Or will it mess with the form weights as well?
Comment #2
agentrickardForm weights, which I believe also set display weights. Without this patch, audio elements always have a CCK weight of 0.
Comment #3
drewish commenteddoes it set all the form element weights? because the audio module actually has several form elements so i'm curious how they'd be affected. for the audio_getid3 and audio_itunes modules this would be great as is though.
Comment #4
agentrickardRight now, it moves the entire form fieldset, as shown in the attached -- where Audio Files is the fieldset created by Audio module. The same approach can be used with other fields set by the modules.
I had to do something similar with Domain Access.
Comment #5
drewish commentedcommitted the attached.