Alexei Sorokin 0a6bb5190f [ExtendedProfile] Clean up of missing array indices handling 4 yıl önce
..
actions ca2dde9a41 [ExtendedProfile] Fix updates and allow to delete values 5 yıl önce
classes 92e8c40c55 [DATABASE] Add explicit indices for all foreign keys 4 yıl önce
lib 0a6bb5190f [ExtendedProfile] Clean up of missing array indices handling 4 yıl önce
locale a9c365a5eb [VersionBump] 2.0.0alpha0 4 yıl önce
ExtendedProfilePlugin.php b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 5 yıl önce
README.md 88bdb5114f [Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile 5 yıl önce

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