Update: I used
return $a['cid'] < $b['cid'] ? -1 : 1; //SORT ORDER OF EVENTS WITHIN THE SAME TIME BRACKET
As this uses the sort order of the Categories, which means it's more consistent across the week too.
You are not logged in. Please login or register.
LuxCal Web Calendar → Posts by Smorg
Pages 1
Update: I used
return $a['cid'] < $b['cid'] ? -1 : 1; //SORT ORDER OF EVENTS WITHIN THE SAME TIME BRACKET
As this uses the sort order of the Categories, which means it's more consistent across the week too.
Thanks bud, I wouldnt have thought of even looking in that file
Hi, where is the sort order being controlled?
Currently, it seems to be sorting by when the entry was made, which is leading to confusion amongst staff as they see things like this:
18:00 Steve
18:00 Chloe
22:00 Chloe
22:00 Steve
As you can see, it's obvious that Chloe has a double slot, but it looks like Steve doesn't.
Wold be great to see
18:00 Steve
18:00 Chloe
22:00 Steve
22:00 Chloe
Even better would to know where I can inut some <hr>'s to make
18:00 Steve
18:00 Chloe
-------------------------
22:00 Steve
22:00 Chloe
We only use 10, 2, and 6 as bookable slots. ![]()
Thanks again.
That's the system I was referring to, but it's an ALL, NONE, or SAME option; I was looking to allow SOME.
But I found a way to do it, so you don't need to worry about me,
Hi, is there a way to to have something that allows you to blok overlap from some catagories but not all
Currently its an all or nothing option
I ise the calendar for table booking, and when I have an event on I have to either block all the tables, or none, this either leads to none of the available tables getting used, or double booking of the event tables.
Any idea how I can do this with my version 5.1.0
Thanks
You're a star, thanks again
Can I stop the week before the current day from showing up? It's just turned Monday here, and Monday is my first day of the week, but I can still see last week, which is of no use to me, but takes up space on load.
Thanks
EDIT: YEap all working now, I was being dumb
So, I think I am running an older version. I found the file to edit (was in views, not pages), but $snm is displaying as an unknown variable.
In settings, it's showing 5.1.0M
I assume that's the version number. Can you still help?
Thanks
Thanks very much for that,
I have found the same variable is used when hovering over the event. The div id is htmlPop if this helps you
I have found WHERE to add this, but not sure what variable to use.
In context, I have too many subcategories to be able to use colours to distinguish between them, as the calendar is on display in the room.
Supplementary, where are drop downs for categories being built? I want to be able to hide a category on a particular day.
Thanks
Thanks I did not see that sneaky div tag hiding there lol
I might be on an older version that you excepted, as I don't have {hdrClass} anywhere in that file
was it called something else previously I am running LuxCal calendar: 5.1.0M (mycal)
thanks
HI guys, I have made some huge changes to the calendar and very proficient with php, but for the life of me I can not find a way to make the gap at the top of day (above any bookings) bigger, I have had users 'complain' that when the day has a lot of bookings the small space at the top is too small for touch screen use.
I have tried making the space bigger but to no avail ![]()
Thanks
Pages 1
LuxCal Web Calendar → Posts by Smorg