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

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