Before you place a field in a fieldgroup you can change the weight, title, and other settings of the field. Once it is inside a fieldgroup, there is no way to access the field settings, or even disable the field or delete it.. When viewing a content types admin page, clicking "manage fields" will bring you to a screen that shows the groups, not the fields, so they can't be managed. If a user is up one level at admin/content/types, and they click the "manage fields" link, there still is no way to edit those fields, there are only links to content types the fields is enabled for. As I explained above, there is no way from that page to actually manage the fields also.
Comments
Comment #1
LWVMD commentedI don't see a way to edit the fieldgroups themselves, either.
Comment #2
yched commentedThis works on a vanilla CCK install.
The list of fields on this overview page is built by building a 'fake' node form, and retrieving the fields that show up, so my guess would be this is caused by one of your modules messing with fieldgroups in node forms ?
Turning this into a support request for now.
Comment #3
jasonwhat commentedJust to be clear. On your test this works with both CCK and fieldgroups enabled after you place a field in a fieldgroup? If I disable fieldgroups I have no problem.
Comment #4
yched commentedYes - fields inside fieldgroups still have their weights dropdonws and configure / remove links
Comment #5
LWVMD commentedBefore I start disabling modules, any ideas as to which ones might be likely to cause the problem? Views modules? node modules?
I just updated to CCK 5.x-1.6-1, but that didn't help the fieldgroups show up to be edited.
Comment #6
yched commentedHard to say for sure, but 'node modules' seem more likely to trigger something like that than Views, for instance
Comment #7
LWVMD commentedJust ran into a problem which is likely to be related. CCK Fields Phone and Email both disappear on the editing page even before they were put into groups, though they show up when inputting data into the node. Unfortunately, there's no way to control where they show up since I can't access their priority weights.
I turned off the module Field groups, and they still aren't visible.
Also, I can't delete fields and groups that I don't want to use anymore. They don't show up on the MANAGE FIELDS or DISPLAY FIELDS pages, but they're still in the node.
Comment #8
LWVMD commentedJust wondering: The status says "Active (needs more info)". What "more info" is needed? Let me know and I will try to answer.
It's been four months since we first mentioned this, and I was really hoping to get this bug taken care of so I can use the CCK fields to gather data, but it's hard to do much when I can't rearrange the data fields.
Comment #9
karens commentedThis works fine in most situations, so there is something in your setup that is causing this. The 'more info' is that you need to try to narrow down what module(s) are causing the problem by disabling them to see when the problem goes away.
The most likely candidates to be creating problem are non-core CCK modules and/or any module that alters the node form (since the node form is the basis of the layout on this page). This doesn't happen with a core CCK installation, so you don't need to test the core CCK modules.
There's nothing else anyone can do with this until you do the homework of turning off all the modules that might be causing the problem to see if it goes away, then gradually adding them back in to see when the problem re-surfaces, to figure out what module(s) are causing your problem.
Comment #10
LWVMD commentedOk, I've disabled the non-core CCK modules. Did it one at a time, checking to see if Group Editing returned, and it didn't. What else is a node-altering form?
On a weird and possibly related note, I was trying to modify the field groups and since I can't access their descriptions and weights directly, I used "Form Labels and text" to get to them. That was working fine for a while, but then I tried to edit one of the Field Text Boxes. All of a sudden, all the names and descriptions on all the text boxes in that node were identical. Number fields and Select lists and other field-types were not affected. The Field Boxes have the same label only when ADDING that node. In display mode, they seem perfectly fine.
Comment #11
karens commentedWhat other non-CCK modules are you using? Some other module is interfering with things here. And where the heck do you see 'Form labels and text' and how is it you are editing the field text boxes? I don't understand what you're doing?
Comment #12
LWVMD commentedOther modules installed and enabled are:
- CivicRM and CiviCRM OG Sync
-EVENTS (basic, allday, views, repeat, repeat views, RSVP, volunteer)
- IMAGE (attach, gallery, import, assist, upload)
- NODE PROFILE
- ORGANIC GROUPS (groups, calendar, subgroups)
- MISC (advanced contact, advanced user management, automatic nodetitles, clone, contact list, copyright, date api, directory, formdefaults, formfilter, maxlength, members, pathauto, printer-friendly page, profile csv, profileplus, site user list, site user list roles, tinyMCE, token, URL Icon, webform)
-USER INTERFACE (External links)
- VIEWS (calendar, calendar ical, Editview, views, views RSS, views themewizard, Views UI)
Comment #13
LWVMD commented"where the heck do you see 'Form labels and text' and how is it you are editing the field text boxes"
I installed the modules
formdefaults
5.x-1.x-dev Modifies help text and desciriptions on any from in drupal.
Formfilter
5.x-1.x-dev Provides tools and a UI for simplifying and altering forms.
They let you modify the descriptions and weight values of items on any form.
Comment #14
yched commentedKaren is right in the steps she proposed : you have to disable all non-cck contrib modules, and nail down the module that is conflicting by renabling them one by one...
I'd say those last 2 (formdefaults, formfilter) might probably be the first candidates to try. Not sure about how civiCRM plays with node forms. maxlength ?
Good luck...
(edit : fixed language typos)
Comment #15
LWVMD commentedYES! Thank you.
When I disabled the Formfilter Module, the Field Groups editor returned.
When I disabled the FormDefaults Module, the titles came back properly.
That's good to know. Those Form changers are handy modules, but best left disabled unless needed, it seems.
Thanks again!
Comment #16
yched commented@LWVMD : glad it worked :-)
Could you please open new issues for those modules, reporting the behaviour you experienced ?
If fixing this requires some help from content.module, we'll let module maintainers report back.
Comment #17
LWVMD commentedComment #18
LWVMD commentedI opened an issue for FormFilter, but Formdefaults doesn't seem to have any feedback links associated with it.
Comment #19
yched commented'report new bug' link on http://drupal.org/project/formdefaults ? ;-)