forked from GNUsocial/gnu-social
17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
|
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';
|
||
|
|