gnu-social/plugins/ExtendedProfile
Alexei Sorokin 0a6bb5190f [ExtendedProfile] Clean up of missing array indices handling 2020-08-07 11:59:17 +03:00
..
actions [ExtendedProfile] Fix updates and allow to delete values 2019-11-03 19:49:10 +03:00
classes [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
lib [ExtendedProfile] Clean up of missing array indices handling 2020-08-07 11:59:17 +03:00
locale [VersionBump] 2.0.0alpha0 2020-08-04 05:31:44 +01:00
ExtendedProfilePlugin.php [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2019-11-21 00:21:22 +00:00
README.md [Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile 2019-08-24 01:59:37 +01:00

README.md

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