I found a small bug in admin.signup_administration.inc line 104 - link to Mailing for custom signup node is incorrect,
instead of:
$op_links .= l(t('Signup broadcast'), "node/$signup_node->nid/signup-broadcast", $options);
should be:
$op_links .= l(t('Signup broadcast'), "node/$signup_node->nid/signups/broadcast", $options);
Comments
Comment #1
dwwThanks. Just committed a fix to HEAD and DRUPAL-6--1. This will be out in 6.x-1.0-rc4 (hopefully in the next day or so).