Hello,

I would like to create each Newsletter subscribers list, similar to /admin/content/newsletters/users, but using Views. It would be useful for printing additional subscribers information (Profile or CCK field).

With Views arguments, it will be easy to have separate lists of subscribers to Newsletter 1, Newsletter 2, etc. Or use filters and exposed filters for selection.

I've found only *Simplenews: send status* filter for Views, and unfortunately it's useless in my case. As each Newsletter name = taxonomy term, I tried to use *Taxonomy: Terms for Newsletter* filter and/or *Taxonomy:term ID* as Argument, but without success.

So, the question is: how can I output list of each Newsletter subscribers using Views and filters/arguments?

Thank you!

Comments

sutharsan’s picture

Status: Active » Closed (won't fix)

You can do this by writing code to make the subscriber data available to views. Note that linking subscribers with profile data will only work for authenticated users. Anonymous have no profile and no (unique) uid. If you write the code I welcome a patch for simplenews.

kenorb’s picture

subscribing

danny_joris’s picture

That's too bad. I want to give my roles as less admin pages as possible.

If it is not possible by using views, would it be possible with a small separate module?

Well i guess if I uncheck the 'administer simplenews settings' permission it 'll be good enough...