Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: tec on December 05, 2006, 07:08:35 PM
-
Hi,
I am trying to set up a public Calendar, which should work this way:
http://webmail.harrisonburg.k12.va.us/horde/kronolith/?public_calendar=test
I did the following:
1: logged in as a User and Shared my Calendar through
organizing>calendar>mycalendars
selected mycalendar and went to Permissions.
When I try to connect to this calender I will land on the login Page. I found out that I must give from the "Administrator Panel" Guest Accees to Kronolith.
Now how can I reach this Administrator Panel or give guest Access to Kronolith
Regards
-
Hi,
I am trying to set up a public Calendar, which should work this way:
http://webmail.harrisonburg.k12.va.us/horde/kronolith/?public_calendar=test
I did the following:
1: logged in as a User and Shared my Calendar through
organizing>calendar>mycalendars
selected mycalendar and went to Permissions.
When I try to connect to this calender I will land on the login Page. I found out that I must give from the "Administrator Panel" Guest Accees to Kronolith.
Now how can I reach this Administrator Panel or give guest Access to Kronolith
Regards
If you are using the horde 3.0.x rpms, then you need to edit horde/conf.php and add your user to the administrator section. Then login as that user and you will have the administration option.
If you are using the horde 3.1.x rpms, this is already setup and you need to login as admin.
John
-
Hi,
as I am pretty new to SME and Linux, could you post the path for the conf.php for Horde 3.0?
Regards
-
Hi,
as I am pretty new to SME and Linux, could you post the path for the conf.php for Horde 3.0?
Regards
/home/httpd/html/horde/config
The particular section you need to edit is:
$conf['auth']['admins'] = array('');
If you want to make this permanent, then edit the template and add:
$conf['auth']['admins'] = array('admin@{$DomainName}');
expand-template /home/httpd/html/horde/config/conf.php
This will make your admin user an horde administrator.
HTH,
JB
-
Thanks a lot for your Heldp :D
-
Hi I Setup my Public Calendar, and as a User I have defined Various Events in different Categories with different Colours.
The Problem is right now, that I only see the Categories and different Colours when I am logged in as a User.
But as you can see here http://webmail.harrisonburg.k12.va.us/horde/kronolith/?public_calendar=test
it should also be possible to see them as a Guest. But right now the Guest gets no Categories displayed.
Did someone has Categories working on a public Calendar?
-
Hi I Setup my Public Calendar, and as a User I have defined Various Events in different Categories with different Colours.
The Problem is right now, that I only see the Categories and different Colours when I am logged in as a User.
But as you can see here http://webmail.harrisonburg.k12.va.us/horde/kronolith/?public_calendar=test
it should also be possible to see them as a Guest. But right now the Guest gets no Categories displayed.
Did someone has Categories working on a public Calendar?
Currently, categories only work on an individual basis, they don't span across users or groups. Don't know if this feature will be added to the next version of kronolith either.
John
-
From:http://wiki.contribs.org/Email
add the admin user as an administrator for Horde
config setprop horde Administration enabled
signal-event email-update
-
From:http://wiki.contribs.org/Email
add the admin user as an administrator for Horde
config setprop horde Administration enabled
signal-event email-update
That doesn't do you any good. All that does is allow the admin user the ability to do administrative stuff in horde. Categories don't span across users, groups, calendars, etc.
JB
-
Hi,
Recently I applied categories and colors to the 200Personal custom fragment in horde. I have since changed my mind over certain categories and wish to edit or delete these, so I reverted the fragment to default.
Then I expanded all templates and did an e-mail update. Categories and colors still appear for users.
I thought I would delete these in the horde_prefs table, but looking at it with phpmyadmin I can't see where.
Any help, please?
Thanks,
-
They are in the horde_prefs table and the pref_name is category_colors. I see my custom catagories using this search from phpmyadmin
SELECT *
FROM `horde_prefs`
WHERE `pref_name` = 'category_colors'
LIMIT 0 , 30
John
-
They are in the horde_prefs table and the pref_name is category_colors.
Many thanks :smile: