forked from GNUsocial/gnu-social
Added a readme for instructions on how to use/install the profile extensions
This commit is contained in:
parent
b0899bd940
commit
6a44fba936
16
plugins/GNUsocialProfileExtensions/README.txt
Normal file
16
plugins/GNUsocialProfileExtensions/README.txt
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user