Status: offline

colonel_flagg

Forum User
Newbie
Registered: 09/13/06
Posts: 13
I am attempting to allow several people access to the calendar AND to edit/delete other folks master calendar events. What permissions do I need to give each person? This is a shared Master Calendar where the group needs access to be able to delete events submitted by others.

I've tried several permission changes for each person, without giving them root, to no avail.

Any help would be appreciated.



/CF

Status: offline

colonel_flagg

Forum User
Newbie
Registered: 09/13/06
Posts: 13
no ideas?


/CF

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Make sure the events themselves are editable by members of the group.

bye, Dirk

Status: offline

colonel_flagg

Forum User
Newbie
Registered: 09/13/06
Posts: 13
great idea, if i could get everyone to check the box below group.

where can i hard code that on the backside?

i'd like, by default, to set it as editable by the group. this was my first thought but i cannot find where to edit the string.



/CF

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
See $_CA_CONF['default_permissions'] in the Calendar plugin's config.php

bye, Dirk

Status: offline

monoclast

Forum User
Junior
Registered: 07/08/06
Posts: 26
Quote by: Dirk

See $_CA_CONF['default_permissions'] in the Calendar plugin's config.php

bye, Dirk


I want to chenge the default permissions for calendar events as well. As it stands, whenever someone creates a master calendar entry, the event cannot be edited by anyone else in the Calendar Admins group, which seems silly to me.

For the life of me, I can't seem to find the Calendar plugin config.php. I did a grep search for this config and only found these:

Text Formatted Code
html/blog/admin/plugins/calendar/index.php:
SEC_setDefaultPermissions ($A, $_CA_CONF['default_permissions']);

data/geeklog/plugins/calendar/functions.inc:
SEC_setDefaultPermissions ($A, $_CA_CONF['default_permissions']);

data/geeklog/plugins/calendar/functions.inc:
SEC_setDefaultPermissions($A, $_CA_CONF['default_permissions']);
 

I don't see where the value is set. What am I missing?
-mono

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Quote by: monoclast

For the life of me, I can't seem to find the Calendar plugin config.php.


We got rid of the config.php files in Geeklog 1.5.0. You can now change almost all the config options in the Configuration admin panel:

Configuration > Calendar > Default Permissions

bye, Dirk

Status: offline

monoclast

Forum User
Junior
Registered: 07/08/06
Posts: 26
Ah - no wonder I couldn't find the code. Smile Thanks!
-mono