Posted by jvieille on February 27, 2011 at 2:32pm
3 followers
| Project: | Signup Multiple |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
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.
Comments
#1
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 StatusDrupal 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
#2
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.
#3