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

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