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 .

Comments

meichr’s picture

Issue summary: View changes

Spelling and grammar

meichr’s picture

Assigned: meichr » Unassigned

Here is the patch against the latest development version - 6.x-2.x-dev - Sep-17-2012.

meichr’s picture

Ok, no adding of attachments to existing comments. Now, here is the patch.

meichr’s picture

Status: Active » Needs review

Status change.

meichr’s picture

Issue summary: View changes

explanation improvement - latest=>production

meichr’s picture

Issue summary: View changes

Patch position added.