[geeklog-users] Re: Access Rights Modify
Ed
e at marinx.com
Fri Oct 24 15:44:23 EDT 2003
Thanks Dirk! That's all I needed! Some of us are not that experienced with
PHP, so this helps a lot!
Worked like a charm!
-------------------------------------------
As I said, the default permissions are hard-coded in admin/story.php:
function storyeditor()
$A['perm_owner'] = 3;
$A['perm_group'] = 2;
$A['perm_members'] = 2;
$A['perm_anon'] = 2;
-------------------------------------------
More information about the geeklog-users
mailing list