首页| 版块| 我的| 发帖| 消息
主题:追踪下帖子楼层下面的“回复”
zhangjingyu 
继续搜索“subject_replytouser_title”,
lib/forum/replypost.class.php文件部分代码:
    function sendMail() {
        global $db_msgreplynotice,$db_replysendmail,$db_replysitemail,$windid,$winduid;
        $ret = $msgNotice = 0;
        $this->data['content'] = preg_replace("/\[quote\](.*)\[\/quote\]/is","",$this->data['content']);
        if ($db_msgreplynotice && $this->replyToUser && $this->replyToUser != $windid) {
            M::sendMessage(
                $winduid,
                array($this->replyToUser),
                array(
                    'create_uid' => $winduid,
                    'create_username' => $windid,
                    'title' => getLangInfo('writemsg','subject_replytouser_title',array(
                        'windid'    => $windid,
                        'title'        => substrs(strip_tags($this->tpcArr['subject']), 30, 'Y')
                    )),
                    'content' => getLangInfo('writemsg','subject_reply_content',array(
                        'tid' => $this->tid,
                        'pid' => $this->pid,
                        'windid' => $windid,
                        'content'    => substrs(strip_tags($this->data['content']), 100, 'Y')
                    )),
                ),
                'sms_reply',
                'sms_reply'
            );
            $msgNotice = 1;
     &#
zhangjingyu回帖于2017-02-13 12:20[查看电脑版]
下一页 (1/6)
下一楼»:压力山大啊,看不懂!
«上一楼:““为你守候”在主题[内容来自Android/iPhone手机客户 ..]中回复了你
为你守候说:已 ..

查看全部回帖(15)
«返回主帖