Diogo Cordeiro b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL | 5 rokov pred | |
---|---|---|
.. | ||
actions | 5 rokov pred | |
classes | 5 rokov pred | |
lib | 5 rokov pred | |
locale | 5 rokov pred | |
ExtendedProfilePlugin.php | 5 rokov pred | |
README.md | 5 rokov pred |
The ExtendedProfile plugin adds additional profile fields such as:
And allows administrators to define additional profile fields for the users of a GNU social installation.
add
addPlugin('ExtendedProfile');
$config['admin']['panels'][] = 'profilefields';
to the bottom of your config.php
Note: This plugin is enabled by default on private instances.
none