Diogo Cordeiro e858629ac3 [aab] Revert structural change of v2 5 年之前
..
actions 8be718fab1 [ExtendedProfile] Hide 'Extra fields' from profile when no field was created by the sysadmin 5 年之前
classes a62e98c4af [Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile 5 年之前
css e858629ac3 [aab] Revert structural change of v2 5 年之前
js e858629ac3 [aab] Revert structural change of v2 5 年之前
lib 8be718fab1 [ExtendedProfile] Hide 'Extra fields' from profile when no field was created by the sysadmin 5 年之前
locale e858629ac3 [aab] Revert structural change of v2 5 年之前
ExtendedProfileModule.php a62e98c4af [Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile 5 年之前
README.md a62e98c4af [Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile 5 年之前

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

To enable, add the following lines to your config.php file:

addModule('ExtendedProfile'); $config['admin']['panels'][] = 'profilefields';

Note: This plugin is enabled by default on private instances.