after installing this module, admin/content/newsletters/settings displays as a blank page.
the page returns to normal after I remove the module.
drupal version 5.7
simplenews version 1.3

Comments

iletras’s picture

using drupal.org/node/139527,
I made the following change to the theme_simplenews_block function of the simplenews.module

following the line
$output = '';
I inserted
if ($block['subscribed'] == TRUE) return '';

moonray’s picture

Status: Active » Postponed (maintainer needs more info)

Try upgrading to the development version, and see if that still happens.
http://drupal.org/node/261597

patcher’s picture

i got the same effect.
setting-page shows:

Fatal error: Call to undefined function _simplenews_get_vid() in /www/htdocs/w00986cf/html/modules/simplenews_register/simplenews_register.module on line 32

upgrading to dev-version has no effect on this.

what can we do?
thnks

hansrossel’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
iletras’s picture

From a month old newbie ... Thank You hansrossel and everyone else!