Extension:ExtendedProfile
From MediaWiki.org
|
ExtendedProfile Release status: beta |
|
|---|---|
| Implementation | Special page |
| Description | extend user profile |
| Author(s) | User:Nad, User:phalseid |
| Last version | .9 |
| MediaWiki | 1.12 or later (tested, earlier may work) |
| License | GPL |
| Download | http://www.organicdesign.co.nz/Extension:ExtendedProfile |
| Example | http://www.ourpropertytaxes.com |
|
Check usage (experimental) |
|
Contents |
[edit] What can this extension do?
- Extends the user pref to include:
- First Name
- Last Name
- Business
- URL
- Logo
- etc..
- Automatically adds this info to User:Username
[edit] Usage
[edit] Download instructions
Please cut and paste the code found below and place it in $IP/extensions/ExtendedProfile/ExtendedProfile.php.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
#add configuration parameters here #setup user rights here require_once("$IP/extensions/ExtendedProfile/ExtendedProfile.php");
upload the files
ExtendedProfile.php States.php
to /extensions/ExtendedProfile/
[edit] Configuration parameters
[edit] User rights
[edit] Code
<!-- put your code here - note that the ending ?> tag should not be present, as it's not needed and is likely to cause only problems. This has been since MediaWiki 1.11 and newer releases. -->
