You are here

README.txt in Comment Upload 5

Same filename and directory in other branches
  1. 6 README.txt
Description
===========
Comment upload allows users to attach files to individual comments.


Dependencies
============
Comment upload depends on the following core modules:

* Upload
* Comment


Installation & Configuration
============================
1. Copy the folder in the archive to your module folder (e.g. sites/all/modules).
2. Enable comment upload on Administer >> Site building >> Modules (admin/build/modules).
3. Configure the module
   * Enable "Attachments on comments" by editing content types on
     Administer >> Content management >> Content types (admin/content/types).
   * Choose on Administer >> Site configuration >> File uploads (admin/settings/uploads)
     whether to have single or multiple uploads per comment.
     You can choose whether to display images inline by selecting "Inline display"
     for the "Images on comments" setting.

All other settings are inherited from the Upload module.

Support
=======
If you require support, file a support request or post on the Drupal.org forum.

* Support request - <http://drupal.org/node/add/project-issue/comment_upload/support>.
* Drupal.org forum - <http://drupal.org/forum>.

Please search for answers before doing so however.

Bug reports & Feature requests
==============================
Please submit bug reports and feature requests to the issue tracker:

* Bug reports - <http://drupal.org/node/add/project-issue/comment_upload/bug>.
* Feature requests - <http://drupal.org/node/add/project-issue/comment_upload/feature>.

Please search for existing issues on <http://drupal.org/project/issues/37197>.

Current maintainer
==================
Heine Deelstra <http://drupal.org/user/17943>.

This started as chx's proof-of-concept project to demonstrate the new hooks in
Drupal 4.7's comment.module. Then Eaton got his hands on it and started hacking with it.

It's still very early in the development cycle, and will continue to grow.

File

README.txt
View source
  1. Description
  2. ===========
  3. Comment upload allows users to attach files to individual comments.
  4. Dependencies
  5. ============
  6. Comment upload depends on the following core modules:
  7. * Upload
  8. * Comment
  9. Installation & Configuration
  10. ============================
  11. 1. Copy the folder in the archive to your module folder (e.g. sites/all/modules).
  12. 2. Enable comment upload on Administer >> Site building >> Modules (admin/build/modules).
  13. 3. Configure the module
  14. * Enable "Attachments on comments" by editing content types on
  15. Administer >> Content management >> Content types (admin/content/types).
  16. * Choose on Administer >> Site configuration >> File uploads (admin/settings/uploads)
  17. whether to have single or multiple uploads per comment.
  18. You can choose whether to display images inline by selecting "Inline display"
  19. for the "Images on comments" setting.
  20. All other settings are inherited from the Upload module.
  21. Support
  22. =======
  23. If you require support, file a support request or post on the Drupal.org forum.
  24. * Support request - .
  25. * Drupal.org forum - .
  26. Please search for answers before doing so however.
  27. Bug reports & Feature requests
  28. ==============================
  29. Please submit bug reports and feature requests to the issue tracker:
  30. * Bug reports - .
  31. * Feature requests - .
  32. Please search for existing issues on .
  33. Current maintainer
  34. ==================
  35. Heine Deelstra .
  36. This started as chx's proof-of-concept project to demonstrate the new hooks in
  37. Drupal 4.7's comment.module. Then Eaton got his hands on it and started hacking with it.
  38. It's still very early in the development cycle, and will continue to grow.