]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/GNUsocialProfileExtensions/README.txt
fix a link of doc/twitterapi
[quix0rs-gnu-social.git] / plugins / GNUsocialProfileExtensions / README.txt
1 GNU Social Profile Extensions
2 =============================
3
4 Allows administrators to define additional profile fields for the
5 users of a GNU Social installation.
6
7
8 Installation
9 ------------
10
11 To install, copy this directory into your plugins directory and add
12 the following lines to your config.php file:
13
14 addPlugin('GNUsocialProfileExtensions');
15 $config['admin']['panels'][] = 'profilefields';
16