Hi!
I'm using your useful module, but I notice that in my content edit page, that has many cck fields, only the controller field is placed in the right position that I choose editing fields in the administration gui.
Controlled fields are placed at the end of the page, after ALL others fields and cck fields..
Is there a way to keep the positions of controllers field?
I've a situation like this:
- title
- controller
- controlled1 (that controls controlled2)
- controlled2
- body
- other fields..
And I want to view, in the edit mode, to view this fields in this order, and not controlled1 and 2 at the end of the page.
Note: the dependent function works great! The problem is the position of fields in edit mode.
If I try to create a tpl for this node, nothing changes.
Thanks a lot, and thanks for the good job
Sergej
Comments
Comment #1
sergiod commentedComment #2
smoothify commentedHmm - I haven't noticed this behaviour myself.
There are some cases where it does move fields around but they shouldn't be at the end.
In your case, controlled 1 should stay in its normal place, and controlled 2 should be just underneath.
Could you try the following:
* Make sure you are using todays alpha1 version of the module.
* Clear all the caches.
* If the behaviour still persists, please try to unset the second level dependency (controlled 2) - then reload the edit form to see if controlled 1 is in the correct place.
Comment #3
smoothify commentedPlease re-open if you are still experiencing this issue.
Comment #4
sergiod commentedWith the last release the problem is solved :)
Comment #5
smoothify commented