forked from GNUsocial/gnu-social
ba2975aac8
Fixes handle()-related strict warnings such as "Strict Standards: Declaration of AdminPanelAction::handle() should be compatible with Action::handle()" Ref. #190 |
||
---|---|---|
.. | ||
actions | ||
classes | ||
js | ||
lib | ||
locale | ||
res | ||
GNUsocialProfileExtensionsPlugin.php | ||
README.txt |
GNU Social Profile Extensions ============================= Allows administrators to define additional profile fields for the users of a GNU Social installation. Installation ------------ To install, copy this directory into your plugins directory and add the following lines to your config.php file: addPlugin('GNUsocialProfileExtensions'); $config['admin']['panels'][] = 'profilefields';