Hi Jay,

Dan is right.
Do you get this error message directly before the calendar page is shown, or does the calendar page show with this error message somewhere in the body of the page?
Would it be possible to send me the URL of the calendar, so that I can have a look myself. (if you prefer, you can send it to me by email via the Contact Us page).

Roel

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.

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

429

(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

430

(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

431

(9 replies, posted in Problems)

Hello gentlemen,

Stefan is not completely wrong wink
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

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

433

(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

434

(3 replies, posted in Need Help)

Great wink

435

(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

436

(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

437

(9 replies, posted in Need Help)

At the same line you should add "<br>{$evt['xf1]}" just before the "\n" at the end.
Roel

438

(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

We've tested the calendar with Opera version 56.0.3051.36 and all functions fine.

Roel

440

(6 replies, posted in Problems)

Hi Jacek,

I've sent you an email concerning your last post.

Roel

441

(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

442

(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 wink
Roel

443

(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 sad
Roel

444

(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

445

(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

446

(7 replies, posted in Problems)

Yes, please do so; send me the credentials by email (Contact Us page).
Roel

What version of Opera are you using?
Roel

448

(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

Have you upgraded the calendar to v4.7.2?
Roel

450

(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