In the subscription block configuration it is possible to check that a list of title links of past issues are displayed under the text "Recent Issues".
When configured to do so, the text "Recent Issues" is displayed, but no issues themselves. This applies to the latest Drupal 6 release (simplenews-6.x-2.0-alpha5) as well as to the latest Drupal 6 development snapshot (simplenews-6.x-2.x-dev - Sep-17-2012).
The reason for the list not to be displayed is a CSS statement in simplenews.css which sets the whole issues list to "display: none". The CSS seems to be a statement left over from a development cycle and should not be present in any production release.
Find a patch at #2 .
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | simplenews-remove-hiding-of-recent-issues-1909660-2.patch | 598 bytes | meichr |
Comments
Comment #0.0
meichr commentedSpelling and grammar
Comment #1
meichr commentedHere is the patch against the latest development version - 6.x-2.x-dev - Sep-17-2012.
Comment #2
meichr commentedOk, no adding of attachments to existing comments. Now, here is the patch.
Comment #3
meichr commentedStatus change.
Comment #3.0
meichr commentedexplanation improvement - latest=>production
Comment #3.1
meichr commentedPatch position added.