The advanced settings page of the newer eventrepeat module allows you to pick which of the options will show up. The picking works, but the labels are not lined up with the right choices.
$advanced_options = array(
'eventrepeat_INTERVAL' => t('Interval'),
'eventrepeat_BYDAY' => t('By day of the week'),
'eventrepeat_BYWEEKNO' => t('By month'),
'eventrepeat_BYMONTH' => t('By days of the month'),
'eventrepeat_BYMONTHDAY' => t('By days of the year'),
'eventrepeat_BYYEARDAY' => t('By number of the week'),
);
Interval is ok, day of the week is ok, the others are randomly shuffled.
Comments
Comment #1
seanbfuller commentedNot sure how I pulled that one off.
Fixed in HEAD.
Comment #2
(not verified) commented