9de79f0a36
Fixes handle()-related strict warnings such as "Strict Standards: Declaration of AdminPanelAction::prepare() should be compatible with Action::prepare(array $args = Array) Ref. #190 |
||
---|---|---|
.. | ||
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 ));