Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm working on a custom module in which the primary node is a product name and supporting info (manufacturer, year released etc) and the comments are actually reviews of the product. But I want the comment to support more than just text.
For example, I'd like to allow people to attach photos of themselves using the product. We already have this in other nodes via hook_form_alter. It would be great if I could just insert that in the existing comment form rather than creating a new form from scratch, which will also need to mimic comments' threading.
I have written some modules and I would like to share them with the rest of the community. I can't work out how to sign up as a module developer to gain access to CVS and the 'my projects' section.
I have created a custom content type for a user profile that needs to private per user or public if the user chooses. Is there a way to do this. On the access control there is only create and edit which each user needs to be able to do.
I just created four new fields for my brand-new CCK content type, but none of them shows in the 'Add existing field' dropdown menu on top of the 'add field' tab, neither they seem to be present as tables in my database...
How does exactly CCK handles new fields? Does it really create one table for every new field name, or it does that only for the *first* field of a certain type?
I also posted this as a bug for now, because i believe anyhow those fields should show up in case i need to re-use them..
Ok, I finally took the plunge and contributed a module. I created a project page (http://drupal.org/project/niftycorners-module) and the code to CVS but do not have a download link for the module on my project page and was wondering what I need to do to make this show up.