Quick group management [message #37374] |
Wed, 23 May 2007 14:05 |
stovocor
Messages: 4 Registered: May 2007
Karma: 0
|
Junior Member |
|
|
Hello!
I just installed FUDforum and imported all data from a PHPBB-Forum. But now I have two questions about the group management.
- How do I add multiple users quickly to a group? The only way I found was to enter each user's name.
- Is there an option to remove a right from all users of a group? For example, I want to forbid all users of the group "developers" to edit and delete other's messages.
TIA
Stephan
|
|
|
Re: Quick group management [message #37376 is a reply to message #37374] |
Wed, 23 May 2007 15:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
1) you can use fudapi, if you use web interface keep in mind the forum will try to help you by default to the permissions of the previously added user. So you just need to put it login names and click submit.
2) You can update the permissions in the database and run the consistency checker.
Another option is to use functions inside groups.inc.t
FUDforum Core Developer
|
|
|
|
Re: Quick group management [message #37454 is a reply to message #37386] |
Fri, 25 May 2007 00:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
fudapi is a fudforum API designed to give you access to internal FUDforum functions.
FUDforum Core Developer
|
|
|