Closed (fixed)
Project:
Simplenews
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2021 at 06:07 UTC
Updated:
23 Apr 2021 at 06:49 UTC
Jump to comment: Most recent
I need to filter subscribers by conditions.
Conditions may be:
* send this issue to subscribers with no node of type "Blog" published in the last month
* send this issue to subscribers with "last access" older than 30 days
* etc...
Send a issue. User interface offers no option as such.
Add some kind of filter on subscribers
Open discussion
A first proposal may be: add filter subscribers form field at /node/NID/simplenews
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
afagioliComment #3
afagioliCurrently working on a brand new simplenews_subscriber_filters submodule at https://git.drupalcode.org/issue/simplenews-3206893/-/tree/3206893-filte...
Your support is welcome.
Comment #4
berdirThat's generally what the simplenews recipient plugin system is meant to achieve, was developed together with the party crm people: https://www.drupal.org/project/party_simplenews.
But I don't know what the status of that is in 2.x/3.x.
Comment #5
afagioliSuch a nice confirm of the need!
Shame I can't read any other good news from that page :(
Comment #6
afagioliThis ended up with a detached submodule available at
https://www.drupal.org/project/simplenews_subscriber_filters
Comment #7
afagioli