If this needs to move to a different form, please feel free to move…
I’ve been having problems with this plugin - I’ve heard from Mr. Wilson via email but then I stopped hearing from him.
Anyways, everything appears to work properly until we started using an interval such a first and third relative day of the month. It appears with 1.0.7 none of the repeating intervals no longer work. So I’m thinking there is something with the language file since we have custom text in our drop-down custom field in Publish.
Here is the content of that language file:
<?php
$L = array(
'none' =>
"none", // Required
'daily' =>
"1 day",
'weekly' =>
"1 week",
'bi-weekly' =>
"2 weeks",
'monthly' =>
"1 month",
'bi-monthly' =>
"2 months",
'quarterly' =>
"3 months",
'semi-annually' =>
"6 months",
'yearly' =>
"1 year",
'annually' =>
"1 year",
'first and third week of the month' =>
"These relative days: first, third",
'second and fourth week of the month' =>
"These relative days: second, fourth",
);
?>
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.