m (1 revision imported) |
hw>Unknown user No edit summary |
||
Line 13: | Line 13: | ||
|mediawiki = {{AutoDocVersion | |mediawiki = {{AutoDocVersion | ||
|name = MediaWiki | |name = MediaWiki | ||
|version = 1. | |version = 1.37.0 | ||
}} | }} | ||
|extensions = {{AutoDocVersion | |extensions = {{AutoDocVersion | ||
|name = BlueSpiceAvatars | |name = BlueSpiceAvatars | ||
|version = 4. | |version = 4.1 | ||
}} | }} | ||
{{AutoDocVersion | {{AutoDocVersion | ||
|name = BlueSpiceFoundation | |name = BlueSpiceFoundation | ||
|version = 4. | |version = 4.1 | ||
}} | }} | ||
{{AutoDocVersion | {{AutoDocVersion | ||
|name = BlueSpiceSocial | |name = BlueSpiceSocial | ||
|version = 4. | |version = 4.1 | ||
}} | }} | ||
}} | }} | ||
Line 38: | Line 38: | ||
{{AutoDocListItem | {{AutoDocListItem | ||
|item = BlueSpiceSocialProfile | |item = BlueSpiceSocialProfile | ||
}} | |||
{{AutoDocListItem | |||
|item = BlueSpiceVisualEditorConnector | |||
}} | |||
{{AutoDocListItem | |||
|item = ContentDroplets | |||
}} | }} | ||
}} | }} | ||
Line 124: | Line 130: | ||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/ArticleViewHeader ArticleViewHeader] | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/ArticleViewHeader ArticleViewHeader] | ||
|callback = \BlueSpice\Social\Profile\Extension::onArticleViewHeader | |callback = \BlueSpice\Social\Profile\Extension::onArticleViewHeader | ||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSInsertMagicAjaxGetData BSInsertMagicAjaxGetData] | |||
|callback = \BlueSpice\Social\Profile\Hook\BSInsertMagicAjaxGetData\AddSocialEntityProfileTag::callback | |||
}} | }} | ||
{{AutoDocCallback | {{AutoDocCallback |
Revision as of 11:44, 22 June 2023
DescriptionMsg
Profile entity for BlueSpiceSocial
License
GPL-3.0-only
Requirements
- MediaWiki: 1.37.0
- BlueSpiceAvatars: 4.1
BlueSpiceFoundation: 4.1 BlueSpiceSocial: 4.1
IntegratesInto
- BlueSpicePrivacy
- BlueSpiceSMWConnector
- BlueSpiceSocialProfile
- BlueSpiceVisualEditorConnector
- ContentDroplets
SpecialPages
- SocialProfiles
Permissions
Permissions
Name | Description | Role |
---|---|---|
social-editothersprofile | Edit other users' profile | admin, maintenanceadmin |
socialprofile-viewspecialpage | View the special page "Profiles" | accountmanager, admin, author, bot, commenter, editor, maintenanceadmin, reader, reviewer, structuremanager |
DefaultUserOptions
User options
Name | Value |
---|---|
bs-social-profile-infoshowemail | false |
Config
Configuration
Name | Value |
---|---|
BSSocialProfileCustomFields | array ( 'social-profile-department' => array ( 'i18n' => 'bs-social-profile-field-department', 'type' => 'string', ), 'social-profile-function' => array ( 'i18n' => 'bs-social-profile-field-function', 'type' => 'string', ), 'social-profile-location' => array ( 'i18n' => 'bs-social-profile-field-location', 'type' => 'string', ), 'social-profile-phone' => array ( 'i18n' => 'bs-social-profile-field-phone', 'type' => 'string', ), ) |
BSSocialProfileFields | array ( 'social-profile-title' => array ( 'i18n' => 'bs-social-profile-field-title', 'callback' => '\\BlueSpice\\Social\\Profile\\Field\\Title::getInstance', ), 'social-profile-name' => array ( 'i18n' => 'bs-social-profile-field-name', 'callback' => '\\BlueSpice\\Social\\Profile\\Field\\Name::getInstance', ), 'social-profile-email' => array ( 'i18n' => 'bs-social-profile-field-email', 'callback' => '\\BlueSpice\\Social\\Profile\\Field\\Email::getInstance', ), ) |