Events Booking version 3.11.3 released : Minicalendar problem

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
4 years 2 weeks ago #133444 by Tuan Pham Ngoc
Events Booking version 3.11.3 released was created by Tuan Pham Ngoc
Dear customers

Today, I'm happy to announce the next release of Events Booking, version 3.11.3. In this version, I focus finishing some optimization to frontend of the extension:

- Finish moving inline js out of Events Booking (to separate files), follow best practice introduces in Joomla 4.
- Use compressed js files
- Use compressed css files
- Added config option to allow showing cancel before date of an event on event listing page
- Fixed some small issues (Array displayed in upcoming events module instead of categories title, wrong form loaded when press New button on frontend events management in some special case)

This result in a bit faster page loading in the extension and also reduce the risk of javascript conflict with third party extensions. Please update your site to this latest package of Events Booking to use these small improvements and bugs fixes.

Thanks for continue using our product and support our development

Regards,

Tuan
The following user(s) said Thank You: John, Zoe White, EUFRAK-EuroConsults Berlin GmbH

Please Log in or Create an account to join the conversation.

More
4 years 1 week ago #133626 by dev sfp
Hi,

Sorry if I am on the wrong thread, but I missed some updates since 3.11.0

So, I've got a problem since at least 3.11.2 (I missed the 3.11.1 update) : No events in minicalendar (see pictures).

3.11.0 is ok, can't say with 3.11.1.

I tried diff on mod_eb_minicalendar, nothing.

Thanks for your answer.

Regards,

Cedric

Nota : mod_eb_minicalendar in 3.11.3 is tagged 3.11.4
Attachments:

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
4 years 1 week ago #133627 by Tuan Pham Ngoc
Hello Cedric

Please submit a support ticket sending us super admin account of your site and link to the page which the module is being displayed

I'm going to check to see what's wrong and get it sorted

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #134628 by Russell Noble
Hi Tuan,
we have an override on jquery.php to add our own JS code to the registration page. I'd like to fix this - how do suggest having our own JS on the rego page now? I want to fix and move to 3.12 but noticed in the release notes you've spearated the JS so I assume it's not longer in the jquery.php?

Thanks,
Russell

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
3 years 11 months ago #134631 by Tuan Pham Ngoc
Hi Russell

Yes. We move code to js file. So you want to add a new validation rule, correct?

Currently, the rule could not be overridden, but I will implement support for it. Just need to know your usage to think about it and find a way to support it via override

Tuan

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #134632 by Russell Noble
Tuan,

we override public static function validateForm()

to add

$document->addScriptDeclaration(' .... our own js .... ' );
and we add custom rules in $.validationEngineLanguage.allRules = { ... }

Russell.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
3 years 11 months ago #134634 by Tuan Pham Ngoc
Hi Russell

Could I ask what's the custom css in addScriptDeclaration used for?

Tuan

Please Log in or Create an account to join the conversation.