Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
contact.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2009 at 22:40 UTC
Updated:
31 Aug 2009 at 17:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
Bojhan commentedYou can put it under User settings, now named Users (we know). This applies only to the checkbox
[x] Enable contact form for new users.
It can be in its own field set or not.
Comment #2
meba commentedAttaching a patch removing the screen. This needs work as some tests are still failing. However, I didn't find the cause yet and I need to go, somebody might want to take over.
Comment #3
sun.core commentedComment #5
sign commentedrerolled the #2 patch, the paths werent relative to drupal root
Comment #7
dave reid1. You're removing the menu path for admin/settings/contact but leaving contact_admin_settings(). This is now orphaned.
2. Please use hook_form_FORM_ID_alter().
3. The tests still try to submit the contact_hourly_threshold field, which is not moved to the user settings in the patch. Breakage.
Comment #8
sign commentedRerolled, applied comments from #7
Comment #10
gábor hojtsyUhm, was there no use of "contact_hourly_threshold" in contact.module, contact.admin.inc?
Comment #11
gábor hojtsyHum, ok figured it is handled elsewhere, disregard.
Comment #12
gábor hojtsyGiven the resistance to remove the other setting, moving the settings page at #564576: D7UX IA: Roll back contact module settings page tab.