迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架, 基于MIT开源许可协议发布,不限制商业使用,以多端互联为设计理念, 支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
论坛里面的帖子回帖怎么添加表情,,系统默认的论坛里面的只有简单的文字,图片和附件,,怎么来添加表情
{dr_field_input('content', 'Ueditor', array('option' => array( 'mode' => 1, 'height' => 220, 'width' => '100%', 'tool' => '\'simpleupload\', \'attachment\', \'insertimage\', \'insertcode\''), 'validate' => array('xss' => 1)))}
{dr_field_input('content', 'Ueditor', array('option' => array( 'mode' => 1, 'height' => 220, 'width' => '100%', 'tool' => '\'simpleupload\', \'attachment\', \'insertimage\', \'insertcode\''), 'validate' => array('xss' => 1)))}这个就是完整的编辑器