Diogo Cordeiro e858629ac3 [aab] Revert structural change of v2 | 5 years ago | |
---|---|---|
.. | ||
actions | 5 years ago | |
classes | 5 years ago | |
css | 5 years ago | |
js | 5 years ago | |
lib | 5 years ago | |
locale | 5 years ago | |
ExtendedProfileModule.php | 5 years ago | |
README.md | 5 years ago |
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.
To enable, add the following lines to your config.php file:
addModule('ExtendedProfile'); $config['admin']['panels'][] = 'profilefields';
Note: This plugin is enabled by default on private instances.