Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post [Suggestion] Custom Preset Permissions 
 
For boards with a lot of forums. I often have problems when I create a new forum, setting all permissions... What do you think about having the possibility to save some preset "customed permissions combination" ?

We have the phpBB preset "Reg" "Reg [Hidden]" and so on... I think it could be useful to save our customed combinations for a better administration... what do you think about it?
 



 
VortexSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: [Suggestion] Custom Preset Permissions 
 
I think it's a brilliant idea.  Surprised no-one else has suggested it.  Hope someone can implement it for IP.
 



 
tc1967ukSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Suggestion] Custom Preset Permissions 
 
Vortex wrote: [View Post]
what do you think about it?


It maybe useful
 




____________
~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Suggestion] Custom Preset Permissions 
 
Aren't the default settings working fine?

Which kind of settings you would like to have?

Try to edit includes/def_auth.php and post it here...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Suggestion] Custom Preset Permissions 
 
Uhm... thanks for the suggestion MG... check this, did i do right?



Code: [Download] [Hide]
  1.      $simple_auth_ary = array(  
  2.        //            1         2         3         4         5         6         7         8         9           10        11        12        13        14        15        16        17          18        19  
  3.          0  => array(AUTH_ALL, AUTH_ALL, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_REG, AUTH_MOD, AUTH_ADMIN, AUTH_MOD, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_ALL, AUTH_ALL, AUTH_MOD, AUTH_ADMIN, AUTH_REG, AUTH_REG),  
  4.  
  5.          1  => array(AUTH_ALL, AUTH_ALL, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_ADMIN, AUTH_MOD, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_ADMIN, AUTH_REG, AUTH_REG),  
  6.  
  7.          2  => array(AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_ADMIN, AUTH_MOD, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_ADMIN, AUTH_REG, AUTH_REG),  
  8.  
  9.          3  => array(AUTH_ALL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_MOD, AUTH_ACL, AUTH_MOD, AUTH_ADMIN, AUTH_MOD, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_MOD, AUTH_ADMIN, AUTH_ACL, AUTH_ACL),  
  10.  
  11.          4  => array(AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_MOD, AUTH_ACL, AUTH_MOD, AUTH_ADMIN, AUTH_MOD, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_MOD, AUTH_ADMIN, AUTH_ACL, AUTH_ACL),  
  12.  
  13.          5  => array(AUTH_ALL, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_ADMIN, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_ADMIN, AUTH_MOD, AUTH_MOD),  
  14.  
  15.          6  => array(AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_ADMIN, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_ADMIN, AUTH_MOD, AUTH_MOD),  
  16.      );  
  17.  
  18.  
  19. // My preset  
  20.  
  21.          7  => array(AUTH_ALL, AUTH_ALL, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_ADMIN, AUTH_ACL, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_MOD, AUTH_REG, AUTH_NONE),  
  22.      );  
  23.  
  24.      $simple_auth_types = array($lang['Public'], $lang['Registered'], $lang['Registered'] . ' [' . $lang['Hidden'] . ']', $lang['Private'], $lang['Private'] . ' [' . $lang['Hidden'] . ']', $lang['Moderators'], $lang['Moderators'] . ' [' . $lang['Hidden'] . ']', 'Vortex's Preset');  
  25. }  
  26.  
  27.  

 



 
VortexSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Suggestion] Custom Preset Permissions 
 
Vortex wrote: [View Post]
I think it could be useful to save our customed combinations for a better administration


Yes, I think it would be useful for each admin to be able to create thier own pre-sets, rather than have a greater list of presets to choose from.
 



 
tc1967ukSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Suggestion] Custom Preset Permissions 
 
Vortex wrote: [View Post]
Uhm... thanks for the suggestion MG... check this, did i do right?

Yes, it should be fine.


tc1967uk wrote: [View Post]
Yes, I think it would be useful for each admin to be able to create thier own pre-sets, rather than have a greater list of presets to choose from.

I don't think it is so important... new forums should'nt be created so often... in some cases it is better to have only simple things.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Suggestion] Custom Preset Permissions 
 
Only for people with an existing board - the majority of their forums will probably be created an permissions already set.  However, when someone is setting up a new board, as I did recently, it would have helped to have customisable presets that I could configure right from the word go.  It would have saved me an awful lot of work.  

This is where it would prove most useful.
 



 
tc1967ukSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Suggestion] Custom Preset Permissions 
 
tc1967uk wrote: [View Post]
Only for people with an existing board - the majority of their forums will probably be created an permissions already set.  However, when someone is setting up a new board, as I did recently, it would have helped to have customisable presets that I could configure right from the word go.  It would have saved me an awful lot of work.  

This is where it would prove most useful.

In Icy Phoenix I've added back a feature which allows you to set permissions at once for all forums with one click... it's not the same, but it is helpful.

Anyway, now you know how to customize the presets, you need just to edit two lines...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Suggestion] Custom Preset Permissions 
 
Mighty Gorgon wrote: [View Post]

Anyway, now you know how to customize the presets, you need just to edit two lines...



Thanks for the help, Luca
 



 
VortexSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events