• A new version of Full Calendar is now available.

    See the details here

New Fullcalendar options

wezetel

Active Member
Just trying the new Fullcalendar (V6)
If I select 'Yes' for 'Show full details' under options I get an empty popup (instead of viewing the details view in a popup). Closing this popup leads to another empty popup....
If 'No' is selected it works as expected.
Next: If I select 'Show Instructions' there is no difference if 'Yes' or 'No' is selected
 
I will take a quick look and see if I see anything obvious. Unfortunately I am heading out of country for the next 3 weeks so getting any resolutions on these during that time is unlikely.

Will look now and let you know.
 
I would be interested in your thoughts of replacing JEvents as I also use it quite a bit. Do you use the RSVP part of it as that is integral to our stuff. I don't have any immediate need to replace JEvents as it is working quite well for us, but if a replacement could be developed it might make Fabrik much more attractive.

In the mean time, I see the issue with the show full details. I will poke around a bit but I am quickly running out of time.

Can you do me a favor and post all issues like this in the New Full Calendar Discussions section so I will have easier access to find the issues on my return.
 
OK, simple fix on the first one. In the file fullcalendar.js under media/plg_fabrik_visualization_fullcalendar/js finde the function eventClickCallback. In there you will find a call to clickEntry(eventClickInfo.event) add '.extendedProps' (without the quotes) after eventClickInfo.event

That should fix it for you.
 
With regards to the instructions, it is working for me. Is the user viewing the calendar able to add? Are you seeing the add button?
 
With regards to the instructions,....
You're correct! If I change the access level it's working. Quite logical: if the user can just see the entries, he doesn't need instructions.
Regarding the other problem I need to check, when I find the time.
 
Back
Top