Extension:SimpleBlogpage

Category:Extensions with invalid or missing typeCategory:GPL licensed extensions
MediaWiki extensions manual
SimpleBlogPage
Release status: stableCategory:Stable extensions
Description Provides a blogging system for BlueSpice wikis
Author(s) Hallo Welt! GmbH
Maintainer(s) Hallo Welt! GmbH
Latest version 5.0
Compatibility policy For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.Category:Extensions with long-term support release branches compatibility policy
MediaWiki 1.39 (LTS)Category:Extensions with manual MediaWiki version
Database changes Yes
License GNU General Public License 3.0 only
Download Category:Extensions in Wikimedia version control
  • $wgSimpleBlogPageShowInMainLinks
  • createblogpost
Translate the SimpleBlogpage extension if it is available at translatewiki.net
Category:All extensions Category:Extensions by HalloWelt#SimpleBlogPage Category:BlueSpice#SimpleBlogPage
 Community Forum

SimpleBlogPage introduces a blogging system for BlueSpice 5, replacing the previous BlueSpiceSocial extensions bundle from BlueSpice 4. It provides functionality for blogs, discussions, and user profile information.

Usage / features

  • Built-in blogs are accessible through the special page ArticlesHome.
  • Users can create their own blogs and blog posts directly from the page tools.
  • Blog posts are organized hierarchically by blog name as parent pages with posts as subpages.
  • User-specific blogs are available in the User_blog namespace.
  • Blogs support rich content including text, images, and wiki formatting.

Installation

  • Download and move the extracted SimpleBlogPage folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SimpleBlogPage
    
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'SimpleBlogPage' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Accessing the blogs

The wiki provides a built-in blog named "General" on the special page Special:ArticlesHome.

New blog entry

Users with edit-permissions in the namespace Blog can create a new blog entry by clicking "Create new blog post" on the ArticlesHome page or using the wiki's (+ plus)-button.

Blog posts are created as subpages in the Blog namespace

Additional blogs can be created by making new parent pages in the Blog namespace

Blog post elements

Blog posts include a heading, watchlist toggle, edit information, and content. Posts are automatically sorted by last edit date.

User blogs

"My blog" link in the user menu

Users can create personal blogs via the "My blog" link in their user menu.

Users can only edit their own blog pages.

Displaying blog titles on other pages

Blog posts can be displayed on other pages using semantic queries that filter for Blog or User_blog namespaces.

Bluespice icon

This extension was originally made for BlueSpice . BlueSpice is a MediaWiki distribution for enterprises and organizations. It enhances MediaWiki, in particular in the areas of quality management, process support, administration, editing and security.

You can download this extension with BlueSpice free.

BlueSpice:
Category:All extensions Category:BSUsageTrackerRegisterCollectors extensions Category:BeforeDisplayNoArticleText extensions Category:BlueSpice Category:BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions Category:ContentHandlerDefaultModelFor extensions Category:Extensions by HalloWelt Category:Extensions in Wikimedia version control Category:Extensions with invalid or missing type Category:Extensions with long-term support release branches compatibility policy Category:Extensions with manual MediaWiki version Category:GPL licensed extensions Category:GetUserPermissionsErrors extensions Category:LoadExtensionSchemaUpdates extensions Category:MWStakeCommonUIRegisterSkinSlotComponents extensions Category:PageSaveComplete extensions Category:SkinTemplateNavigation::Universal extensions Category:Stable extensions Category:UserLoginComplete extensions