Reference:BlueSpiceSocial and Reference:BlueSpiceSocialBlog: Difference between pages

(Difference between pages)
No edit summary
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
Line 5: Line 5:
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|compatible=BlueSpice
|compatible=BlueSpice
|category=Administration
|category=Communication
|features='''BlueSpiceSocial''' is a group of extensions that add social media features to the wiki. This allows users to quickly communicate on the wiki and to express their opinions on pages more easily.
|features='''BlueSpiceSocialBlog''' provides the SocialEntity type ''blog''.
{{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.}}
{{Messagebox|boxtype=warning|Note text=Pages in the namespaces ''SocialEntity'' and ''User'' are   indexed by search engines by default until 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.}}


BlueSpiceSocial provides the architecture for all ''Social'' extensions. It contains base classes, SourceTitle namespace, SocialEntity ContentModel, notifications, etc.  
The extension BlueSpiceSocialBlog is the basis for the ''Special:Blog'' page. In every new wiki installation, this page is linked directly from the main navigation. Customized blog views can be added to a wiki page using the <code><bs: timeline /></code> tag.}}
 
===Configuration===
This extension is required by all ''Social'' extensions. Without another S''ocia''l extension (e.g., BlueSpiceSocialBlog), this extension has no effect.
{| class="reference wikitable"
 
! class="headerSort headerSortDown" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Name
The following ''Social'' extensions are available:
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Description
 
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Type
*[[Reference:BlueSpiceSocialBlog|SocialBlog]]
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Default
*[[Reference:BlueSpiceSocialComments|SocialComments]]
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Scope
*[[Reference:BlueSpiceSocialMicroBlog|SocialMicroBlog]]
|-
*[[Reference:BlueSpiceSocialProfile|SocialProfile]]
|bsgSocialBlogPreloadTitle
*[[Reference:BlueSpiceSocialRating|SocialRating]]
|article that is used as preload for SocialEntities of type ''blog''
*[[Reference:BlueSpiceSocialResolve|SocialResolve]]
|str
*[[Reference:BlueSpiceSocialTags|SocialTags]]
|Template:Blog
*[[Reference:BlueSpiceSocialTimelineUpdate|SocialTimelineUpdate]]
|LocalSettings.php
*[[Reference:BlueSpiceSocialTopics|SocialTopics]]
|-
*[[Reference:BlueSpiceSocialWatch|SocialWatch]]
|bsgBSSocialUseBlogTeaser
*[[Reference:BlueSpiceSocialWikiPage|SocialWikiPage]]
|usa a teaser-text system for SocialEntities of type ''blog''
 
|bool
}}
|true
|ConfigManager
|}

Latest revision as of 16:57, 20 May 2022

Extension: BlueSpiceSocialBlog

all extensions

Overview
Description:

Blog entity for BlueSpiceSocial

State: stable Dependency: BlueSpice
Developer: HalloWelt License: GPL-3.0-only
Type: BlueSpice Category: Communication
Edition: BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+

Features

BlueSpiceSocialBlog provides the SocialEntity type blog.

Warning!Pages in the namespaces SocialEntity and User are indexed by search engines by default until version 3.1.13. If you run a public wiki with an earlier version, you should exclude these namespaces from being searchable unless you want these pages to be indexed by public search engines.


The extension BlueSpiceSocialBlog is the basis for the Special:Blog page. In every new wiki installation, this page is linked directly from the main navigation. Customized blog views can be added to a wiki page using the <bs: timeline /> tag.

Technical Information

This information applies to BlueSpice 4. Technical details for BlueSpice Cloud can differ in some cases.

Requirements

  • MediaWiki: 1.36.0
  • BlueSpiceFoundation: 4.1

BlueSpiceSocial: 4.1

Integrates into

Special pages

  • Blog

Permissions

Name Description Role
social-blog Create and edit blogs editor, admin, maintenanceadmin
social-blog-comment Comment on blogs commenter, editor, admin, maintenanceadmin

Configuration

Name Value
BSSocialUseBlogTeaser true
SocialBlogMainLinksBlog false
SocialBlogPreloadTitle 'Template:Blog'

Hooks

Configuration

Name Description Type Default Scope
bsgSocialBlogPreloadTitle article that is used as preload for SocialEntities of type blog str Template:Blog LocalSettings.php
bsgBSSocialUseBlogTeaser usa a teaser-text system for SocialEntities of type blog bool true ConfigManager

Discussions