Extension:BlogPage/de-formal

From mediawiki.org
This page is a translated version of the page Extension:BlogPage and the translation is 18% complete.
MediaWiki extensions manual
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.9.0
Compatibility policy Master maintains backward compatibility.
MediaWiki 1.39
License GNU General Public License 2.0 or later
Download
NS_BLOG (NS_BLOG_TALK)
  • $wgUserProfileDisplay
  • $wgBlogPageDisplay
  • createblogpost
Quarterly downloads 35 (Ranked 105th)
Translate the BlogPage extension if it is available at translatewiki.net
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:

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens BlogPage im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/BlogPage
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'BlogPage' );
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

User rights

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

Siehe auch