Hi.
When a basic user in our system goes to "send email" and views "To" he can see the various Member Lists
associated with Roles. Below is how the UI looks when I click on Role administration:
[Active roles]
1 Membership
* Associate
* Member
2 Committees
* Advisory Committee
* Events Committee
* Membership Committtee
3 Groups
* Arts & Entertainment Group
* Business Networking Group
What I want is ONLY the members associated with 1. Membership (Member&Associate) to appear when somebody clicks on the email "To" filed. I do not want 2. Committees or 3. Groups to appear. However, Committees and Groups do appear when a user clicks on the "To" field. How do I achieve this?
The role properties for Members and Associates looks like this:
Send e-mails: All logged in users
Display role memberships: All logged in users
The role properties for Committees and Groups looks like this:
Send e-mails: Role members only
Display role memberships: Role members only
It doesn't seem to matter what I put for the role properties above. Even putting "Nobody/Nobody" has no impact.
Kindly advise - how to I only show my individual members, not mailing lists, in the send email "TO" field?
Thank you.
How to Remove Mailing List from Send Email "To" Field?
Re: How to Remove Mailing List from Send Email "To" Field?
Hi Dushkin,
thats definitly a bug:
https://github.com/Admidio/admidio/issues/827
I will look at this.
Regards
Fasse
thats definitly a bug:
https://github.com/Admidio/admidio/issues/827
I will look at this.
Regards
Fasse
Re: How to Remove Mailing List from Send Email "To" Field?
Will be fixed in version 3.3.6
Re: How to Remove Mailing List from Send Email "To" Field?
Hi Fasse,
Ah, OK. Thanks for looking into it.
Any idea why it is happening? If you share what you know, I'll see if I can code up the fix.
Happy to share the code once I do.
Otherwise, if you have fixed it already and are just waiting to push it with the 3.3.6 release,
could you kindly share the code so I can sort the problem on my site?
When are you planning to release 3.3.6?
Thanks much.
Peter
Ah, OK. Thanks for looking into it.
Any idea why it is happening? If you share what you know, I'll see if I can code up the fix.
Happy to share the code once I do.
Otherwise, if you have fixed it already and are just waiting to push it with the 3.3.6 release,
could you kindly share the code so I can sort the problem on my site?
When are you planning to release 3.3.6?
Thanks much.
Peter
Re: How to Remove Mailing List from Send Email "To" Field?
Fasse already fixed it. Look at his issue link.
Here is the commit: https://github.com/Admidio/admidio/comm ... 1ad46bc679
Here is the commit: https://github.com/Admidio/admidio/comm ... 1ad46bc679
Re: How to Remove Mailing List from Send Email "To" Field?
Sorry about that, that's my bad. Thank you. I'll update my code.