Topic: Reccuring Date Bug

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.

Re: Reccuring Date Bug

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

Re: Reccuring Date Bug

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.