01-08-2007, 09:41 PM
|
#1 |
| | Calendar Reminder Addition | | Hello.
I have been trying to add a 7 day calendar reminder to my system. I have the reminder added in what seems like a way it would work, but the reminder never goes out. The reminder icon is set on the event when the Seven Day option is selected.
Here is what I did:
I added this line to the CALENDAR_REMINDER template:
<option value="604800">$vbphrase[seven_days]</option>
I added this line to the calendar_reminder_choosetype template:
<option value="604800">$vbphrase[seven_days]</option>
I added the custom variable seven_days to the calendar phrases in Language Manager.
I had to add the phrase as "seven_days" instead of "[seven_days]" because it wouldn't let me put in the brackets. I was able to add them later but when I did the Seven Days option disappeared from the reminder dropdown box, replaced with a blank space.
I looked in reminder.Php but I didn't see anything in there that would need t be modified.
Can anyone help me figure out what is missing and why the 7 day reminder doesn't work?
Thanks.
Laura
| |