- Posts: 6
- Thank you received: 0
How to add date to event in module: Event Booking - Google Map
- Pascale Locher
- Topic Author
- Offline
- New Member
-
Less
More
5 years 6 months ago #128381
by Pascale Locher
How to add date to event in module: Event Booking - Google Map was created by Pascale Locher
Hello,
I try to add the dates of the events in the Popup-Window in the module: Event Booking - Google Map.
I found the file:
/modules/mod_eb_googlemap/helper.php
and the code:
foreach ($row->events as $event)
{
$popupContent[] = '<li><h4>' . JHtml::link(JRoute::_(EventbookingHelperRoute::getEventRoute($event->id, $event->main_category_id, $Itemid)), addslashes($event->title)) . '</h4></li>';
}
$popupContent[] = '</ul>'
How can I adjust the code, so it shows the date of the event in front of the event title.
Thanks for your help.
Pascale
I try to add the dates of the events in the Popup-Window in the module: Event Booking - Google Map.
I found the file:
/modules/mod_eb_googlemap/helper.php
and the code:
foreach ($row->events as $event)
{
$popupContent[] = '<li><h4>' . JHtml::link(JRoute::_(EventbookingHelperRoute::getEventRoute($event->id, $event->main_category_id, $Itemid)), addslashes($event->title)) . '</h4></li>';
}
$popupContent[] = '</ul>'
How can I adjust the code, so it shows the date of the event in front of the event title.
Thanks for your help.
Pascale
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
5 years 6 months ago #128392
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to add date to event in module: Event Booking - Google Map
There are more modification needed. Try to get this file, unzip it, upload to modules/mod_eb_googlemap folder, then check it again. It should work as expected
Tuan
Tuan
The following user(s) said Thank You: Pascale Locher
Please Log in or Create an account to join the conversation.
- Pascale Locher
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
5 years 6 months ago #128395
by Pascale Locher
Replied by Pascale Locher on topic How to add date to event in module: Event Booking - Google Map
It works.
I even managed to put first the date and then the title.
Thanks a lot for your great work,
Pascale
I even managed to put first the date and then the title.
Thanks a lot for your great work,
Pascale
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
5 years 6 months ago #128409
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to add date to event in module: Event Booking - Google Map
OK Pascale. Please note that this change could not be implemented using override, so you need to backup the modified file and re-upload it each time you update to new version of Events Booking
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Tuscany
- Offline
- Senior Member
-
Less
More
- Posts: 46
- Thank you received: 0
4 years 8 months ago - 4 years 8 months ago #135990
by Tuscany
Replied by Tuscany on topic How to add date to event in module: Event Booking - Google Map
Thank You for this useful customization
Unfortunately the link in the popup is not working after helper.php is replaced
I found out that there is a change in the last line of this file
$row->popupContent = addslashes(implode("", $popupContent));
In the original file You don't use the funtion "addslashes"
After removing "addslashes" link is working again.
Tuan, can You please confirm that this is OK?
Unfortunately the link in the popup is not working after helper.php is replaced
I found out that there is a change in the last line of this file
$row->popupContent = addslashes(implode("", $popupContent));
In the original file You don't use the funtion "addslashes"
After removing "addslashes" link is working again.
Tuan, can You please confirm that this is OK?
Last edit: 4 years 8 months ago by Tuscany.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 8 months ago #135993
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to add date to event in module: Event Booking - Google Map
Yes. I can confirm. Could you please re-upload your modified file (which works OK) here after making the modification and confirm that it's working as expected?
Tuan
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.