Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
2014-09-28, 02:02 AM
(This post was last modified: 2021-01-15, 01:14 PM by martec. Edited 7 times in total.)
Quick Advanced Editor Plus
Features:- Sceditor in quick reply
- Sceditor in quick edit (setable in ACP, Default ON)
- Smiley box in quick reply (setable in ACP, Default OFF)
- Quick quote feature (setable in ACP, Default ON)
- Auto Save Draft feature (setable in ACP, Default ON) (Only in quick reply, this plugin not made any modification in codebutton template)
Latest version: 2.2.4 (for 1.8.24 or above)
2.1.4 (for Mybb 1.8.4 ~ 1.8.20)
Auto Save Draft in New thread, New Reply etc:
This plugin not made any modification in codebuttons template. So you need made modification manually.
Check http://community.mybb.com/thread-156223.html
Link above is tutorial, so support of feature Auto Save Draft in New thread, New Reply etc only in tutorial thread. I will refuse support of totorial requested here.
Download:
https://github.com/martec/quickadveditor...ses/latest
http://community.mybb.com/mods.php?action=view&pid=217
Update from old version:
- Unistall old version
- Upload new version
- Install
- If you upgrading from Quick Advanced Editor, you need remove quickadveditor.php of plugin folder.
Support and Bug Report:
This thread only to feedback. To support plz use Github https://github.com/martec/quickadveditorplus/issues
If you want to improve it feel free to submit PR in github.
Donate:
Thanks.
Posts: 21
Threads: 7
Joined: Jul 2014
Reputation:
1
Thanks martec, love this plugin
One question, how can I set the height of editor in the quick reply?
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
2014-10-05, 06:10 PM
(This post was last modified: 2014-10-05, 10:56 PM by martec.)
(2014-10-05, 03:39 PM)Pasodk Wrote: Thanks martec, love this plugin
One question, how can I set the height of editor in the quick reply?
in Global Templates > codebutquick
find
$('#message').height('280px');
replace 280 with value that you want...
New version (v 1.8) released.
Now with PM support, and modification in restore message system.
No more automatically restore message, if has some message to restore, will appear some button below, so you need click in restore button to restore message.
To upgrade you need unistall old version, upload new version and install. Need unistall, because has new options in ACP settings (now can set height of editor in ACP).
Posts: 21
Threads: 7
Joined: Jul 2014
Reputation:
1
(2014-10-05, 06:10 PM)martec Wrote: (2014-10-05, 03:39 PM)Pasodk Wrote: Thanks martec, love this plugin
One question, how can I set the height of editor in the quick reply?
in Global Templates > codebutquick
find
$('#message').height('280px');
replace 280 with value that you want...
Thanks
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
(2014-10-06, 01:14 PM)Pasodk Wrote: Thanks
or you can use new version 1.8 that you can set height in ACP settings...
Posts: 57
Threads: 2
Joined: Nov 2012
Reputation:
1
Hi, I have installed this plugin and I have a problem with Quote and Chrome.
When I click on Quote, I have notice "You have selected one or more posts to quote. Quote these posts now or deselect them." when I select option quote this posts now, quote go to full answer and it's ok, I would like directly quote text in quick answer.
And image spinner.gif doens't disappear when try quote is posted.
How can I resolve?
Thank you in advance
PS: I am using addon quick quote
PS2; For work I need disable quick quote in advanced editor plus, have idea how I solve this.
My board: www.xbmcbrasil.net
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
2014-10-10, 01:34 AM
(This post was last modified: 2014-10-10, 01:38 AM by martec.)
(2014-10-09, 02:53 PM)wcampos Wrote: Hi, I have installed this plugin and I have a problem with Quote and Chrome.
When I click on Quote, I have notice "You have selected one or more posts to quote. Quote these posts now or deselect them." when I select option quote this posts now, quote go to full answer and it's ok, I would like directly quote text in quick answer.
And image spinner.gif doens't disappear when try quote is posted.
How can I resolve?
Thank you in advance
PS: I am using addon quick quote
PS2; For work I need disable quick quote in advanced editor plus, have idea how I solve this.
My board: www.xbmcbrasil.net
you can provide test account?
anyway i tested here and i don´t has this issue in my forum...
you can test in my forum...
Posts: 57
Threads: 2
Joined: Nov 2012
Reputation:
1
2014-10-10, 02:34 AM
(This post was last modified: 2014-10-10, 02:59 AM by wcampos.)
Il send private message with test account.
Posts: 2,530
Threads: 124
Joined: Jul 2011
Reputation:
293
2014-10-10, 03:19 AM
(This post was last modified: 2014-10-10, 03:21 AM by martec.)
(2014-10-10, 02:34 AM)wcampos Wrote: Il send private message with test account.
probably conflict with this plugin http://community.mybb.com/thread-159452.html
and Fast Quote probably not support Quick Advanced Editor Plus.
you need unistall Quick Advanced Editor Plus 1.8 and Fast Quote plugin.
and install Quick Advanced Editor Plus only...
Quick Advanced Editor Plus already has quick quote feature, you not need Fast Quote plugin.
and you put this <script type="text/javascript" src="http://www.xbmcbrasil.net/jscripts/jquery.ajaxpoll.js"></script> before of jquery... you need put after jquery <script type="text/javascript" src="http://www.xbmcbrasil.net/jscripts/jquery.js?ver=1800"></script>
Posts: 57
Threads: 2
Joined: Nov 2012
Reputation:
1
(2014-10-10, 03:19 AM)martec Wrote: (2014-10-10, 02:34 AM)wcampos Wrote: Il send private message with test account.
probably conflict with this plugin http://community.mybb.com/thread-159452.html
and Fast Quote probably not support Quick Advanced Editor Plus.
you need unistall Quick Advanced Editor Plus 1.8 and Fast Quote plugin.
and install Quick Advanced Editor Plus only...
Quick Advanced Editor Plus already has quick quote feature, you not need Fast Quote plugin.
and you put this <script type="text/javascript" src="http://www.xbmcbrasil.net/jscripts/jquery.ajaxpoll.js"></script> before of jquery... you need put after jquery <script type="text/javascript" src="http://www.xbmcbrasil.net/jscripts/jquery.js?ver=1800"></script> What template I change order script, headerinclude or other?
|