扩展:大量 信 息
Outdated translations are marked like this.
MassMessage 发行 |
|
---|---|
实现 | |
描述 | |
Kunal Mehta, wctaiwan | |
0.5.0 (2023-01-08) | |
MediaWiki | 1.25及以 |
许可协议 | GNU |
帮助 | Help:Extension:MassMessage/zh |
|
|
|
|
60 (Ranked 75th) | |
1,039 (Ranked 257th) | |
|
|
Vagrant |
massmessage |
|
开启 |
安 裝
下 载文 件 ,并将解 压后的 MassMessage
文 件 夹移动到extensions/
目 录中。
开发者 和代 码贡献 人 员应从Git安 装 扩展,输入:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MassMessage将 下 列代 码放置 在 您的LocalSettings.php的 底部 :wfLoadExtension( 'MassMessage' );
-
完成 –在 您的wiki上 导航至 Special:Version,以验证已成功 安 装 扩展。
配置 参 数
要 发布的 名字 空 间
发布
$wgNamespacesToPostIn = [ NS_PROJECT ];
要 转换的 名字 空 间
如果您
$wgNamespacesToConvert = [ NS_USER => NS_USER_TALK ];
用 户名
$wgMassMessageAccountUsername = 'MessengerBot';
- 启用
全域 信 息
$wgAllowGlobalMessaging = true;
维护脚本
You can send messages from the command line with
php sendMessages.php --pagelist <page list file> --subject <subject file> --message <message file>
where each line of <page list file>
contains a page name followed by a wiki (database) name, separated by a tab.
用 户权限
massmessage
- 让用户发送消息 。默 认分配 给“管理 员(sysop)”用 户组。
注 释
Interface
This extension is visible in three places:
- Special:CreateMassMessageList, to create delivery lists.
- Wiki pages with the
MassMessageListContent
content model, which represent delivery lists. These are automatically categorised under Category:MassMessage delivery lists .
- Special:MassMessage, to send a message to a delivery list.
参 见
- Extension:MassMessageEmail -
向 用 户发送电子邮件而不是 在 他 们的讨论页上发布。
此扩 |
此扩 |