Due to an incompatibility between some JavaScript code in the calendar and Internet Explorer and the older versions of Safari, the calendar did not function in these older browsers.
This problem can be solved by downloading and installing the fix, which you can download here.
451 2018-12-01 21:29:45
Topic: LuxCal 4.7.3 - Calendar doesn't work with IE and older Safari versions (0 replies, posted in Known Issues and Fixes)
452 2018-11-24 00:14:36
Re: LuxCal all versions - Unable to log into the calendar (3 replies, posted in Known Issues and Fixes)
Hi Bob,
That's hard to tell. This is the first time I hear about this.
Could you send me a link to your calendar, so that I can try this for myself.
Roel
453 2018-11-20 17:08:12
Re: Add Event Screen (2 replies, posted in Need Help)
Hi Ladjets,
What LuxCal version are you using?
The code for the add / edit event window is located in file pages/evenform1.php.
For LuxCal V4.7.3 you will find the input fields you mention in your post above on lines 65 - 111.
Let me know if you need further help.
Roel
454 2018-11-18 10:21:39
Re: Editing Events on Touchscreens (9 replies, posted in Problems)
Hi Stefan,
I can't remember any reason for not being able to open the event edit window when clicking the event title in week view. So I will remove this restriction in the next calendar version.
You know how to change the code I assume.
Cheers,
Roel
455 2018-11-14 00:25:23
Re: Editing Events on Touchscreens (9 replies, posted in Problems)
Hello gentlemen,
Stefan is not completely wrong ![]()
In week and day view indeed on a SMALL SCREEN mobile device it is not possible to open the event edit window by tapping the event title. I can't remember why we made it like this . . . I will sleep on it and maybe find out.
So the PHP code in Stefan's last post is the original LuxCal code.
In month view however, it should be possible to open the event edit window by tapping the event title. If this doesn't work in your calendar, send me the month.php file with your changed code and I will then try to find the problem.
Roel
456 2018-11-10 16:25:49
Topic: LuxCal 4.7.3 - MySQL and SQLite - released 11 November 2018 (0 replies, posted in What's New)
Highlights
This new LuxCal version 4.7.3 contains several improvements and fixes a number of bug.
Most important new feature:
• Add/edit event window with only the minimum required fields (title, venue, category, date and time).
Hereafter you will find a full summary of all changes since LuxCal version 4.7.2.
As usual this new release has been tested with the help of the experienced beta tester John from Denmark!
New features/Improvements
• To better facilitate adding/editing of rather simple events (title, venue, category, date and time), the admin can specify on the Settings page to initially show an add/edit event window with only the minimum required fields. The user can expand this reduced event window by selecting a plus-sign in the left lower corner.
• On the admin's Settings page the validation of the recipients list for calendar change notifications has been removed, so that now email addresses, user names, mobile numbers and recipients lists can be used. The Settings page help text has been updated accordingly.
Technical issues
• To avoid PHP warnings, the default timezone is now set at the start of the installation script.
• The backup and restore functions have been made more versatile and better interchangeable between MySQL and SQLite.
• The check to determine if a user is allowed to edit the event has been simplified and is now done at one location.
• In the installation script, the '_' character was allowed in the calendar name/title pairs. This character however causes problems when it is used as PHP session ID suffix. So now the allowed characters for the calendar name are A-Z, a-z, 0-9 and -.
• Setting names recipList and chgEmailList changed to chgRecipList and chgSumRecips respectively (the lists can contain email address, SMS numbers, user names and recipients list names).
• When sending a test mail from the Settings page failed, this was not reported in the feed-back line at the top of the page.
Bug fixes
• The way to find the calendars in use, based on finding the intersection of MySQL database tables names in the format xxxx_groups and xxxx_styles has been changed to xxxx_events and
xxxx_settings. The tables groups and styles are not present in earlier calendar versions.
• The Ajax scripts to toggle the check mark of to-do events and to remove event attachments did not work anymore after the PHP session cookie mechanism has been improved.
• On the Users page, when adding a new user, in the user interface language drop-down menu, the default selected language was not set to the calendar's default language.
• The text "event overlap; select an other time" in the files ai{lang}.php has been replaced by "event overlap - select an other time". On some servers the semicolon (;) in this text corrupted the Add New Category form. In the field "Error message, if overlap" semicolons are now replaced automatically by a space followed by a hyphen.
• When adding or editing an event, in the Event window adding a mailto link directly after an image link resulted in a corrupted mailto link.
• When upgrading from LuxCal 3.2 an SQL error occurred because the a_datetime and m_datetime fields were not truncated to 16 characters (dd-mm-yyyy hh:mm) when they are copied to the new aDateTime and mDateTime fields.
• A problem in the evtcheck.php and detach.php scripts when retrieving the ID of the active calendar blocked the checking/unchecking of the check box of Todo events, after the PHP session expired.
• Users in the user group "Post All" could edit all events, but could not check/uncheck the Todo check box of events created by other users.
Roel
457 2018-11-04 00:15:55
Re: Email Notifications (24 replies, posted in Need Help)
John's suggestion to start 'calcron.php via your browser ('by hand') is a good one. To be able to do this, don't forget on the Settings page, under Periodic Functions to set Cron job host to "Remote", so no IP address. Otherwise is will not be possible.
Roel
459 2018-11-01 17:25:33
Re: Cannot delete an event (3 replies, posted in Need Help)
Hi Mervin,
Are you sure that on the admin's Settings page, under Events, "Show delete button in Event window" has been enabled? (This is the default, maybe you accidental unchecked the box).
I had a thorough look at the script producing the Even Edit / Add window and the only condition to determine if the Delete button should be displayed is this setting on the Settings page.
If the problem persists, could you send me via the Contact Us page a link to your calendar with a temporary user account with admin rights please.
Roel
460 2018-10-24 13:43:29
Re: New Event View (2 replies, posted in Suggestions)
Map View and heatmap sounds good, but how would you like to map events on a "date" background. In other words what should the dimensions of the background be? Date/time is a single dimension and for a heatmap we need two.
More details please.
Roel
461 2018-10-20 08:37:37
Re: Show venue (9 replies, posted in Need Help)
At the same line you should add "<br>{$evt['xf1]}" just before the "\n" at the end.
Roel
462 2018-10-19 21:40:21
Re: Show venue (9 replies, posted in Need Help)
Okay, here we go . . .
Edit the file "views/month.php" and replace line 46:
echo "{$chBox}<span {$onClick}{$popAttr}>{$dTime} {$evt['tix']}\n";by
echo "{$chBox}<span {$onClick}{$popAttr}>{$dTime} {$evt['tix']}<br>{$evt['ven']}\n";Now you will see the venue on a second line for all events in month view.
If you want the venue to be shown on the same line as the title, replace the "<br>" by a space character.
Roel
463 2018-10-08 21:28:28
Re: LuxCal 4.7.1 - Calendar display problem in Safari, Edge and IE (6 replies, posted in Known Issues and Fixes)
We've tested the calendar with Opera version 56.0.3051.36 and all functions fine.
Roel
464 2018-10-07 12:08:51
Re: v.4.7.2 - Chrome problems (6 replies, posted in Problems)
Hi Jacek,
I've sent you an email concerning your last post.
Roel
465 2018-10-06 15:08:18
Re: v.4.7.2 - Chrome problems (6 replies, posted in Problems)
Hi Jacek,
Could you give us a link to your calendar, so that we can see what exactly happens or does not happen?
Roel
466 2018-10-04 09:50:00
Re: Add drop down (12 replies, posted in Need Help)
If you really want to add a 5th sub-category, you should do a global search through all calendar scripts (for instance with the tool TextCrawler). for the database fields "subName", "subColor" and "subBgrnd" and then you will see that there are more files to modify. But as I said in my previous post: It ain't easy ![]()
Roel
467 2018-10-03 16:45:10
Re: Add drop down (12 replies, posted in Need Help)
Hi Cornel,
I'm very sorry, but adding another sub-category is rather complicated, you will have to add several fields to the categories table in the database and you will need to modify several php scripts. Without good PHP skills this will be very difficult.
It's NOT just a matter of adding an option to the drop down menu ![]()
Roel
468 2018-10-02 17:47:38
Re: Single Sign On (4 replies, posted in Need Help)
Yes, that could be interesting.
This would need a bit of development from our side, in particular to make sure that integrity of the calendar is not at stake.
Could you give me a contact at Sitelok (email address) who would be interested to work with us on this feature?
Regards,
Roel
469 2018-10-02 17:21:18
Re: Show venue (9 replies, posted in Need Help)
Hi there,
If what Dan writes is not good enough, I can send you a simple change to two or three files to add the venue to the time and description, but it will be a modification for you only. So you will have to be careful when upgrading the calendar in the future.
Let me know if you want the modification.
Roel
470 2018-10-02 17:15:10
Re: Two Issues (7 replies, posted in Problems)
Yes, please do so; send me the credentials by email (Contact Us page).
Roel
471 2018-10-02 17:12:56
Re: LuxCal 4.7.1 - Calendar display problem in Safari, Edge and IE (6 replies, posted in Known Issues and Fixes)
What version of Opera are you using?
Roel
472 2018-09-30 22:40:01
Re: Two Issues (7 replies, posted in Problems)
What browser are you using?
And what exactly happens, or does not happen, when you press the Add new category or Edit button on the Categories page?
Roel
473 2018-09-30 22:32:57
Re: LuxCal 4.7.1 - Calendar display problem in Safari, Edge and IE (6 replies, posted in Known Issues and Fixes)
Have you upgraded the calendar to v4.7.2?
Roel
474 2018-09-27 20:49:28
Re: Two Issues (7 replies, posted in Problems)
Hi there,
I tried our test calendars with Chrome and all worked fine.
After upgrading to V4.7.2M, did you try refreshing the calendar page in Chrome. Just to be sure the cache is cleared.
Roel
475 2018-09-21 09:25:40
Re: To Do Window (9 replies, posted in Need Help)
Hi Greg and John,
You will also find a short explanation in the admin_guide.html document in section 3c.
Please note that in version 4.7.2 there is a problem with the function to check / uncheck the "to-do" check mark. In this forum, under Known Issues & Fixes you will find a post where you can download a zip-file with two files and instructions. Once you have followed the instructions, the check mark will work correctly.
Roel