Not Compatible with CCK 6.x 2.0rc7
Miraploy - September 16, 2008 - 20:23
| Project: | Comment CCK |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | patch (reviewed & tested by the community) |
Jump to:
Description
I can't find this checkbox. I'm looking in the fields options and, etc and I don't see it anywhere.

#1
+1
subscribing
#2
subscribing
#3
This seems to be an affect from CCK 6.x 2.0rc7 (http://drupal.org/node/306274). Not quite sure where it went wrong given the list of changes/fixes. My guess would be here:
Since I really have no background in programming, maybe someone else can give a nudge. Perhaps for an immediate solution, rollback to CCK 6.x 2.0rc6 (http://drupal.org/node/295736).
#4
+1
#5
After further investigation I believe to have tracked down the line to change. Please forgive my lack of programming knowledge.
I changed line #58 from
if ($form_id == '_content_admin_field') {to
if ($form_id == 'content_field_edit_form') {Hope this is a step in the right direction.
txcrew
#6
@txcrew: does this work for you? I couldn't find where the module settings are.
#7
@drupaloSa
Note: I am using 6.x version of comment CCK.
Yes, this does work for me.
I had to make the changes in #5 in comment_cck.module in order to see the checkbox on the field settings page (admin/content/node-type/MY_CONTENT_TYPE/fields/MY_FIELD_NAME
#8
Sorry, i forget an extra underscore in the code. Suggested change in #5 works for CCK 6.x 2.0rc7.
#9
Confirmed
#10
Works for me, thanks!
#11
working with #5 on line 58 in module
thanks :)
cheers!!
sumitk