gnu-social/plugins/ExtendedProfile/README.md

27 lines
468 B
Markdown
Raw Permalink Normal View History

2016-01-22 16:01:24 +00:00
The ExtendedProfile plugin adds additional profile fields such as:
* Phone
* IM
* Website
* Work experience
* Education
And allows administrators to define additional profile fields for the
users of a GNU social installation.
2016-01-22 16:01:24 +00:00
Installation
============
add
addPlugin('ExtendedProfile');
$config['admin']['panels'][] = 'profilefields';
2016-01-22 16:01:24 +00:00
to the bottom of your config.php
Note: This plugin is enabled by default on private instances.
Settings
========
none