Hi and thanks in advance.
The staff member who inputs our events tells me she used to have the capability to create multiple exceptions for a repeating date and now can only enter one.
I have looked for where I might have changed a setting or the default has changed from unlimited to one... but don't see where to check this.
Thanks-
| Comment | File | Size | Author |
|---|---|---|---|
| #24 | date_repeat-560054-24.patch | 4.16 KB | travist |
Comments
Comment #1
rbrownellI am having the exact same problem as well. I can't find an area that has mutiple exceptions. Have you found a solution yet?
Comment #2
rbrownellJust found a solution... It is kind of stupid. Just click on Save and then scroll back down to the exceptions section and add the next date, and click save. (wash and repeat as many times as necessairy)
Comment #3
rbrownellComment #4
rbrownellComment #5
arlinsandbulte commentedMarked #641600: Multiple date excepts & #320548: Add 'Add more' javascript button to exception dates as duplicates of this issue.
Comment #6
my-family commentedsubscribe
Comment #7
Alex Andrascu commented+1
Comment #8
traviscarden commented+1 subscribing
Comment #9
aww commentedThis is definitely an important feature request.
I built a site for an elementary school that requires frequent updates to the calendar with various events. There does not seem to be an easy way to exclude weekends for month-long happenings. To have to refresh the page on each exception entry just aggravates the situation for the poor staff.
Multiple Exception fields, or, an "Exclude Weekends" option should be a basic feature.
Comment #10
delapohl commented+1 subscribing
Comment #11
todd zebert commentedsubscribe
Comment #12
locomo commentedsubscribe
Comment #13
meganedesigns commentedsubscribe
Comment #14
SuperStes commentedsubscribing
Comment #15
hnln commentedsubscribe
Comment #16
baff commentedsubscribe
Comment #17
MBroberg commentedI agree, but for excluding weekends can you just use the advanced settings and choose "every Monday, Tuesday, Wednesday, Thursday, and Friday?"
Comment #18
not_Dries_Buytaert commentedThe current solution (workaround?) is not friendly to users and unnecessarily costs performance.
A "remove exception" link for each existing exception and a single "add new exception" link is needed within the "Except" group fields.
@'aww': An "Exclude Weekends" is really not desirable imo, since definitely not only weekends could be exceptions.
BTW: I marked http://drupal.org/node/333619 as being a duplicate.
Comment #19
not_Dries_Buytaert commentedI think the issue can be solved in lines 164+ within the file 'date\date_repeat\date_repeat_form.inc':
A workaround may be to change the multilingual (!) help text of the "Except" field from:
to:
Comment #20
michellezeedru commentedSubscribing
Comment #21
danihobbs commentedWould be great to see a global exception list as well - for instance all events site wide do not recur on major holidays unless specifically set. Subscribe!
Comment #22
not_Dries_Buytaert commented@DaniHobbs: please submit a separate issue for your feature request (in post #21).
Comment #23
karens commentedThe fix is to add AHAH 'add more' handing to this widget, which I haven't had time to do. If anyone wants to make a patch that would be great.
Comment #24
travist commentedHello KarenS,
This was an itch that the good people at AllPlayers.com needed to scratch.
Here is the patch I wrote that adds an AHAH "Add more" button to the exceptions. Please let me know if this works for you.
Thanks,
Travis Tidwell
Comment #25
travist commentedComment #26
karens commentedBless you!!! I will take a look.
Comment #27
karens commentedThis is great! I tweaked it up to work for both exceptions and additions and committed it. Thanks!
Comment #28
travist commentedNice! I just took a look and the additions piece is great!
I am glad I could help out.
Thank you so much for your module.
Travis Tidwell.