Larry Weldon wrote:
> I had no success with google or the kronolith config files...
>
> Is there a way to change the Alarm default from Off to On?
Try horde/kronolith/config/prefs.php:
[snip]
// default alarm
$_prefs['default_alarm'] = array(
'value' => '',
'locked' => false,
'shared' => false,
'type' => 'implicit',
);
[snip]
Maybe value = 1.
/Lars