Diogo Cordeiro b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL | vor 5 Jahren | |
---|---|---|
.. | ||
actions | vor 5 Jahren | |
classes | vor 5 Jahren | |
lib | vor 5 Jahren | |
locale | vor 5 Jahren | |
ExtendedProfilePlugin.php | vor 5 Jahren | |
README.md | vor 5 Jahren |
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