I have a custom plugin for Fullcalendar that takes over the link and returns JSON with node info. I used the fantastic example here, and it worked great: http://drupal.org/node/1388234
Now, however - its broken! I recently updated from beta2 to beta3, which turns out to be the culprit. I have rolled back to beta2, and the functionality is restored. Some info:
- with beta3, the JS file for my custom plugin is no longer appearing
- I tried manually adding the JS in the .info file, and it will then appear on the page... but doesn't work (figured it wouldn't but worth a try)
So - rolling back to beta2 does work, but I am not sure what else I can do to help identify the problem. Happy to help test with any instruction!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | wht_fullcalendar.zip | 2.23 KB | rlnorthcutt |
Comments
Comment #1
tim.plunkettCan you upload or paste the whole module? Every file. Then I can pin it down exactly.
Sorry you had this problem!
Comment #2
rlnorthcuttThanks for taking a look - the module is attached. Lemme know what I can do to help test or anything.
thanks!
ron
Comment #3
tim.plunkettAh, I forgot that #1395272: Rename hook_fullcalendar_option_* to hook_fullcalendar_options_*. came after beta2. It's hook_fullcalendar_options_info now. Sorry about that!
I've updated the documentation at http://drupal.org/node/1342772.
Comment #4
rlnorthcuttYou da man, Tim... Next time I see you, I owe you a beer...