回帖给楼主加积分插件 for Discuz!7.0 GBK

上传者: 38658471 | 上传时间: 2022-10-01 18:31:27 | 文件大小: 5KB | 文件类型: RAR
插件名称:回帖给楼主加积分插件
适用版本:DISCUZ7.0,GBK
插件功能:
实现会员在回帖的时候,可以给主题作者加积分,以实现回帖越多,作者所得积分越多的功能,
对作者是一种奖励,有利于提高主题作者的发表主题的积极性。
可以设置使用哪个积分段,加多少积分,哪些用户组发主题和回帖时有效,哪些版块使用,以及
同一个人回帖是否重复加分。
安装方法
1,导入插件信息
2,配置插件
3,修改include/newreply.inc.php
找到最后的
showmessage($replymessage, "viewthread.php?tid=$tid&pid=$pid&page=".(@ceil(($thread['special'] ? $thread['replies'] + 1 : $thread['replies'] + 2) / $ppp))."&extra=$extra#pid$pid");
在其上一行加入以下代码                //回帖给楼主加分                require_once('./forumdata/cache/plugin_reply_add_author_credit.php');                $thisplugin=$_DPLUGIN['reply_add_author_credit'];                $fenzd=$thisplugin['vars']['fenzd'];                $addfen=intval($thisplugin['vars']['addfen']);                $usefids=unserialize($thisplugin['vars']['usefids']);                $replygroups=unserialize($thisplugin['vars']['replygroups']);                $threadgroups=unserialize($thisplugin['vars']['threadgroups']);                $isonly=$thisplugin['vars']['isonly'];                if($discuz_uid!=$thread['authorid']&&$thisplugin['available']&&$addfen&&$fenzd){                        if(!$isonly&&$db->result_first("SELECT `pid` FROM `{$tablepre}posts` WHERE `tid` =$tid AND `authorid` =$discuz_uid LIMIT 0 , 1")) $addfen=0;                        $addfen=$usefids&&!in_array($thread['fid'],$usefids)?0:$addfen;                        $addfen=$replygroups&&!in_array($groupid,$replygroups)?0:$addfen;                        $threadgroupid=$db->result_first("SELECT `groupid` FROM `{$tablepre}members` WHERE `uid` ={$thread['authorid']} LIMIT 0 , 1");                        $addfen=$threadgroups&&!in_array($threadgroupid,$threadgroups)?0:$addfen;                        $addfen&&$db->query("UPDATE `{$tablepre}members` SET `extcredits$fenzd` =`extcredits$fenzd`+$addfen WHERE `uid` ={$thread['authorid']} LIMIT 1 ;");                }                //回帖给楼主加分反安装方法,
0,你可以把插件设为不可用即不启用此插件功能。
1,修改include/newreply.inc.php
找到本插件安装所提到的代码,删除之
2,后台插件管理删除此插件
有关本插件的问题

文件下载

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明