This module is enabled, but nothing happens.
I use it with Node repeat to teltatively notify users about coming repeating events
I still have individual subscription for each node created, not option to subscribe all the node sequence.

CommentFileSizeAuthor
#2 signup-multiple-node-repeat-1074778.patch777 bytesdjdevin

Comments

grn’s picture

I can't see any effect either :-)

When I create a customized event with repeated dates with "Generate each date as a single node: 'yes'" there is no additional signup multiple button on the node page.

Here is some relevant Drupal info from my test environment:

Name                            Installed version  Proposed version  Status                                   
 Drupal core                     6.20               6.20              Up to date                               
 Date                            6.x-2.7            6.x-2.7           Up to date                               
 Date Repeat Node Generator      6.x-1.x-dev        6.x-1.x-dev       Up to date                               
 Node Repeat                     6.x-2.0-alpha1     6.x-2.0-alpha1    Up to date                               
 Node Reference URL Widget       6.x-1.8            6.x-1.8           Up to date                               
 Signup                          6.x-1.x-dev        6.x-1.x-dev       Up to date                               
 Signup Multiple                 6.x-1.0            6.x-1.0           Up to date                               

Keep up the good work :-)

GrN.dk

djdevin’s picture

StatusFileSize
new777 bytes

Hi,

It seems like the latest version of node_repeat is expecting a node object in node_repeat_get_node_sequence_id(), but signup_multiple is passing it a numeric node ID.

Applying this patch brought the signup multiple checkbox back.

djdevin’s picture

Component: Documentation » Code
Category: support » bug
Status: Active » Needs review