You need to be logged in to view a user's profile.
  1. [email protected]
  2. JEvents 3.4 (Free Access)
  3. Monday, 27 November 2017
There is a bug with latest Joomla 3.7.4 (and I believe higher versions also).

The thing is: I'm using integrations, in particular, JTicketing. And I need to be able to use standard Joomla field "calendar". But their script conflicts with your old version. As a matter of fact, your calendar script does not work when Joomla "calendar" field is on the page.
It troughs exceptions when you click calendar button. I've tried to avoid those by disabling the script (put empty calendar.min.js at templatefolder/js/system/fields), so I'm able to open the calendar, but updating the valued doesn't work then.
How can I make your field to work?

Version : 3.4.43 Stable
Support Info
Production - Medium
tonyp
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,

Have you tested with the default Joomla! Template protostar? We have and are using it perfectly fine in all 3.7 and 3.8 versions of Joomla!?

What is conflicting about it?

Many thanks
Tony
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
There are no issues with a template, things work with the current template.
As I mentioned above it's about calendar field.
See attached files: 16-23-03 displays that Joomla native calendar is working correctly.
And 16-24-07 is what I get when clicking on your calendar.

I've also added all calendar scripts load lines to attachments.
Attachments (3)
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 2
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
We will move back to the core Joomla calendar date/picker for the next release of JEvents.
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Great to hear that!..
any estimation of "when" that happens?
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 4
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
Within the next couple of weeks I would expect.

p.s. we are using a core Joomla calendar - but it appears Joomla now has 2 clashing versions of the calendar in the code.
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Ok, we'll be waiting.

I guest to use native calendar you should extend Calendar field and not the regular one:
class JFormFieldJeveventcalendar extends JFormField
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 6
4creator
Gold Member
Accepted Answer Pending Moderation
0
Votes
Undo
Hello geraint,

We are facing this same issue.
Is it possible for you to provide temporary fix?
(We need some solution while waiting for the next release of JEvents.)

Thanks,
rikao
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 7
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
I have reworked our calendar to use the alternative calendar Joomla provides (note that Joomla provides BOTH so ours it not outdated - but it will be I agree).

BUT there is a problem the newer calendar doesn't have all the functionality we need - in particular the date input field changes as you navigate the popup calendar whereas we could disable this historically. I am going to have to make a change to the Joomla core to fix this properly.

If you want to work with the new code you can unzip and upload this file to components/com_jevents/libraries/helper.php
Attachments (1)
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 8
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
I have implemented a fix for Joomla - waiting for the PR to be tested and accepted.

See https://issues.joomla.org/tracker/joomla-cms/18976 - if you are able to do an official test that would be great, if not just vote for it as being important.

Thanks
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Error on the calendar after applying helper.php + Joomla PR
Attachments (1)
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 10
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
Is that error on a site that I can access so I can take a look at the underlying javascript/HTML?

Please put any URLs/usernames/passwords on the private site details tab below
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 11
4creator
Gold Member
Accepted Answer Pending Moderation
0
Votes
Undo
Hello geraint,

Alex is helping us on our site, actually.
So I enclosed the site details below so that you can see the error.

Thanks for your help,
rikao
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 12
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
Resolved - I commented out line 25

//JHtml::_('behavior.calendar');

of administrator/components/com_jevents/views/icalevent/tmpl/edit.php
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 13
4creator
Gold Member
Accepted Answer Pending Moderation
0
Votes
Undo
Hello geraint,

Thank you so much for the fix!
Problem solved :)

rikao
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 14
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
Great - I'm pushing my PR with Joomla so hopefully it will be fixed properly in Joomla version 3.8.4
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 15
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.