The patch attached add an option in admin setting form of notify,
which allows administrator to select whether to display the option to enable notification on user registration form or not.
It also has an option to set the default value to be displayed on registration form.

The patch was created for my client's website,
where we want to use notify to send emails to administrators if new content is created on website,
but ordinary users are not allowed to use notify.
So it would be quite odd to have the option for enabling notification on user registration form,
which would be available to public.

CommentFileSizeAuthor
notify.module.patch1.9 KBbenkewell

Comments

benkewell’s picture

seems like 2 similar patches are already created:

#563108: Option to Disable Notify Status selector on Registration form
#391318: Default Settings for Notify Are Enabled & No Way to Change for All Users

my patch is written for 6.x and is working well on my website.
so could anyone suggest the best one among all three and apply it to the release?

thanks.

matt2000’s picture

Status: Needs review » Closed (duplicate)

I don't think this patch is written against CVS HEAD. Anyway, I prefer the method of #563108 which uses one selector instead of two checkboxes.

#391318 is different, I think.

So this is a duplicate of #563108: Option to Disable Notify Status selector on Registration form.