Extension:WikiForum
WikiForum リリースの状態: ベータ |
|
---|---|
![]() |
|
実装 | データベース , 特別ページ |
説明 | Forum extension |
作者 | |
最新バージョン | 2.5.1 (2019-03-22) |
MediaWiki | 1.31+ |
データベースの変更 | はい |
ライセンス | GNU 一般公衆利用許諾書 3.0 以降 |
ダウンロード | |
|
|
|
|
|
|
translatewiki.net で翻訳を利用できる場合は、WikiForum 拡張機能の翻訳にご協力ください | |
問題点 | 未解決のタスク · バグを報告 |
The WikiForum extension adds a discussion forum in the form of a new special page, Special:WikiForum. WikiForum pages for the most part are indexed by search engines (such as Google) and you can search them by using WikiForum's internal search.
If the SocialProfile extension is installed, its avatars will be displayed on forum threads. Currently WikiForum has no built-in avatar support.
Please see the WikiForum help page on ShoutWiki for more information.
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のWikiForum
という名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php の末尾に追加します:
wfLoadExtension( 'WikiForum' );
- 更新スクリプトを実行します。このスクリプトは、この拡張機能が必要とするデータベース テーブルを自動的に作成します。
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
Configuration
In the original WikiForum, there were plenty of configuration globals. Most of these have been removed in favor of configuration done via the MediaWiki namespace.
パラメーター | 既定値 | 説明 |
---|---|---|
$wgWikiForumAllowAnonymous
|
true | Allow anonymous users to write threads and replies? |
$wgWikiForumLogsInRC
|
true | Show WikiForum logs at 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 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.
By default administrators (the sysop group) have both of these rights. WikiForum also creates a new group, forumadmin, which has both of these user rights. Bureaucrats can assign users to the forumadmin group and remove them from the group.
関連項目
- Beta status extensions/ja
- Database extensions/ja
- Special page extensions/ja
- GPL licensed extensions/ja
- Extensions in Wikimedia version control/ja
- LoadExtensionSchemaUpdates extensions/ja
- ParserFirstCallInit extensions/ja
- All extensions/ja
- Social tools/ja
- Extensions by ShoutWiki/ja
- Discussion and forum extensions/ja