]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added a readme for instructions on how to use/install the profile extensions
authorMax Shinn <trombonechamp@gmail.com>
Sat, 1 Jan 2011 17:03:44 +0000 (11:03 -0600)
committerMax Shinn <trombonechamp@gmail.com>
Sat, 1 Jan 2011 17:03:44 +0000 (11:03 -0600)
plugins/GNUsocialProfileExtensions/README.txt [new file with mode: 0644]

diff --git a/plugins/GNUsocialProfileExtensions/README.txt b/plugins/GNUsocialProfileExtensions/README.txt
new file mode 100644 (file)
index 0000000..fd496cd
--- /dev/null
@@ -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';
+