[kronolith] Problem with category in kronolith
David
david at pustis.it
Wed Oct 15 07:00:32 PDT 2003
I have installed on my test machine horde2 (version 2.2.3-1.1 of debian
distribution) turba (v 1.2.1) and kronolith 1.1 (the new stable version)
I have a problem with kronolith. I don't know how to set the category field
in "Add event" page.
Can someone help me?
Thank you very much
This is my conf.php file :
/*
* $conf['calendar']['driver'] = 'sql';
*
* // mcal driver
* $conf['calendar']['params']['driver'] = 'mstore';
* $conf['calendar']['params']['username'] = '';
* $conf['calendar']['params']['password'] = '@calpass@';
*
* // SQL driver
* $conf['calendar']['params']['phptype'] = 'mysql';
* $conf['calendar']['params']['hostspec'] = 'localhost';
* $conf['calendar']['params']['username'] = 'hordemgr';
* $conf['calendar']['params']['password'] = 'kimera';
* $conf['calendar']['params']['database'] = 'horde2';
* $conf['calendar']['params']['port'] = '3306';
* $conf['calendar']['params']['table'] = 'kronolith_events';
*/
/**
** Metadata Settings
**/
// What should the label for the category field be?
$conf['metadata']['category']['label'] = _("Category");
// What kind of form field should the category field be? Valid values
// are 'text' (an <input type="text"> field) and 'systemList' (an
// <input type="select">, with the values defined in
// $conf['metadata']['category']['options']).
$conf['metadata']['category']['type'] = 'systemList';
// If the category field is a system-defined list, this parameter
// holds the array of options to give users. If it is an associative
// array, then the array keys will be the values actually
// stored. Otherwise, the array values will be used as the keys.
$conf['metadata']['category']['options'] = array(_("Meeting"), _("Test"));
// If this is true, then an array of keywords will be read from
// config/keywords.php and you will be able to assign any or all of
// them to events.
$conf['metadata']['keywords'] = true;
/**
** Menu settings
**/
// Should we display a Import/Export link in de Horde application
// menus?
$conf['menu']['import_export'] = true;
// This is an array of applications (using the names defined in
// horde/config/registry.php) to include links to in the menubar. An
// example providing a link to Turba (an addressbook program) would
// be: $conf['menu']['apps'] = array('turba');
$conf['menu']['apps'] = array();
--
Best Regards
David Pisa
More information about the kronolith
mailing list