forked from GNUsocial/gnu-social
de55d8f83b
lib/plugin.php now has a parent onAutoload function that finds most common files that are used in plugins (actions, dataobjects, forms, libs etc.) if they are put in the standardised directories ('actions', 'classes', 'forms', 'lib' and perhaps some others in the future). |
||
---|---|---|
.. | ||
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';