Closed (fixed)
Project:
Comment CCK
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2008 at 20:23 UTC
Updated:
22 May 2009 at 20:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
arhak commented+1
subscribing
Comment #2
drupaloSa commentedsubscribing
Comment #3
Anonymous (not verified) commentedThis 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).
Comment #4
chasz commented+1
Comment #5
Anonymous (not verified) commentedAfter 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.
Comment #6
drupaloSa commented@txcrew: does this work for you? I couldn't find where the module settings are.
Comment #7
Anonymous (not verified) commented@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
Comment #8
drupaloSa commentedSorry, i forget an extra underscore in the code. Suggested change in #5 works for CCK 6.x 2.0rc7.
Comment #9
agentrickardConfirmed
Comment #10
RoboPhred commentedWorks for me, thanks!
Comment #11
sumitk commentedworking with #5 on line 58 in module
thanks :)
cheers!!
sumitk
Comment #12
sanduhrsPatch attached based on #5
Comment #13
sanduhrsChanging title and prio.
Comment #14
Flying Drupalist commentedWell, looks good. Please commit.
Comment #15
ultimateboy commentedTested and confirmed patch in #12.
Changing priority to critical.. as this module is unusable without this modification.
Comment #16
crizpatch in #12 works for me too...
Comment #17
manimejia commentedhad same problem.
implemented change in comment #5.
Works now.
M.M.
Comment #18
crizwonder if this could go in a new release? plan to use this module in an installation profile and thus a working module out of the box would be nice...
Comment #19
joshuajabbour commentedThis patch conflicts with #295478: Double appearance of checkbox "Allow comments to alter this field". I've attached a new version to that issue, so the patch in #12 should be applied first.
But yes, rolling this into a new release would rock, as this module currently is unusable without it.
Comment #20
joshuajabbour commentedI've written a new, unified patch that fixes this issue along with a few others. It's listed under #420092: Bring comment_cck up-to-date, combine patches and can (should) be applied in place of the patch above.
Comment #21
mitchell commentedCommitted. Thanks!