![]() |
[1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Development (https://community.mybb.com/forum-68.html) +---- Thread: [1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) (/thread-157539.html) Pages:
1
2
|
[1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - martec - 2014-08-15 Plugin version of this http://community.mybb.com/thread-155797.html , show editor in quick reply only after focused in textarea and with options yes/no to if you want show smile box and sceditor in quick edit. Latest version: 4.0.0 Download: https://github.com/martec/quickadveditor/releases/latest If you want to improve it feel free to submit PR in github. Thanks. RE: [1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - Adriano - 2014-08-15 It works, thank you martec! The only thing I would like to suggest is to add an auto focus when the advanced editor is loaded because we have to click on it two times to type a message. RE: [1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - martec - 2014-08-15 @adriano test 3.1 RE: [1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - Adriano - 2014-08-15 (2014-08-15, 06:02 PM)martec Wrote: @adriano Everything works fine! Thanks! RE: [1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - Eldenroot - 2014-08-15 Amazing! Thank you! RE: [1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - martec - 2014-08-16 new version relased. Plz update to 3.2.2, this solve several issue with multiquote and smile box. You need unistall old version, upload new version and install. RE: [1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - Eldenroot - 2014-08-20 @martec - there is huge blank space above the bar after you click into quick reply RE: [1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - martec - 2014-08-21 (2014-08-20, 05:42 PM)Eldenroot Wrote: @martec - there is huge blank space above the bar after you click into quick reply ACP --> global templates --> edit codebutquick template find "height: 270," change value 270 with value you want... something near 350, it may be value you're looking for RE: [1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - Omar G. - 2014-09-22 On case somebody wants to always display the editor öpen codebutquick find:
Add before:
Thanks for this plugin Martec. RE: [1.8] Quick Advanced Editor (Show sceditor in quick reply and quick edit) - Omar G. - 2014-09-23 @martec can you provide minified code (template code) that simply loads the editor as soon as the page is loaded? Removing as much JS as possible. I have this: So I want to remove unnecessary code (smiles box, load on focus, etc). |