MyBB Community Forums
[For 1.8] Quick Advanced Editor 6.1.2 (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 Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.8] Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) (/thread-158367.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


RE: Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) - ramfix - 2015-09-01

Hello as the editor he added the spoiler button??


RE: Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) - martec - 2015-09-01

(2015-09-01, 12:31 AM)ramfix Wrote: Hello as the editor he added the spoiler button??

use this http://community.mybb.com/thread-168909.html


RE: Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) - zukro - 2015-10-02

Hi Martec
Can we add attachment via quick reply with this plugin?


RE: Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) - Omar G. - 2015-10-11

Every time I open a thread I get pushed down to the quick reply form. How do I stop this from happening?


RE: Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) - martec - 2015-10-11

(2015-10-11, 08:14 PM)Omar G. Wrote: Every time I open a thread I get pushed down to the quick reply form. How do I stop this from happening?

http://community.mybb.com/thread-160306-post-1165625.html#pid1165625


RE: Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) - Omar G. - 2015-10-12

Right, thanks for the info. Is there anyway to load the editor only after clicking inside the text area instead then? I was sure this was already answered.


RE: Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) - martec - 2015-10-12

(2015-10-12, 06:18 AM)Omar G. Wrote: Right, thanks for the info. Is there anyway to load the editor only after clicking inside the text area instead then? I was sure this was already answered.

try:
in codebutquick template:

find:

$(document).ready(function() {

replace:

($.fn.on || $.fn.live).call($(document), 'focus', '#message', function () {

find:

{$sourcemode}

add after:
MyBBEditor.focus();


RE: Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) - niere8 - 2015-10-31

(2015-10-12, 08:10 AM)martec Wrote:
(2015-10-12, 06:18 AM)Omar G. Wrote: Right, thanks for the info. Is there anyway to load the editor only after clicking inside the text area instead then? I was sure this was already answered.

try:
in codebutquick template:

find:

$(document).ready(function() {

replace:

($.fn.on || $.fn.live).call($(document), 'focus', '#message', function () {

find:

{$sourcemode}

add after:
MyBBEditor.focus();

Thank you, it was also my problem after the update to 6.1.2, now works, it doesn't scroll down more, thanks Big Grin

Is it normal that quick editor is shown only when I click on textare in quickreply?


RE: Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) - Omar G. - 2015-10-31

Well, yes it is. Considering you just applied the edit for that..


RE: Quick Advanced Editor 6.1.2 (Show sceditor in quick reply and quick edit) - niere8 - 2015-10-31

Ah ok, well better this effect that the scroll down Big Grin