From 6a44fba936e98691c76cfd6b06d03d2162d62116 Mon Sep 17 00:00:00 2001 From: Max Shinn Date: Sat, 1 Jan 2011 11:03:44 -0600 Subject: [PATCH] Added a readme for instructions on how to use/install the profile extensions --- plugins/GNUsocialProfileExtensions/README.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/GNUsocialProfileExtensions/README.txt diff --git a/plugins/GNUsocialProfileExtensions/README.txt b/plugins/GNUsocialProfileExtensions/README.txt new file mode 100644 index 0000000000..fd496cd19a --- /dev/null +++ b/plugins/GNUsocialProfileExtensions/README.txt @@ -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'; +