Closed (duplicate)
Project:
Comment Upload
Version:
6.x-1.0-alpha5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2009 at 00:28 UTC
Updated:
12 Jul 2009 at 23:38 UTC
I've enabled the Comment Upload module but the comment creation form doesn't have a file upload field -- nothing seems to have changed. Attachments are enabled for my content types. Is there something else that needs to be done? Thanks.
Comments
Comment #1
sjtout commentedI should also mention that I've configured the permissions to allow me to upload.
Comment #2
jrdixey commentedI ran into the same issue when I upgraded from Drupal 5 to Drupal 6 and went over to the Drupal 6 version of Comment Upload. I'm pretty sure I had to enable comment attachments for the specific content type I wanted them available for (forum posts) before the attachment area of the form would appear.
Comment #3
sjtout commentedI've been looking on the content type for a box to check but haven't found one -- do you know where the option should appear?
Comment #4
jrdixey commentedHmm, I don't remember but I'll look it up and post a reply tomorrow.
Comment #5
sjtout commentedThanks -- the problem's puzzling as I'm not sure where to look to start troubleshooting.
Comment #6
sjtout commentedHas anyone else seen this issue, or have any ideas for things I might try to troubleshoot? I'd really appreciate help with this.
Comment #7
sjtout commentedI think this issue is the same as: http://drupal.org/node/512132
Does that seem right?
Comment #8
sjtout commentedOn http://drupal.org/node/512132 , Justin Freeman says he had this problem and changed the weight of the comment_upload module to '1' in the system table of the drupal db to make the 'enable' option for comment upload appear on the 'edit content type' form. I tried that and it worked.
Comment #9
sjtout commentedSorry, one last note -- for those unfamiliar with it (as I was), here's a description of the purpose of a module's weight, from the 'Weight' module:
"For most operations involving any module that defines a particular hook, the modules are invoked in order first by weight, then by name."
Module weights can be manipulated via a module (rather than by directly writing in the db), through the Utility module available here:
http://drupal.org/project/util
Comment #10
agileware commentedMarking as duplicate of #512132: Module weight causing node_type_form form_alter to not work (only on install - not update)