crx349 发表于 2014-9-11 14:14:53

Discuz!x3.2 html代码贴,发帖后重新编辑,编辑器的纯文本选框消失解决方案


source\include\post\post_editpost.php
找到
if($htmloncheck) {
                $editor['editormode'] = 0;
                $editor['allowswitcheditor'] = 0;
      }

最后一个0改为1无需删除
页: [1]
查看完整版本: Discuz!x3.2 html代码贴,发帖后重新编辑,编辑器的纯文本选框消失解决方案