Extension:SocialProfile/pl

Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
Social Profile
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Strona specjalna Category:Special page extensions/pl, Bazy danych Category:Database extensions/pl, AjaxCategory:Ajax extensions/pl
Opis Incorporates multiple social features into MediaWiki for communities
Autor(zy)
Ostatnia wersja 1.14 (Continuous updates (see MediaWiki compatibility))
MediaWiki 1.43+Category:Extensions with manual MediaWiki version/pl
Zmiany w bazie danych Tak
Licencja Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie Template:WikimediaDownload/gerritonlyCategory:Extensions in Wikimedia version control/pl
Przykład Brickipedia, the LEGO Wiki
  • $wgUserPageChoice
  • $wgUpdateProfileInRecentChanges
  • $wgUploadAvatarInRecentChanges
  • $wgUserProfileDisplay
  • $wgUserProfileThresholds
  • $wgUserLevels
  • $wgNamespacesForEditPoints
  • $wgUserStatsPointValues
Przetłumacz rozszerzenie SocialProfile jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/plCategory:Extensions not in ExtensionJson/pl

The SocialProfile extension incorporates a social profile, user board, and basic profile info into MediaWiki, specifically avatars, befriending, foeing, user board, board blast, user levels rank system, awards and gifts. The package also notifies users via email when other users request them as a friend or foe and/or sends them a message.

Install

  • If you use the ExtensionDistributor to download SocialProfile, make sure that you select "master (latest development version)"; older versions are guaranteed to have lots of bugs and they are unmaintained, while master is always up-to-date and contains the newest features and bugfixes!
See social tools' MediaWiki compatibility policy for more info.
  • You can also use Git, like so:
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SocialProfile
    • avatars/The directory where all user-uploaded avatar images are stored
    • awards/System gift (award) and normal gift images will be stored here
    • Move the directory awards/ from extensions/SocialProfile into the images directory that is used in your MediaWiki installation.

This directory should be writable. The images included in this folder by default can be used for awards if you upload them through Special:SystemGiftManagerLogo, but they won't show up as "defaults" the same way avatar default images do show up.

    • Move the directory avatars from extensions/SocialProfile into the images directory used in your MediaWiki installation.

This directory should be writable.

Parser functions

  • {{#avatar:Username}} - retrieves the avatar picture for the specified user.
  • {{#randomuserswithavatars}}
  • {{#newusers}}

User Options

  • echo-subscriptions-web-social-rel (requires Echo extension installed)
  • echo-subscriptions-email-social-rel (requires Echo extension installed)

Configuration variables

$wgUserProfileDisplay['board'] = true;
$wgUserProfileDisplay['foes'] = true;
$wgUserProfileDisplay['friends'] = true;
$wgUserProfileDisplay['avatar'] = true; // If set to false, disables both avatar display and upload
$wgUserBoard = true;
$wgFriendingEnabled = true;
$wgAvatarKey = $wgDBname;
$wgUserPageChoice = true;
$wgUserProfileAvatarsInDiffs = true;

There are some further configuration variables introduced in a later update for wikis that are using an external storage solution for their images (such as Amazon S3 or Swift). SocialProfile needs to be told explicitly to use this external storage for avatars etc., or it will upload them to the local server anyway.

For example, when using S3, you need to explicitly set the backend to S3, the privacy of the file to public, and the file path for avatars:

$wgSocialProfileFileBackend = 'AmazonS3';
$wgAWSRepoZones['avatars'] = [
 'container' => 'avatars',
 'path' => "/avatars",
 'isPublic' => true
];

Uwagi

  • Upgrading If you are upgrading from SocialProfile version 1.2 or older, you'll need to create four new database tables manually: gift, system_gift, user_gift, user_system_gift.

If you're upgrading from 1.3, you'll need to create user_system_messages database table.

  • Since r93317, SocialProfile's namespaces are automagically registered, so you do not need to add them to $wgExtraNamespaces .
  • SocialProfile uses either ImageMagick or PHP's built-in GD library (since r93067), depending on which one is available, for creating the resized avatar, award and gift image files.
  • Newer version of the Vector skin ("Vector-2022", informally also "new Vector") and some other inconsistent skins "no longer" support the visualClear CSS class, thus causing the social user profile pages to render incorrectly. Fixing it locally should be as simple as adding this to your wiki's MediaWiki:Vector.css or equivalent MediaWiki:<skinname>.css page:
    /*  visualClear CSS class definition for SocialProfile extension
        because Vector does not include the definition anymore; see
        https://phabricator.wikimedia.org/T328235 and 
        https://phabricator.wikimedia.org/T287962 */
    .visualClear {
    	clear: both;
    }
    

Reporting bugs

Screenshots

Category:Social tools/pl Category:Extensions by Fandom/pl Category:Social media extensions/pl
Category:Ajax extensions/pl Category:All extensions/pl Category:BeforeCreateEchoEvent extensions/pl Category:BeforePageDisplay extensions/pl Category:CanonicalNamespaces extensions/pl Category:Database extensions/pl Category:DifferenceEngineNewHeader extensions/pl Category:DifferenceEngineOldHeader extensions/pl Category:DifferenceEngineShowDiffPage extensions/pl Category:DifferenceEngineShowDiff extensions/pl Category:EchoGetBundleRules extensions/pl Category:EchoGetDefaultNotifiedUsers extensions/pl Category:Extensions by Fandom/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in Canasta/pl Category:Extensions included in Miraheze/pl Category:Extensions included in MyWikis/pl Category:Extensions included in WikiForge/pl Category:Extensions not in ExtensionJson/pl Category:Extensions not using extension registration/pl Category:Extensions which add rights/pl Category:Extensions with manual MediaWiki version/pl Category:GPL licensed extensions/pl Category:LoadExtensionSchemaUpdates extensions/pl Category:OutputPageBodyAttributes extensions/pl Category:ParserFirstCallInit extensions/pl Category:Social media extensions/pl Category:Social tools/pl Category:Special page extensions/pl Category:Stable extensions/pl