확장 기능:UserProfile
Appearance
혼동하지 마세요: Extension:SocialProfile.
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
출시 상태: 안정 |
|
|---|---|
| 설명 | User interface and additional data for the user profile |
| 만든 이 | HalloWelt |
| 유지 보수자 | Hallo Welt! GmbH |
| 최신 버전 | 5.0 |
| 호환성 정책 | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
| 데이터베이스 변경 | 예 |
|
|
|
|
|
|
| Licence | GNU General Public License 3.0 only |
| 다운로드 | |
| MediaWiki: 1.43.0 | |
| UserProfile 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
UserProfile When first logging in, wiki users automatically create their profile page. Every link to the username in the wiki - for example from the title area of a wiki page or from a mention - leads to this page. Users can edit their own profile information.
Usage / features
- Image - In the profile information, users can upload a photo or create an avatar image. If an avatar is created, a previously uploaded photo is deleted and must be uploaded again if it is to be used instead of the avatar image.
- Profile data - Users can edit their own profile data. Administrators can also edit the profile information of other users. The available fields for the user profile can be defined in the server configuration.
- Free text - Below the profile infobox, users can add additional free text to their profile page. The page opens in visual editing mode for this purpose.

- Content droplet - The "User profile" content droplet allows the display of user profile information on any wiki page.
-
Content Droplet in vertical orientation
-
Content Droplet in horizontal orientation
Template "Userpage standard content"
- By default, each profile page contains the "Userpage standard content" template. This allows wiki administrators to display predefined content on all profile pages.
- When administrators add content to this page, they must inform users that this standard template must not be manually deleted from the page.
- To add the droplet:
- Select the "User profile" content droplet.
- Specify the username and layout options.
- Click Done.
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-UserProfile
.git) as a "vcs repository" and the package name (mediawiki/UserProfile) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-UserProfile .git" } ], "require": { "mediawiki/UserProfile": "UserProfile" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'UserProfile' );
완료 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Categories:
- Stable extensions/ko
- Extensions with invalid or missing type/ko
- BSUsageTrackerRegisterCollectors extensions/ko
- BeforePageDisplay extensions/ko
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/ko
- GetPreferences extensions/ko
- LoadExtensionSchemaUpdates extensions/ko
- MWStakeDynamicFileDispatcherRegisterModule extensions/ko
- MWStakeGenericTagHandlerInitTags extensions/ko
- MediaWikiServices extensions/ko
- OutputPageBeforeHTML extensions/ko
- SkinTemplateNavigation::Universal extensions/ko
- UserProfileBeforeSetProfileData extensions/ko
- UserProfileGetProfileData extensions/ko
- GPL licensed extensions/ko
- Extensions in Wikimedia version control/ko
- All extensions/ko
- Extensions by HalloWelt/ko
- BlueSpice/ko

