Drupal core contains a contact.module which allows users of a Drupal site to contact each other through email. The contact form displays a "Send yourself a copy" checkbox. This Drupal 5 module gets rid of that checkbox.
This might be useful if you have only the site-wide contact form enabled and want to prevent people from seeing your site's outgoing email headers.
Installation
To install:
- Make a directory
sites/all/modules/contact_nocc/ - Download the two files
contact_nocc.moduleandcontact_nocc.infointo that directory - Enable the module on the Administer:Site building:Modules page (
admin/build/modules)
contact_nocc module automatically enables the functionality.Uninstallation
To uninstall:- Disable the module on the Administer:Site building:Modules page (
admin/build/modules) - Delete the
sites/all/modules/contact_nocc/directory
contact_nocc module will restore the contact module back to its original functionality.| Attachment | Size |
|---|---|
| contact_nocc.module | 536 bytes |
| contact_nocc.info | 171 bytes |

how does it work, i don't
how does it work, i don't see any install file and its not added to the mod list, where we suppose to add it ?
No .install file is
No .install file is necessary, and it should show up in the module list as soon as you put both the .module file and the .info file in sites/all/modules/contact_nocc/