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
Post new reply
Post new reply
Compose and post your new reply
You may use: BBCode Images Smilies
All fields with bold label must be completed before the form is submitted.
Topic review (newest first)
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.
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
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.