]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/UserFlag/README
Merge branch 'takeshitakenji/gnu-social-twitter-repeat-config' into mmn_fixes
[quix0rs-gnu-social.git] / plugins / UserFlag / README
1 The UserFlag plugin allows flagging of profiles for review and reviewing
2 flagged profiles.
3
4 Installation
5 ============
6 add "addPlugin('UserFlag');"
7 to the bottom of your config.php
8
9 Settings
10 ========
11 flagOnBlock: Whether to automatically flag a profile when a user blocks it.
12
13 Example
14 =======
15 addPlugin('UserFlag', array(
16     'flagOnBlock' => true
17 ));
18