Diogo Cordeiro 1049080df5 [CORE] Move public resources to a /public directory 5 years ago
..
actions 9de79f0a36 Update prepare() method on Action subclasses. 8 years ago
classes 2f86cd8602 utf8mb4 conversion on database with index adjusts 9 years ago
lib 5e4f93cc7d Conversation link as default, permalink for /notice 9 years ago
locale c7afe2f86c [TRANSLATION] Update Plugin POs 4 years ago
GNUsocialProfileExtensionsPlugin.php 5c0a3102ff [ROUTES] Allow accept-header specification during router creation 4 years ago
README.txt 6a44fba936 Added a readme for instructions on how to use/install the profile extensions 13 years ago

README.txt

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';