Closed (fixed)
Project:
Simplenews
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2007 at 18:00 UTC
Updated:
14 Jul 2008 at 06:12 UTC
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
Comment #1
merlinofchaos commentedIt's up to modules to export their information for Views to support it. Sending this over to Simplenews.
Comment #2
sutharsan commented6.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.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.