[kronolith] cannot add new event
Milos Wimmer
wimmer at zcu.cz
Fri Jan 7 12:13:33 PST 2005
On Fri, 7 Jan 2005, Jan Schneider wrote:
>> It looks there is absent opening <a href> tag in the html page:
>>
>> <tr class="item0">
>> <td width="1%" class="nowrap item0" rowspan="2" align="right">
>> 8am<img src="/horde/kronolith/themes/graphics/new_small.png" alt="+"
>> title="Create a New Event" /></a> </td>
>> <td width="1%" class="item0" style="width:5px; height:10px"> </td>
>> <td width="1%"> </td>
>> <td colspan="1" class="item0"> </td> </tr>
>
> Which view?
ok,
I logon to Horde, go to "Organizing", "Calendar" and "New Event"
(all in left Horde Menu). Horde displays "December 1999" month calendar in
right frame [/horde/kronolith/month.php?month=&year=]
I use "Today" from upper menu and then day "7" in "January 2005" calendar.
Horde shows [/horde/kronolith/day.php?timestamp=1105052400] (this is that
view) and I see "8am+", "9am+", ... rows.
I don't see "New Events" item in the upper menu.
I'm not sure if I need any calendar. Do I need it?
But when I select "My Calendars" item in upper menu, define "Calendar
Name" and use "Create" button in the dialog
[/horde/kronolith/calendars.php], Horde writes:
"The calendar "xx" has been created."
But I don't see any calendar name in the "Select a calendar" box and it
looks no calendar was created.
I use sql access and here is my /horde/kronolith/config/conf.php:
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: kronolith/config/conf.xml,v 1.14 2004/10/03 13:24:09 stuart Exp
$
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['driverconfig'] = 'horde';
$conf['calendar']['driver'] = 'sql';
$conf['storage']['params']['table'] = 'kronolith_storage';
$conf['storage']['params']['driverconfig'] = 'horde';
$conf['storage']['driver'] = 'sql';
$conf['metadata']['keywords'] = false;
$conf['reminder']['server_name'] = 'smtp.zcu.cz';
$conf['reminder']['from_addr'] = 'nobody at smtp.zcu.cz';
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array('imp', 'turba');
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
I used /horde/scripts/sql/create.mysql.sql script befor for database
creating.
>> I have still one suggestion - it would be nice to start New Events
>> dialog on today calendar instead of December 1999.
>
> It does. Here.
I'm sorry?
We (University of West Bohemia) are running IMP-3.2 two years and it
use more then 1000 users per day. Kronolith would be nice for us.
Thank you for your work and for your help.
Regards,
Milos Wimmer
More information about the kronolith
mailing list