gnu-social/plugins/UserFlag/README

19 lines
352 B
Plaintext
Raw Normal View History

2016-01-22 16:01:24 +00:00
The UserFlag plugin allows flagging of profiles for review and reviewing
flagged profiles.
Installation
============
add "addPlugin('UserFlag');"
to the bottom of your config.php
Settings
========
flagOnBlock: Whether to automatically flag a profile when a user blocks it.
Example
=======
addPlugin('UserFlag', array(
'flagOnBlock' => true
));