m 1 revision imported |
No edit summary Tag: 2017 source edit |
||
Line 7: | Line 7: | ||
|category=Communication | |category=Communication | ||
|features='''BlueSpiceSocialProfile''' provides the SocialEntity of type profile. Furthermore, the user page is converted into a complete user profile. | |features='''BlueSpiceSocialProfile''' provides the SocialEntity of type profile. Furthermore, the user page is converted into a complete user profile. | ||
{{ | {{Messagebox|boxtype=warning|Note text=Pages in the namespaces ''SocialEntity'' and ''User'' are indexed by search engines by default until prior to version 3.1.13. If you run a public wiki with an earlier version, you should [https://www.mediawiki.org/wiki/Help:Controlling_search_engine_indexing exclude these namespaces from being searchable] unless you want these pages to be indexed by public search engines.}} | ||
*the user page is converted into a complete user profile | *the user page is converted into a complete user profile | ||
*the content of the original user page is also shown as a description field below the profile section | *the content of the original user page is also shown as a description field below the profile section |
Revision as of 15:03, 20 May 2022
Extension: Reference:BlueSpiceSocialProfile
Overview | |||
---|---|---|---|
Description: | |||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | [[]] |
Type: | BlueSpice | Category: | Communication |
Edition: | BlueSpice pro, BlueSpice Farm"BlueSpice Farm" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpice Cloud"BlueSpice Cloud" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property. | Version: | 4.1+ |
Features
BlueSpiceSocialProfile provides the SocialEntity of type profile. Furthermore, the user page is converted into a complete user profile.
- the user page is converted into a complete user profile
- the content of the original user page is also shown as a description field below the profile section
- provides the page Special:SocialProfiles
- a user profile can be included in a page with the tag
<bs:socialentityprofile username="Testuser" rendertype="Short" />
- users can update their profile information and upload a profile picture
Technical Information
Technical details for BlueSpice cloud can differ in some cases.
Requirements
Integrates into
Special pages
Configuration
Name | Description | Type | Default | Scope |
---|---|---|---|---|
bsgBSSocialProfileFields | system-defined profile fields | array | "social-profile-title" => [
"i18n" => "bs-social-profile-field-title", "callback" => "\\BlueSpice\\Social\\Profile\\Field\\Title::getInstance" ], "social-profile-name" => [ "i18n" => "bs-social-profile-field-name", "callback" => "\\BlueSpice\\Social\\Profile\\Field\\Name::getInstance" ], "social-profile-email" => [ "i18n" => "bs-social-profile-field-email", "callback" => "\\BlueSpice\\Social\\Profile\\Field\\Email::getInstance" ] |
LocalSettings.php / Customizing |
bsgBSSocialProfileCustomFields | user-defined profile fields | array | "social-profile-department" => [
"i18n" => "bs-social-profile-field-department", "type" => "string" ], "social-profile-function" => [ "i18n" => "bs-social-profile-field-function", "type" => "string" ], "social-profile-location" => [ "i18n" => "bs-social-profile-field-location", "type" => "string" ], "social-profile-phone" => [ "i18n" => "bs-social-profile-field-phone", "type" => "string" ] |
LocalSettings.php |
bs-social-profile-infoshowemail | is the email address shown in the profile | bool | false | useroption |