By rytech123 on Sunday, 16 December 2018
Replies 4
Likes 0
Views 0.9K
Votes 0
Float layout: 3.4.6
Newest version of jevents

I know that you fixed this back several months ago, but on this website, it seems some of the events are not displayed in sequence.

https://laura.poblib.org/home-2/special-events/range.listevents/-
u: guest
p: guest123

thanks,
Laura
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Laura,

What's not in sequence about that link exactly?

The top line are in date order and the second line fills the available gaps, if 1 more event was there it would fill all four tighter.

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks again for your past assistance. Another question about the FLOAT LAYOUT. I have the newest version of float.

For this install:
https://flatrockbrook.org/programs/public-programs/daterange/-?startdate=2019-05-05&enddate=2019-05-12

The client is asking when you click on the ARROWS on the top right, why aren't the dates jumping by WEEK? They are just 'jumping' by day...

They think it used to go by week, but then I upgraded everything, so not sure if there was a change in the software or not.

Personally, I think the arrow 'jumping' is not necessary, but must do what the client asks...

thanks,
Laura
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Laura

Please edit the file components/com_jevents/views/float/range/view.html.php and change lines 34-36 from

if ($interval->format("%s")==0){
$interval = new DateInterval("P1D");
}

to

if ($jevStartDate == $jevEndDate){
$interval = new DateInterval("P1D");
}


p.s. Still looking into the user export question - its a bit more involved than I thought since I need a full set of user management functions to do it properly
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post