-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
29 lines (26 loc) · 931 Bytes
/
README
File metadata and controls
29 lines (26 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
*
*===================================================================
*
* phpBB Topic Multi Moderation -- README
*-------------------------------------------------------------------
* Script info:
* Version: 1.0.0 - "TMM"
* Copyright: (C) 2010 | David
* License: http://opensource.org/licenses/gpl-2.0.php | GNU Public License v2
* Package: phpBB3
*
*===================================================================
*
*/
This MOD allows moderators on a phpBB-powered forum to perform multiple
moderation actions in fewer clicks. This allows moderation to occur
more efficiently and can be a big help on larger board.
Implemented moderation actions include:
toggle locked status on topic
moving a topic
copying a topic
automatically replying to a topic
changing topic type
adding a topic prefix (new feature not present in phpBB by default)
Topic prefixes may also be implemented separately from multi-mods.