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.
We are using Joomla 2.5.20, JomSocial 3.2.0.7 & JoomForest Template 2.2v with jf_social 3.2 theme.
When i try to create/edit event, can't able to save the event. It's validating the form but not updating.
We have tried with both jomsocial default template & joomforest template.
And one important thing i need to explain here :
Case 1 : If we configure jQuery Easy plugin with event create and event edit urls, Save button is working properly but date picker option is not working.
Case 2 : If we didn't specify event create and event edit urls, date picker is working but save button is not working.
I think the problem with jQuery easy plguin it self. If you disabled it, the event will works fine?
Because you not provide me administrator access detail i can't make sure about it.
could you please provide me administrator access detail?
We have tried with all jQuery options and finally we got to know that we have problem only with recurring events.
When we try to edit the recurring events we can't able to save the event.
Same thing we have tried with your demo also.
We have logged-in with back-end and enabled recurring events in events configuration section.
Created recurring test event in demo site (demo.jomsocial.com/demos/), when i try to edit the event i can't able to save the event.
So, it's nothing to do with our site.
Please check and let us know what's going wrong...
I tried at demo site. I can't replicate it.
1. enabling recurring events at backend
2. create event
3. edit event
I able to save the event. I missing something?
I tried at demo site. I can't replicate it.
1. enabling recurring events at backend
2. create event
3. edit event
I able to save the event. I missing something?
Hi Albertus,
Did you select the repeat option while creating event?
Just now i have created event called "test recurring event" using "demo" user account.
Here is the link "demo.jomsocial.com/events/viewevent/16-test-recurring-event.html".
Please check edit event option.
I confirmed this is a valid bug. because on edit form the repeat date value is missing. you must re-input it again.
here for temporary fixes:
1. backup /components/com_community/templates/default/events.forms.php
2. edit it:
line 13 below $endDate = new JDate($event->enddate);
put this code:
$repeatEndDate = new JDate($event->repeatend);
line 388 you will find });
edit to }).datepicker('setDate', "<?php echo $repeatEndDate->format('Y-m-d');?>");