Phabricator project: #BlogPage
Extension:BlogPage
Jump to navigation
Jump to search
BlogPage Release status: stable |
|||
---|---|---|---|
Implementation | Special page | ||
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.6.0 | ||
MediaWiki | 1.32+ | ||
License | GNU General Public License 2.0 or later | ||
Download | |||
Example | Development/Testing wiki on Wikimedia Labs | ||
Namespace | NS_BLOG, NS_BLOG_TALK | ||
|
|||
|
|||
|
|||
Translate the BlogPage extension if it is available at translatewiki.net | |||
Check usage and version matrix. | |||
Issues | Open tasks · Report a bug |
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:
- SocialProfile extension
- Comments extension
- VoteNY extension
Installation
- Download and place the file(s) in a directory called
BlogPage
in yourextensions/
folder.
- Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'BlogPage' );
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".
API documentation
blogpage
blogpage | |
---|---|
Checks if there is already a blog post with the given title. This module cannot be used as a Generator . |
|
Prefix | |
Required rights | none |
Post only? | No |
Generated help | Current |
This API checks if there is already a blog post with the given title.
To call the API, use action=blogpage
, along with appending the parameters.
- Parameters
pagename
-
This parameter accepts a given title for a blog.
|