123456789101112131415161718192021222324 |
- 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');
|