Extension:WikiForum

From mediawiki.org
This page is a translated version of the page Extension:WikiForum and the translation is 70% complete.
MediaWiki 拡張機能マニュアル
WikiForum
リリースの状態: 不安定
実装 データベース , 特別ページ
説明 Forum extension
作者
最新バージョン 2.5.1 (2019-03-22)
MediaWiki 1.39+
データベースの変更 はい
ライセンス GNU 一般公衆利用許諾書 3.0 以降
ダウンロード
  • $wgWikiForumAllowAnonymous
  • $wgWikiForumLogInRC

  • ‎<WikiForumList>
  • ‎<WikiForumThread>
  • wikiforum-admin
  • wikiforum-moderator
Quarterly downloads 18 (Ranked 129th)
translatewiki.net で翻訳を利用できる場合は、WikiForum 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告

WikiForum 拡張機能は、新しい特別ページ Special:WikiForum の形でディスカッションフォーラムを追加します。WikiForumのページはほとんどの場合、検索エンジン(Googleなど)にインデックスされており、WikiForumの内部検索を使用することで検索することができます。

If the SocialProfile extension is installed, its avatars will be displayed on forum threads. Currently WikiForum has no built-in avatar support.

詳しくはthe WikiForum help page on ShoutWikiを参照してください。

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のWikiForumという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiForum
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'WikiForum' );
    
  • 更新スクリプトを実行します。このスクリプトは、この拡張機能が必要とするデータベーステーブルを自動的に作成します。
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

設定

オリジナルの WikiForum では、たくさんの構成グローバルがありました。これらのほとんどは MediaWiki 名前空間を通して行われる構成に伴い除去されました。

パラメーター 既定値 説明
$wgWikiForumAllowAnonymous true 匿名利用者によるスレッドや返信の書き込みを許可するかどうか
$wgWikiForumLogsInRC true WikiForum の記録を Special:RecentChanges (最近の更新) に表示するかどうか

CAPTCHAs have now been integrated into WikiForum. If Extension:ConfirmEdit is installed, CAPTCHAs will be shown to users without the skipcaptcha permission. You may need to set $wgCaptchaTriggers[ 'wikiforum' ] = true; in LocalSettings.php below where ConfirmEdit is required in order for CAPTCHAs to show. To disable CAPTCHAs, simply set that to false.

利用者権限

WikiForum adds two new user rights, wikiforum-admin and wikiforum-moderator. Users with the wikiforum-admin permission can create, delete and edit categories and forums, while the wikiforum-moderator permission is required to edit and delete threads and individual replies.

既定では、管理者 (「sysop」グループ) はこれらの両方の権限を持っています。WikiForum は、これらの両方の利用者権限を持つ新しいグループ「forumadmin」も作成します。ビューロクラットは、利用者を forumadmin グループに割り当てたり、グループから除去することができます。

関連項目