Skip to forum content
LuxCal Web Calendar
The place for news, questions and suggestions
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 9 of 21)
Hi Bill,
That's a very good suggestion, I like it! So, yes, I will add an option to specify a footnote text for reminder emails.
Where would you like this footnote to go? At the end of the email message, just below the "Open calendar" link?
Send me your email address (via the Contact Us page) and you will be the first to have this feature
Roel
I knew that
Hey Stefan,
bdjor is right!
So if you don't want to upgrade to calendar version 5.1.0, in the file "common/toolbox.php" on lines 25, 27 and 29 you should replace the variables $rxCalURL, $rxPhone and $rxIMGTags by the same variables of the same file in calendar version 5.1.0.
Roel
Hi Greg,
On the Settings page in the Reminders section it is possible to specify the maximum number of recipients per email. When there are more recipients in the list, the calendar will break down the recipients list and send several emails, each with the specified maximum number.
However, unfortunately these staggered emails are send one after each other without delay in between.
The problem is that in PHP it is not possible to program a delay of 30 minutes. There is a "sleep" function, but it cannot sleep longer than the maximum execution time of the PHP script, which is normally some 30 seconds.
At the moment I don't see a simple solution.
How many emails do you have to send in total? And within how much time?
Roel
Ok, I see Ross.
Default the RSS feeds are enabled, if they are, you don't need to go to the Settings page.
If needed, you can get the Settings page by adding ?cP=80 to the calendar URL.
Could you send me a link to your calendar (via the Contact Us page).
Roel
Hi Doss,
This problem was never reported before. Many calendar users, including myself, are using PHP 7.4 and the latest calendar version 5.1.0 is compatible with PHP 7.4.
I'm sure warnings 2-5 are caused by warning 1.
The cookie path in the file index.php (warning 1) is directly coming from the PHP variable $_SERVER["PHP_SELF"] and therefore should not contain any invalid characters.
I had a look at the calendar source code and saw the cookie path is 100% identical to the RSS feed path of the calendar, without the suffix "/rssfeed . . . .".
So could you please make sure that on the Settings page, in the section general the RSS feed links (3rd from the bottom) is checked, and then hover with your mouse over the RSS button in the left lower corner of the calendar and let me know the link that pops up.
Once we know that this link is OK, we will take it from there.
Roel
Hello Roy,
I've sent you an email with an intermediate solution for your PDF file paper size problem.
Roel
Hi Dan,
Spot on Dan, yes I will include this in a next release
Roel
Hi Rarmy,
Re. PDF, currently only A4 is possible.
Send me your email address (via the Contact Us page) and I will produce a "letter" version and send it to you.
Roel
Hi there,
Yes, that's possible.
When you add or edit an event, in the Add/Edit Event window, in the Send mail section, you can check the Send mail "now" checkbox and add the email address(es) in the To field".
Now when you save the event, a notification email will be sent to the recipients.
When you have a cron job specified on your server, you can also send the users an automatic email notification a specified number of days before the event is due.
If you need help let me know.
Roel
Hi Nicole,
Yes, these are the difficult ones to program
I'm sure almost every country has some special days depending on an other event. But programming all these special cases ain't easy.
I like your second one "the first Friday after each Full Moon". In this case I should build in a request to "www.farmersalmanac.com/full-moon-dates-and-times".
I doubt if many calendars have possibilities for these special recurring days.
Roel
Hi there,
I didn't know that an email address with a 1-character local part is valid. But you are right, it is!
To solve this, edit the file "common/toolbox.php" and on lines 13 - 17 (lines starting with $rxEmail, $rxEmailX and $rxEML) search for "2,40" and replace this by "1,40".
Roel
Hi there,
The log error is not a calendar error message, but a PHP error message and it means that the database driver is unavailable in the PHP installation (which is rather unusual).
I assume you are trying to install the latest calendar version: LuxCal 510
I assume you get this message during the calendar installation phase.
Are you trying to install the MySQL or the SQLite version of the calendar?
In the luxcal510X-toolbox.zip file you will find a file called "serverphpinfo.php"; could you upload this file to the calendar root folder on your server and send me the link (URL) to this file by email (via the Contact Us page), so that I can have a look at your PHP installation.
Roel
Hi there,
OK, understood
I will send an updated lcsbar.php file to your gmail mailbox shortly.
The additional parameter will also be available in future LuxCal calendar versions.
Roel
Hi there
The sidebar is showing 30 days in the past when it's used to show a To Do list; however, when it is used to show an Upcoming Events list, it shows events as of 'today".
So I assume you have specified $sbContent = 'todo'; just before the sidebar code. This is fine, no problem. If you would remove $sbContent = 'todo';, or set it to 'upco', you would get all Upcoming Events as of "today".
But maybe you have good reasons to show the To Do list and still want to show events as of today. If this is the case, you should edit the lcsbar.php file and replace line 168 . . .
$sbsDate = $sbContent == 'todo' ? date("Y-m-d",$sbsTime - (30 * 86400)) : date("Y-m-d",$sbsTime); // if ToDo start 30 days back
by . . .
$sbsDate = date("Y-m-d",$sbsTime);
Thereafter the sidebar will always show events as of today.
If you need something else, please let me know.
Roel
Hi there,
Yes, I saw the problem.
Did you read my email and did you upload the file serverphpinfo.php to the calendar root folder?
Roel
Upgrading from calendar versions 4.5 and 4.6 produces an SQL error, because in the upgrade function the old multi-field sub-categories are not converted to the new flexible single field sub-categories format.
If you are upgrading from LuxCal 4.5 or 4.6 contact us (via the Contact Us page) and we will send you a new toolboxx.pgp file with a fix.
Roel
When upgrading from LuxCal versions 2.7 - 3.2 in the settings table the setting dateFormat is not converted from the old format '1', '2' or 3 to 'd-m-y', 'm-d-y' or 'y-m-d' respectively.
If you are upgrading from LuxCal 2.7 - 3.2 contact us (via the Contact Us page) and we will send you a new toolboxx.pgp file with a fix.
Roel
Hi Doss,
I'm sorry, but that's currently not possible.
Roel
Hi There,
You said "instead it downloads the file"; could you please tell me which file is downloaded? Is it the index.php file?
Would it be possible to send me the link to your calendar installation folder? If so, send it to me by email,via the Contact Us page.
Roel
Happy New Year to you too Stefan!
You can send me the files via the email address on the Contact Us page.
I'm only maintaining the three languages files (ui, ug and ai) in the "lang" folder. The help files per calendar page in the "help" folder can be tailored by each user to his / her specific needs.
Greetings,
Roel
Hi Klaus,
I will have to disappoint you, placing an image OVER the text is not possible.
Alternatively you could maybe use the HTML 'strike-through' tag in the event title, e.g. '<s>My Meeting</s>'.
Agreed, it's not as eye-catching as a cancelled image.
Roel
Guten Tag Marcel,
Adding a '<br>' to the event title doesn't work; the All Day row will not get higher, which means that everything after the <br> will disappear.
What you could try is the following:
- on the Settings page in the section Views check 'Show event owner in front of event title'
- when entering events, in the Event window at the bottom set 'Added' to the person doing the activity. (you will have to edit already existing activities)
- use the gantt chart view (rather than week view).
This should give you a good view of all activities with the title and the person performing the activity.
Please let us know if this works for you.
Roel
Hi there,
Open the side menu (hamburger button right on the navigation bar) and select UI Styling. Now a User Interface Styling window opens where you can specify the used font family and font sizes (right upper corner). Use Preview Theme to see what suits you and at the end press Save Theme.
Roel
Posts found: 201 to 225 of 516