README.txt 396 B

1234567891011121314151617
  1. GNU Social Profile Extensions
  2. =============================
  3. Allows administrators to define additional profile fields for the
  4. users of a GNU Social installation.
  5. Installation
  6. ------------
  7. To install, copy this directory into your plugins directory and add
  8. the following lines to your config.php file:
  9. addPlugin('GNUsocialProfileExtensions');
  10. $config['admin']['panels'][] = 'profilefields';