gnu-social/plugins/ExtendedProfile
Alexei Sorokin 9d87c37ac1 [DATABASE] Consistently use the "LIMIT $limit OFFSET $offset" syntax
The "LIMIT $offset, $limit" syntax is only supported by MySQL and MariaDB.
2021-07-16 19:44:35 +01:00
..
actions [DATABASE] Consistently use the "LIMIT $limit OFFSET $offset" syntax 2021-07-16 19:44:35 +01:00
classes [Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile 2021-07-16 19:44:34 +01:00
lib [ExtendedProfile] Hide 'Extra fields' from profile when no field was created by the sysadmin 2021-07-16 19:44:34 +01:00
locale [ExtendedProfile] Hide 'Extra fields' from profile when no field was created by the sysadmin 2021-07-16 19:44:34 +01:00
ExtendedProfilePlugin.php [ExtendedProfile] Fix Admin menu option 2021-07-16 19:44:34 +01:00
README.md [Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile 2021-07-16 19:44:34 +01:00

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