1

(3 replies, posted in Suggestions)

Dan wrote:

Hello,

Unless I am mistaken, the browser looks for a file with the filename favicon.ico and displays it. What I have always done if I want a different file is convert it to the favicon.ico file and save it in the root directory for the website. If in a sub-directory you could save it there to see if the browser will display it.

Dan

Good evening, Dan...

Normally, yes. However, in Luxcal it is hard coded to "lcal.png" file within the code.

For me, since I know PHP it wasn't hard to find and decipher what it was looking for, and where the file is located.

However, for others who aren't so versed, it would take them a while to figure that out.

I think the option and ease for an end-user to be able to define the filename / logo wanted, would be a nice, easy, added feature.

2

(2 replies, posted in Problems)

Roel wrote:

Hi Chuck,
Thank you for reporting this bug.
This problem can be solved by editing the file "pages/eventform1.php" and . . .

replace line 216:

echo "<select name='r_m' id='r_m' onclick=\"\$I('r_t2').checked=true\">

by:

echo "<select name='rpm' id='rpm' onclick=\"\$I('r_t2').checked=true\">

In other words: replace "r_m" by "rpm" (2x).

The problem will be fixed in the next calendar version 4.7.5.
Roel

Worked like a champ, sir!

Thank you.

3

(3 replies, posted in Suggestions)

How about a setting so the admin can easily change the favico.ico file, instead of having to modify css or code?

4

(2 replies, posted in Problems)

Good morning...

I uncovered a bug in the recurring event area.

I have an event that I am setting up to re-occur the 3rd Sunday of August every year.

When making that selection, it triggers the 3rd Sunday of each month, instead of each year. I have tried numerous times with numerous yearly selections, and it continues to default to "month", with no possibility of fixing.