迅睿開源框架是一款PHP8高性能·簡單易用的PHP開源開發(fā)框架, 基于MIT開源許可協(xié)議發(fā)布,不限制商業(yè)使用,以多端互聯(lián)為設(shè)計(jì)理念, 支持的微信公眾號(hào)、小程序、APP客戶端、移動(dòng)端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
業(yè)務(wù)經(jīng)理
微信掃描以上二維碼
028-61286886
技術(shù)咨詢
論壇里面的帖子回帖怎么添加表情,,系統(tǒng)默認(rèn)的論壇里面的只有簡單的文字,圖片和附件,,怎么來添加表情
可以加,論壇模塊的show.html里面,改下
{dr_field_input('content', 'Ueditor', array('option' => array( 'mode' => 1, 'height' => 220, 'width' => '100%', 'tool' => '\'simpleupload\', \'attachment\', \'insertimage\', \'insertcode\''), 'validate' => array('xss' => 1)))}
這個(gè)就是完整的編輯器
可以加,論壇模塊的show.html里面,改下
{dr_field_input('content', 'Ueditor', array('option' => array( 'mode' => 1, 'height' => 220, 'width' => '100%', 'tool' => '\'simpleupload\', \'attachment\', \'insertimage\', \'insertcode\''), 'validate' => array('xss' => 1)))}這個(gè)就是完整的編輯器