STSGMassMailer助Mediawiki邮件群发

Home > Wiki支持, 今日一点 > STSGMassMailer助Mediawiki邮件群发

STSGMassMailer是mediawiki的一个扩展插件,很感谢“漢武帝”让我认识啦他。

这个扩展功能的详细文档:http://www.mediawiki.org/wiki/Extension:STSGMassMailer

STGS MassMailer adds a special page called Mass E-mail which allows to send a mass emailing to all wiki users with valid email addresses. It also allows you to pick and choose which persons to send to, and you can even add extra email address that are not in your database. Since there is definite possibility of abuse, this special page is only available to users who have the delete access on the wiki (i.e. sysops or any other user defined group with privileges to do so).

stsgs massmailer在special page添加了个叫做Mass E-mail的页面,可以通过这个页面对所有通过邮箱验证的wiki用户群发邮件。也可以有选择的发送给选定的wiki用户,甚至可以添加不在数据库中的邮箱地址,为啦不至于群发被滥用,这个special page默认仅仅允许有删除(delete)权限的用户使用(sysops(系统管理员)组或者在privileges(操作员)组中的用户)。

如果想更改群发邮件的权限为高层限制级到普通注册用户级别,只需要修改

extensions/SpecialMassEmail.body.php中的代码:

if($wgUser->isAllowed("delete")) {
为(有两处这样的判断语句)
if($wgUser->isAllowed("edit")) {
然后在LocalSettings.php中添加,$wgGroupPermissions['*']['edit'] = false;防止匿名用户使用群发邮件

主要围绕的是否具有编辑权限来限制用户使用群发邮件。

安装方法还是去mediawiki看吧

转载原创文章请注明,转载自:[Lin's Space|Only]

本文链接: http://clin003.com/wiki/mediawiki-extension-stsgmassmailer-1168/

Google比较注重原创性和时效性,若没有找到需要的内容可尝试以下搜素。

This entry was posted in Wiki支持, 今日一点 and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>