miniBB ®

miniBB

®
Support Forums
  
 · Start · Sign in · 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:37Reply Quote
How to add a moderator?

Author lime
Partaker
#2 · Posted: 12 Nov 2006 11:36Reply Quote
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:09Reply Quote
Thank you

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

Author Paul
Lead Lead Developer
#5 · Posted: 24 Nov 2006 13:43Reply Quote
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:17Reply Quote
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:47Reply Quote
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:05Reply Quote
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

BB code for the Bold StyleBB code for the Italic StyleBB Code for the PictureBB code for the URLUpload a File

  ?
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
Get the File and Picture Attachments add-on: extend your miniBB-forums, attaching images and files.