zhangjingyu
“zhangjingyu 继续搜索“ping_content”,lib/fourm/ping .class.php
if ($params['ifmsg'] && !$atc['anonymous'] && $atc['author'] != $windid) {
&nb .. (2018-11-06 14:23) 查看本帖 ”(引用内容)lib/fourm/ping .class.php
修改为:
if ($params['ifmsg'] && !$atc['anonymous'] && $atc['author'] != $windid) {
//发消息
$title = getLangInfo('writemsg','ping_title',array('sender'=>$windid,'receiver'=>$atc['author']));
/*消息内容$content加判断,以解决消息里评分主题用手机访问看不到帖子内容,原因应该是链接不对15:21 2018-11-6*/
if($pid == 'tpc'){
$content = getLangInfo('writemsg','ping_content_shouji',array(
'manager' => $windid,
'fid' => $atc['fid'],
'tid' => $this->tid,
'pid' => $pid,
'subject' => $atc['subject'],
'postdate' => get_date($atc['postdate']),
'forum' => strip_tags($this->forum->foruminfo['name']),
'affect' => $affect,
'admindate' => get_date($timestamp),
'reason' => stripslashes($params['atc_content']),
'sender' => $windid,
'receiver' => $atc['author']
));