Wednesday, 26 September 2018
  43 Replies
  2.1K Visits
0
Votes
Undo
Hello,

We have a problem with date ordering.
In this screenshot you can see the dates we have entered: https://i.postimg.cc/zvH78hv7/pshsdates.jpg
But on the website the first date doesn't show up: https://www.healingspace.nl/icalrepeat.detail/2018/10/05/410/68/eenvoudig-gezond
For some reason it skips the first date. What could be the cause of this? Thank you very much in advance for your time.

Best regards,
Gina
Saturday, 27 October 2018 10:42
·
#206760
0
Votes
Undo
Hello Sergio0187,

Yes it will be.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Friday, 26 October 2018 12:37
·
#206753
0
Votes
Undo
Hello geraint,

Thank you for solving this, it works now. Will this be released in the next Jevents update?

Kind regards
Friday, 26 October 2018 09:50
·
#206748
0
Votes
Undo
OK - the reason this option was commented out in the past was because it wasn't fully tested/or working :(

I believe I have this fixed now - if you edit the file dbmodel.php again at line c. 988 you'll see

$extrajoin = ( count($extrajoin) ? " \n LEFT JOIN " . implode(" \n LEFT JOIN ", $extrajoin) : '' );
$extrawhere = ( count($extrawhere) ? ' AND ' . implode(' AND ', $extrawhere) : '' );

// get the event ids first - split into 2 queries to pick up the ones after now and the ones before
$t_datenow = JEVHelper::getNow();
$t_datenowSQL = $t_datenow->toSql();


Insert this new code just in front of it

// special case for only showing first repeat (i.e. if the first repeat has passed then show nothing!)
if ($repeatdisplayoptions == 2)
{
$extrawhere[] = "rpt.startrepeat=(
SELECT MIN(rpt3.startrepeat) FROM #__jevents_repetition as rpt3 WHERE rpt3.eventid=rpt.eventid
)";
}


Does that help?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Thursday, 25 October 2018 21:56
·
#206733
0
Votes
Undo
Hi Tony,
We have done this now and selected the option in the module, but still the repeat is shown:
https://www.screencast.com/t/uUNxauwMUPQ
https://www.screencast.com/t/dCNmZpiT

url to check: https://www.healingspace.nl/opleidingen-en-cursussen/voeding-eenvoudig-gezond

So a repeat after startdate 21-9 is still shown.

Thank you in advance.
Thursday, 25 October 2018 12:43
·
#206707
0
Votes
Undo
Ok if you edit:

/modules/mod_jevents_latest/mod_jevents_latest.xml

Look for:


<!--<option value="2">JEV_SHOW_FIRST_REPEAT_ONLY</option>//-->


change to:


<option value="2">JEV_SHOW_FIRST_REPEAT_ONLY</option>


Edit the module and select first repeat only as an option and see how that works?

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Thursday, 25 October 2018 12:06
·
#206700
0
Votes
Undo
Hi Tony,

Do you mean because the first repeat started on the 21st of September you do not want to show additional repeats? If so we can't control this at present.


Yes, exectly like that.
Very strange, it always showed only the startdate and never the repeats.

How soon do you think there's a new module release with this parameter to show only the startdate?

Thanks!

Kind regards,
Thursday, 25 October 2018 11:08
·
#206693
0
Votes
Undo
Hello,

1. There are lots of previous screenshots.
2. The 26th has not passed yet. Today is the 25th of October.

Do you mean because the first repeat started on the 21st of September you do not want to show additional repeats? If so we can't control this at present. I'll look at the viability of adapting the latest events module to show the first repeat only.

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Wednesday, 24 October 2018 08:06
·
#206670
0
Votes
Undo
Hi Tony,
I addressed this module issue a week ago, I really hope we can help me today solving this.

Kind regards
Tuesday, 23 October 2018 14:04
·
#206649
0
Votes
Undo
Hi Tony,

26 th is one of the 4 course days. In my previous answers you find screenshots to clarify this issue.

26 th should not be shown...
Tuesday, 23 October 2018 13:58
·
#206646
0
Votes
Undo
Correct and where are you seeing this event being shown? I do not see it in the link you provided? It starts on the 26th.

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Tuesday, 23 October 2018 11:40
·
#206635
0
Votes
Undo
No, as I wrote 21st should not be shown, because it has passed.

We use Jevents for courses, this event is a 4-day course. If startday is passed it's no use to show it.
Tuesday, 23 October 2018 11:24
·
#206632
0
Votes
Undo
Hello,

But the 21st has past? So you would need to set the module to show past and future events

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Tuesday, 23 October 2018 11:13
·
#206629
0
Votes
Undo
Thanks Tony for clarifying that. Can you please help us to only show the startdate?
21-9 is the startdate of the first one and so that one should not be shown.

Thank you in advance.
Tuesday, 23 October 2018 09:42
·
#206614
0
Votes
Undo
Hello,

As per the attached, It's not a multi-day event it is a repeating event which will show on each day.

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Tuesday, 23 October 2018 08:39
·
#206608
0
Votes
Undo
Hi Tony,
A week ago I addressed in this forum topic the module issue which is related to Jevents showing the next day of a multiday event.
Customers keep asking about the wrong dates.
Can you please help us not showing repeated days? It should only show startdates of upcoming events. Please see all info and screenshots of former posts in this topic.
You also have the login, I really hope we can close this today and many thanks in advance.
Kind regards,
Sergio
Friday, 19 October 2018 11:08
·
#206560
0
Votes
Undo
Hello,

Thank you Tony. The other issue is not resolved yet, which concerns the module:
https://www.healingspace.nl/opleidingen-en-cursussen/voeding-eenvoudig-gezond
In this module, the event of october 26th should not be visible. Because the startdate of that event, which is september 21st, has already passed.

Kind regards
Friday, 19 October 2018 10:35
·
#206556
0
Votes
Undo
Hey,

Ok so this is how it always has been it shows the next repeat at the start of the timesheet and I agree this is very confusing. I've just updated your site to the next planned release and it now shows the first repeat at the start of the timesheet. Then shows the next repeat at the bottom of the time sheet.

I hope that's ok!

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Friday, 19 October 2018 06:58
·
#206553
0
Votes
Undo
Hi Tony,

Thank you so much and by all means please clone :)
Thursday, 18 October 2018 21:21
·
#206548
0
Votes
Undo
Thank you for bearing with me and I am so sorry this has taken so long for me to grasp. I can see your issue clearly on your site now. Can I take a clone to debug locally as to what on earth has happened?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Wednesday, 17 October 2018 09:46
·
#206508
0
Votes
Undo
Hi Tony,

The mainevent was always the right date, 21-09:
https://www.screencast.com/t/iN2Rv08MU

Kind regards
  • Page :
  • 1
  • 2
  • 3
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.