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

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