Merge pull request #48 from towards-a-new-leftypol/mod_perms
Fix issue 47 - allow users with MOD privileges to edit posts
This commit is contained in:
commit
804046d1ad
|
@ -83,7 +83,10 @@ $config['max_pages'] = 36;
|
||||||
$config['threads_preview'] = 5;
|
$config['threads_preview'] = 5;
|
||||||
$config['root'] = '/';
|
$config['root'] = '/';
|
||||||
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
|
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
|
||||||
|
|
||||||
|
//Permissions
|
||||||
$config['mod']['move'] = MOD;
|
$config['mod']['move'] = MOD;
|
||||||
|
$config['mod']['editpost'] = MOD;
|
||||||
|
|
||||||
// Max attachments per post
|
// Max attachments per post
|
||||||
$config['max_images'] = 5;
|
$config['max_images'] = 5;
|
||||||
|
|
Loading…
Reference in New Issue