Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0 2 years ago
..
actions 3d805026a2 [ExtendedProfile] Fix updates and allow to delete values 2 years ago
classes bee3dea9c2 [DATABASE] Add explicit indices for all foreign keys 2 years ago
lib 83ba7030cc [ExtendedProfile] Clean up of missing array indices handling 2 years ago
locale 6e031d623a [VersionBump] 2.0.0beta0 2 years ago
ExtendedProfilePlugin.php 165edc2609 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2 years ago
README.md fd1a7a5e68 [Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile 2 years ago

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