Welcome to Geeklog, Anonymous Wednesday, November 27 2024 @ 12:37 pm EST
Geeklog Forums
Access Rights
I'm a bit lost. Is there a way to set what the default Access Rights are when a user/admin creates an Event or Topic? Among other things I would like to make it so anonymous isn't always selected, and 'edit' under groups is always selected when creating new events.
Any help is appreciated!
Thanks
JW Patterson
Auto Professionals, LLC
Kansas City, MO.
Any help is appreciated!
Thanks
JW Patterson
Auto Professionals, LLC
Kansas City, MO.
6
9
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Yes, in config.php and the config.php of the plugins (Calendar for events):
// Permissions are perm_owner, perm_group, perm_members, perm_anon (in that
// order). Possible values:
// 3 = read + write permissions (perm_owner and perm_group only)
// 2 = read-only
// 0 = neither read nor write permissions
// (a value of 1, ie. write-only, does not make sense and is not allowed)
$_CONF['default_permissions_topic'] = array (3, 2, 2, 2);
bye, Dirk
Text Formatted Code
// Define default permissions for new objects created from the Admin panels.// Permissions are perm_owner, perm_group, perm_members, perm_anon (in that
// order). Possible values:
// 3 = read + write permissions (perm_owner and perm_group only)
// 2 = read-only
// 0 = neither read nor write permissions
// (a value of 1, ie. write-only, does not make sense and is not allowed)
$_CONF['default_permissions_topic'] = array (3, 2, 2, 2);
bye, Dirk
6
8
Quote
All times are EST. The time is now 12:37 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content