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
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
Comment #1
iletras commentedusing 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 '';Comment #2
moonray commentedTry upgrading to the development version, and see if that still happens.
http://drupal.org/node/261597
Comment #3
patcher commentedi 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
Comment #4
hansrossel commentedDuplicate of and solution in http://drupal.org/node/261693#comment-869980
Comment #5
iletras commentedFrom a month old newbie ... Thank You hansrossel and everyone else!