DISCUZ 更改群組發帖系統提醒成員 notification_add 發送通知提示函數,notification_PHP教程

來源:互聯網
上載者:User

DISCUZ 更改群組發帖系統提醒成員 notification_add 發送通知提示函數,notification


notification_add($touid, $type, $note, $notevars = array(), $system = 0)$touid : 發送給誰?$type : 方式? 常用的是post$note : 可以自己編輯內容$notevars = 一些內容參數$system = 預設情況下為0 將下列代碼加入到souse/class/module/module_forum_thread.php檔案第139行即可 if($this->param['isgroup']==1){
$bt=$this->param['subject'];
$querys = DB::fetch_all('select * from pre_forum_groupuser wherefid='.$this->forum['fid']);
foreach($querysas $arr){
notification_add($arr['uid'],'system', $author.'發表了:'.$bt, array('from_id' => 0,'from_idtype' => 'sendnotice'), 1);
}
} 實現效果:群組內任意一成員在群組裡面發文章,群組所有成員就會收到系統提醒,並且提示有系統提醒。 author:超越 有問題請加群

http://www.bkjia.com/PHPjc/935347.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/935347.htmlTechArticleDISCUZ 更改群組發帖系統提醒成員 notification_add 發送通知提示函數,notification notification_add($touid, $type, $note, $notevars = array(), $system = 0)$touid...

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.