lincanbin / Carbon-Forum

A high performance open-source forum software written in PHP. Discussions Tags based with Quora/StackOverflow style.
https://www.94cb.com/
Apache License 2.0
1.84k stars 433 forks source link

Disable Buttons #186

Open robotrono opened 8 years ago

robotrono commented 8 years ago

How can I disable buttons in the editor? Im trying to edit the ueditor.config.js but dont works

lincanbin commented 8 years ago

new.function.js and reply.function.js

lincanbin commented 8 years ago

https://github.com/lincanbin/Carbon-Forum/blob/master/static/js/new.function.js#L19

window.UEDITOR_CONFIG['toolbars'] = [['fullscreen', 'source', '|', 'bold', 'italic', 'underline', 'paragraph', 'fontsize', 'fontfamily', 'forecolor', '|', 'justifyleft','justifycenter', 'justifyright', 'justifyjustify', '|','undo', 'redo'],['insertcode', 'link','inserttable', 'blockquote', 'insertorderedlist', 'insertunorderedlist', '|', 'emotion', 'simpleupload', 'insertimage', 'scrawl', 'insertvideo', 'music', 'attachment', '|', 'removeformat', 'autotypeset']];
robotrono commented 8 years ago

Thanks!