5c0a3102ff
Router: - Fix calls to connect, most of them were misusing the function's params URLMapper: - Minor fixes - Documentation - Add support for accept-header specification Plugins/*: - Fix calls to connect |
||
---|---|---|
.. | ||
actions | ||
classes | ||
forms | ||
locale | ||
README | ||
UserFlagPlugin.php |
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 ));