88bdb5114f
Also improved a lot of the plugin and made things in a way it would make sense
27 lines
468 B
Markdown
27 lines
468 B
Markdown
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.
|
|
|
|
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.
|
|
|
|
Settings
|
|
========
|
|
none
|
|
|