[solution] Can't add location from front end

  • Alexandre TAME
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 4 months ago #39606 by Alexandre TAME
[solution] Can't add location from front end was created by Alexandre TAME
Good evening everyone

(Sorry if I make some mistakes in English, I'm a french people)
Congratulation Tuan for this component.

I just updated Events Booking on my site, and I could not add location of the front end.

Here's the solution :
Open and edit this file : com_eventbooking/views/addlocation/tmpl/default.php

After "defined( '_JEXEC' ) or die ;" (line 11), add this two lines :

JHtml::_('behavior.tooltip');
JHtml::_('behavior.formvalidation');


You can now add locations from the front end, and the cancel button works also


In bonus, my french translation file in attachment ;)

fr-FR.com_eventbooking.ini

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

More
10 years 4 months ago #39629 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: [solution] Can't add location from front end
Great. Thanks for sharing the solution. Could I ask what Joomla version you are using so that I can check ? So far, none of customers have issue like this.

Tuan

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

  • Alexandre TAME
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 4 months ago #39652 by Alexandre TAME
Replied by Alexandre TAME on topic Re: [solution] Can't add location from front end
Of course ;)

The version is 2.5.17


For information, I've seen that some words still miss in the french translation file. I'll make a new one based on the english file to do a complete version.

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

More
10 years 2 months ago #41673 by Alfean Aziz
Replied by Alfean Aziz on topic Re: [solution] Can't add location from front end
Thank you. Your solution is very helpful for me.

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

Moderators: Tuan Pham Ngoc