Poll

Should 4images users be given the ability to opt-out of receiving admin emails?

Yes
1 (100%)
No
0 (0%)
Maybe
0 (0%)
I do not care
0 (0%)

Total Members Voted: 1

Voting closed: June 20, 2002, 01:41:21 AM

Author Topic: [Feature Request] Opt-Out of receiving admin emails  (Read 5803 times)

0 Members and 1 Guest are viewing this topic.

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
[Feature Request] Opt-Out of receiving admin emails
« on: June 20, 2002, 01:41:21 AM »
During the registration process, and in the user control panel, provide a checkbox, radio button, or other form control, to let users "opt-out" of receiving emails sent from the admin control panel.  Store this boolean value in the 4images_users table.

When the administrator goes to the admin control panel and clicks "Send Email" all the names in the "Select User" list box are highlighted by default.  For those users who have opted out of receiving email, simply do not highlight their names.  That is:

Current generated HTML:
Code: [Select]
<option value="User@domain.tld" selected>&raquo; User (User@domain.tld)</option>

Would become:
Code: [Select]
<option value="User@domain.tld">&raquo; User (User@domain.tld)</option>


It seems to me that this solution should be pretty simple.

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
[Feature Request] Opt-Out of receiving admin emails
« Reply #1 on: June 20, 2002, 07:16:11 AM »
Hi Chris,

you can stop your voting. I finished yesterday the implementations of this function for the new version ;)

Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
[Feature Request] Opt-Out of receiving admin emails
« Reply #2 on: June 20, 2002, 04:32:31 PM »
Simply awesome.

The funny thing is that yesterday, I too added this feature to 4images on my web site.  From start to finish it took me 1 hour.

Many thanks!