README 352 B

12345678910111213141516171819
  1. The UserFlag plugin allows flagging of profiles for review and reviewing
  2. flagged profiles.
  3. Installation
  4. ============
  5. add "addPlugin('UserFlag');"
  6. to the bottom of your config.php
  7. Settings
  8. ========
  9. flagOnBlock: Whether to automatically flag a profile when a user blocks it.
  10. Example
  11. =======
  12. addPlugin('UserFlag', array(
  13. 'flagOnBlock' => true
  14. ));