miniBB ® 

miniBB

®
Support Forums
  
 | Start | Register | Search | Statistics | File Bank | Manual |
How To miniBB Support Forums / How To /  
 

How to add / create a moderator?

 
Author Anonymous
Guest
#1 | Posted: 12 Nov 2006 06:37 
How to add a moderator?

Author lime
Partaker
#2 | Posted: 12 Nov 2006 11:36 
Copy & pasted directly from the manual (https://www.minibb.com/forums/manual.html#modsarray):
---
Moderators definition. Moderators are people who can help admin in managing forums (read more in moderators section. Variable $mods=array(); in bb_specials.php defines the the array of forum/user IDs which have moderators possibilities.

Example:

$mods=array(
1=>array(9,996),
2=>array(9)
);
means that user with ID = 9 is the moderator for forums with IDs 1 and 2, and user 996 is moderator for forum 1.

Moderators have access only to specified forum.
---

Please check the manual next time before you post. Usually you'll get your answer faster that way.

Author Anonymous
Guest
#3 | Posted: 12 Nov 2006 12:09 
Thank you

Author uwcsforum
Partaker
#4 | Posted: 24 Nov 2006 13:30 
can a moderator modify and delete a post? and how?

Author Paul
Lead Developer 
#5 | Posted: 24 Nov 2006 13:43 
Log-in under moderator account, and near each message, you will see modification commands right away. Read about moderators possibilities in manual.

Author uwcsforum
Partaker
#6 | Posted: 24 Nov 2006 15:17 
I did what the manual says, but when I login as a moderator I don't see any modification commands, why? anything wrong with my settings?
--------
$userRanks=array(2=>'Moderator', 3=>'Tutor');

$mods=array(
1=>(2),
3=>(2),
4=>(2),
5=>(2),
6=>(2)
);

Author marsbar
Associated Member
#7 | Posted: 24 Nov 2006 16:47 
To set user ID#2 as the moderator for forums ID#1-6:

$mods=array(
1=>array(2),
2=>array(2),
3=>array(2),
4=>array(2),
5=>array(2),
6=>array(2)
);

All the best,
marsbar

Author uwcsforum
Partaker
#8 | Posted: 24 Nov 2006 17:05 
thanks

How To miniBB Support Forums / How To /
 How to add / create a moderator?
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message


  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Try the Captcha add-on: protect your miniBB-forums from the automated spam and flood.


  ⇑