Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

2 issues with events

7 years 10 months ago
Licenses:
JomSocial Expired

ISSUE SUMMARY:
1. Recurring events are not showing in the events module.
2. Time zone chosen when creating the event is not the same as the one displayed in event once event is created.

STEPS TO REPLICATE:

ISSUE 1:
1 Create an event and save it.
2 Go to the event and click "Events settings"
3 Modify event to Recurring (weekly for example) and save event.
4 Go to the event module. You can see that the recurring event is not showing.

ISSUE 2:
1 Create an event.
2 Select timezone "Europe/Paris"
3 Save event
4 Go to event in front end and check timezone of the event. You can see "Europe/Zurich" instead of "Europe/Paris"

RESULT
EXPECTED RESULT
BROWSER

7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

Seems both issues are bugs.

thank you

7 years 10 months ago
Licenses:
JomSocial Expired

Hi
So, how can I fix this?

Thank you

7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

I will let you know once our developer provide me the patch

7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

#recurring issue
On next release we will remove repeat configruation on edit event, that repeat only will appear on create event , to fix this open this file components/com_community/views/events/view.html.php, find this code :

->set('enableRepeat', $my->authorise('community.view', 'events.repeat'))
replace to :
->set('enableRepeat', ($my->authorise('community.view', 'events.repeat') && $task != 'edit'))

#timezone issue, open this file components/com_community/templates/jomsocial/layouts/events/single.php, find this code :
echo $timezone;
replace to :
echo $timezoneName;
open this file components/com_community/views/events/view.html.php, add this code after line 1497
->set('timezoneName', $params->get('timezone'))

thank you

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW