Extension:BlogPage

Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
BlogPage
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description Blogging system with commenting and voting features, a special page to create blog posts and a special page to list blog posts.
Author(s)
Latest version 2.9.0
Compatibility policy Master maintains backward compatibility.Category:Extensions with master compatibility policy
MediaWiki 1.43Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Help Help:Extension:BlogPage
NS_BLOG (NS_BLOG_TALK)
  • $wgUserProfileDisplay
  • $wgBlogPageDisplay
  • createblogpost
Quarterly downloads 11 (Ranked 105th)
Translate the BlogPage extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The BlogPage extension allows users to create blog posts and others to vote and comment on blog posts.

New blog posts can be created via "Special:CreateBlogPost" by users who have the createblogpost user right.

Dependencies

The following extensions are required to be installed for this extension to work:

Installation

  • Download and move the extracted BlogPage 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/BlogPage
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'BlogPage' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

User rights

This extension adds one new user right, createblogpost, which allows users to create new blog posts via "Special:CreateBlogPost".

See also

Category:All extensions Category:AlternateEdit extensions Category:ArticleFromTitle extensions Category:Extensions in Wikimedia version control Category:Extensions included in Miraheze Category:Extensions included in WikiForge Category:Extensions with manual MediaWiki version Category:Extensions with master compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:PageSaveComplete extensions Category:Special page extensions Category:Stable extensions Category:UserProfileRightSideAfterActivity extensions