I want to create a view to show the newsletters created by the Simplenews module. It has an own link to "Previous issues" but there is no possibility to modify that "Previous issues view". I managed to do this but can't find one thing ...

In these newsletters is some field that indicates if a newsletter is already sent or not. I'm pretty sure it's in the table "simplenews_newsletters" with fieldname "s_staus".

Is there any way I can add this somehow to the filter so it only shows the "already sent" newsletters?

Thanks in advance.
Jan

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » Simplenews

It's up to modules to export their information for Views to support it. Sending this over to Simplenews.

sutharsan’s picture

Version: 5.x-1.x-dev » 6.x-1.0-beta3
Status: Active » Fixed

6.x release enables views to use the s_status data to filter on newsletter send status.
In 5.x and 6.x you can use css to hide/display the send and unsend newletters in the 'previous issues' list.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.