From d4af9c14e5dc2f39001b9b2b6dd7ac4c49390d68 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 28 Jun 2006 21:47:03 +0000 Subject: - Patch #70895 by m3avrck, webchick, et al: make it possible to disable the contact form for yourself. --- modules/contact.module | 4 +++- modules/contact/contact.module | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/contact.module b/modules/contact.module index 0615dd20b..86793a943 100644 --- a/modules/contact.module +++ b/modules/contact.module @@ -14,6 +14,7 @@ function contact_help($section) { case 'admin/help#contact': $output = '

'. t('The contact module enables the use of both personal and site-wide contact forms, thereby facilitating easy communication within the community. While personal contact forms allow users to contact each other by e-mail, site-wide forms allow community members to contact the site administration from a central location. Users can specify a subject and message in the contact form, and also request that a copy of the e-mail be sent to their own address.') .'

'; $output .= '

'. t("Users can activate/deactivate their personal contact forms in their account settings. Upon activation, a contact tab will appear in their user profiles. Privileged users such as site administrators are able to contact users even if they have chosen not to enable this feature.") .'

'; + $output .= '

'. t("Note that the contact tab will not appear when a user views his or her own profile; only when viewing another user's profile, if that user's contact form is enabled.") .'

'; $output .= '

'. t('If the menu module is enabled, a menu item linking to the site-wide contact page is added to the navigation block. It is disabled by default, but can be enabled via the menu management page. Links to the contact page may also be added to the primary and secondary links using the same page.', array('%menu-module' => url('admin/menu'))) .'

'; $output .= t('Contact module links:') .'