Closed (fixed)
Project:
Entity Registration
Version:
7.x-1.x-dev
Component:
Registration Core
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2012 at 12:20 UTC
Updated:
26 Mar 2015 at 17:54 UTC
Jump to comment: Most recent
Comments
Comment #1
levelos commentedNot sure what you mean by support date. There's some work being done by @dpi to use date fields for a registrations scheduling.
Comment #2
mstef commentedSay you have an "event" node with a date field, that's repeating. The node has N amount of dates, and it would be great if you could provide registrations for each individual date.
Comment #3
levelos commentedI see. Definitely not on the roadmap anytime soon, and it'd have to be handled in a contrib module, not part of core Registration.
Comment #4
ezra-g commentedThis is possible through Signup by having users sign up for each event instance.
Comment #5
mstef commentedNo it's not, since date repeat doesn't create new nodes for each repeat.
See #298122: Integrate Signup with the Date Repeat API.
Perhaps this is the starting point: http://drupal.org/project/registration_date
Shouldn't this be marked as "won't fix", not "fixed"?
Comment #7
mrpauldriver commentedMike, I've been around the houses with this myself and at present there is not a way of creating separate nodes based on date repeat for Drupal 7.
Drupal 6 modules that provided this functionality are:
Date Repeat Sequence - http://drupal.org/project/issues/date_repeat_sequence
Date Repeat Node Generator - http://drupal.org/project/issues/date_repeat_nodegen
Node Repeat - http://drupal.org/project/issues/node_repeat
KarenS has said a few times that she may look to incorporate repeat date nodes into the 7.3 branch of the Date module. Most recently here http://drupal.org/node/298334#comment-5895724 . It appears that maintainers of the D6 modules are waiting to see if this actually happens before committing themselves.
Whilst Entity Registration is not, in it's purest form, just about dated events. I am fairly sure that in many use cases for the module, dates will feature heavily. Registration Date sounds as if it will be an important contrib module.
Comment #8
dpiI would really like to get feedback on repeating dates #1490058: Date repeat API. Specifically on implementation ideas without having to clone an entity.
Comment #9
mstef commentedI decided to take this up myself. Instead of trying to create a solution where modules like this can provide X registrations per-node, I thought the best way would just to be create something to duplicate nodes based on criteria (every day, every week, every 2 days, etc, etc). Like Paul said, there are a few trying to do this, but they're all either dead, broken, or only for D6.
I'll have it up in a few days - it's done and already in production.
Comment #10
elly commentedAhoy! I find myself in need of this - mikesteff have you got this code up anywhere yet?
Comment #11
mstef commentedHey not yet - sorry for the delay. Few days, most likely.
Comment #12
mstef commentedelly, take a look at http://drupal.org/project/registration_date -- that might be good for you. I believe it now supports date repeat API (without having to create multiple nodes).
Comment #13
dpiPlease try the dev release.
Comment #14
mstef commentedHere ya go (if anyone is still interested): http://drupal.org/project/node_recur
Comment #15
mrpauldriver commentedHello Mike, this is a really interesting development.
I won't get time to take a closer look until next week, but may I ask about repeat patterns in the meantime?
You say repeats are possible for "Every N period, where N is a number, and period can be days, weeks, or months"
In my use case, I need patterns like 1st Sunday each month. Is this possible with your module?
Comment #16
mstef commentedDo you mind creating a ticket on the queue for that module? I don't want to start a conversation on a closed thread for a different module. It'll probably annoy the maintainer(s) here.
Comment #17
socialnicheguru commentedjust came across this which outlines a solution: https://www.drupal.org/node/1490058#comment-9479283