e95f77d34c
In some brief tests, this causes no problems. In this state however, you would need to modify DB_DataObject to have a static declaration of staticget (and probably pkeyGet). The next commit will change the staticGet overload to a unique function name (like getKV for getKeyValue), which means we can properly call the function by PHP Strict Standards. |
||
---|---|---|
.. | ||
actions | ||
classes | ||
js | ||
lib | ||
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';