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!

CommentFileSizeAuthor
#2 wht_fullcalendar.zip2.23 KBrlnorthcutt

Comments

tim.plunkett’s picture

Can you upload or paste the whole module? Every file. Then I can pin it down exactly.

Sorry you had this problem!

rlnorthcutt’s picture

StatusFileSize
new2.23 KB

Thanks for taking a look - the module is attached. Lemme know what I can do to help test or anything.

thanks!
ron

tim.plunkett’s picture

Category: bug » support
Status: Active » Fixed

Ah, 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.

rlnorthcutt’s picture

You da man, Tim... Next time I see you, I owe you a beer...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.