The administration settings are in the admin category "content management" (admin/content) which IMO does not fit. I think it should be under "site configuration" (admin/settings).

The help text already points to "site configuration" for some reason.

... For more information, see <a href="@admin-help-system">cron</a>.</li><li>administer notify <a href="@admin-settings-notify">administer &gt;&gt; settings &gt;&gt; notify</a>.</li></ul>', array('@admin-help-system' => url('admin/help/system'), '@admin-settings-notify' => url('admin/settings/notify'))...

Patch against HEAD included.

Comments

stella’s picture

Status: Active » Reviewed & tested by the community

I agree with this. The notify configuration page should be located under admin/settings rather than admin/content as it currently is. At the very least the help text should contain the correct info.

I've tested this patch and it all works fine. Rob - can you apply this to CVS please?

Cheers,
Stella

beginner’s picture

Category: task » bug
Status: Reviewed & tested by the community » Needs work

This can be considered a bug. I'll notice it better this way.

The README text should be modified accordingly.

Standart’s picture

Status: Needs work » Needs review
StatusFileSize
new1.62 KB

Added changes to README.

beginner’s picture

Status: Needs review » Fixed
StatusFileSize
new3.78 KB

The patch was good.

I had to modify hook_menu(), too, in consideration for this patch that just got committed.
http://drupal.org/node/146521#comment-272327

Also, I added a notify_update_2() because the cache had to be cleared for users to see the change. A message is printed to warn administrators.

The patch attached was committed.

beginner’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)