Diogo Cordeiro dbe95c33c4 [aab] Revert structural change of v2 il y a 5 ans
..
actions c3ba2e0f94 [BugFix] Plugins ExtendedProfile and OverwriteThemeBackground - admin is identical to system path names. il y a 5 ans
classes 88bdb5114f [Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile il y a 5 ans
css dbe95c33c4 [aab] Revert structural change of v2 il y a 5 ans
js dbe95c33c4 [aab] Revert structural change of v2 il y a 5 ans
lib 0795a39459 [ExtendedProfile] Hide 'Extra fields' from profile when no field was created by the sysadmin il y a 5 ans
locale dbe95c33c4 [aab] Revert structural change of v2 il y a 5 ans
ExtendedProfilePlugin.php c3ba2e0f94 [BugFix] Plugins ExtendedProfile and OverwriteThemeBackground - admin is identical to system path names. il y a 5 ans
README.md 88bdb5114f [Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile il y a 5 ans

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