gnu-social/plugins/ExtendedProfile
Diogo Cordeiro 1049080df5 [CORE] Move public resources to a /public directory
Advantages:
* Increases security by preventing direct access to file/
* We are careful and have a defined('GNUSOCIAL') || die() to prevent
  direct access to GS files, but we may miss one or a vendor/extlib may
  not be as careful
* Improves directory structure - It's more natural to physically
  separate what is public from what are GNU social resources
2019-08-03 17:47:25 +01:00
..
actions Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
classes pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
lib Remove Google References 2016-03-20 13:06:58 +00:00
locale [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
ExtendedProfilePlugin.php [VersionBump] 1.19.0, fairly late 2019-06-07 15:02:08 +01:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

README

The ExtendedProfile plugin adds additional profile fields such as:

* Phone
* IM
* Website
* Work experience
* Education

Installation
============
add "addPlugin('ExtendedProfile');"
to the bottom of your config.php

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

Settings
========
none

Example
=======
addPlugin('ExtendedProfile');