Diogo Cordeiro c3ba2e0f94 [BugFix] Plugins ExtendedProfile and OverwriteThemeBackground - admin is identical to system path names. | hace 5 años | |
---|---|---|
.. | ||
actions | hace 5 años | |
classes | hace 5 años | |
lib | hace 5 años | |
locale | hace 5 años | |
ExtendedProfilePlugin.php | hace 5 años | |
README.md | hace 5 años |
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