Active
Project:
Subscriber entity
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jul 2014 at 02:26 UTC
Updated:
12 Jul 2014 at 07:42 UTC
Jump to comment: Most recent
Hello I think this is a good idea for a module, but the fact is, this module is useful if can be integrated with the different newsletter modules for drupal. How to integrate this module with those newsletter modules?
Comments
Comment #1
ekes commentedAt the moment this doesn't integrate with any of these.
The site for which it is being developed at the moment sends out SMS, and e-mail, to non-users who have subscribed to taxonomy terms and nodes - using the convenience of taxonomy and node reference fields that can be added to the subscriber entity. The messages are sent, and stored, with an additional feature - code of which will end up in this sandbox module.
Some of the newsletter modules do have sending to non-users, anonymous subscribers, so it may be possible to integrate this. But at this point I'm guessing that's more work than you'd want to do.
Comment #2
ssoulless commentedFor example would be great if you can manage the suscribiers like managing content_types for example with simple news there are several limitations because you cannot manage Suscriber fields and the suscribe block only contains the email field, with this we can extend the Simplenews functionality and maybe applies for another newsletter modules...
Comment #3
ekes commentedSure, I agree.
Scanning simplenews it looks like it might have enough functions for it to be possible to associate with something else, without actually hacking the module. Maybe adding the tid (as a field?) to a subscriber_entity unique by email address. But, even if it is as simple as that, as the newsletters aren't entities themselves none of that rolls out the box, so would all need writing.