![]() |
[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) |
RE: Quick Advanced Editor 5.1.1 (Show sceditor in quick reply and quick edit) - martec - 2014-10-01 (2014-09-30, 01:11 PM)chriki Wrote: Haha, sorry, I have to bother you again sorry but this is sceditor bug, and fix of this only in 1.4.6... unfortunately you need to apply fix manually https://github.com/samclarke/SCEditor/issues/245 https://github.com/samclarke/SCEditor/commit/5efbe89495f079fcc4e448f9b414106ea008981f RE: Quick Advanced Editor 5.1.1 (Show sceditor in quick reply and quick edit) - chriki - 2014-10-01 (2014-10-01, 12:04 AM)martec Wrote: sorry but this is sceditor bug, and fix of this only in 1.4.6... Ah, sorry then. Thank you for the quick answer! Got it sorted out now ![]() RE: Quick Advanced Editor 5.5.0 (Show sceditor in quick reply and quick edit) - martec - 2014-10-05 New version (v 5.5.1) 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). RE: Quick Advanced Editor 5.5.1 (Show sceditor in quick reply and quick edit) - Omar G. - 2014-10-06 This is why I choose PluginLibrary approach in all of my plugins, you don't need to uninstall to update your templates/settings. RE: Quick Advanced Editor 5.5.1 (Show sceditor in quick reply and quick edit) - martec - 2014-10-06 (2014-10-06, 04:22 AM)Omar G. Wrote: This is why I choose PluginLibrary approach in all of my plugins, you don't need to uninstall to update your templates/settings. for me not make sense need PluginLibrary requirement, if plugin not made any core edit. RE: Quick Advanced Editor 5.5.1 (Show sceditor in quick reply and quick edit) - niere8 - 2014-10-09 Hi, I have installed this plugin and I have a problem with Quote and IE11 (I don't know if the problem depends from plugin). When I click on Quote, I haven't notice "You have selected one or more posts to quote. Quote these posts now or deselect them.", and it's ok, I would like directly quote text in editor and I can reply just under quote. But I have a problem with IE11: when I click quote, write in editor under quote text and I click on "Preview", my text reply disappears, there isn't more it. And always in IE11, when I send a reply, image spinner.gif doens't disappear when reply is posted. How can I resolve? Thank you in advance RE: [1.8] Image Resizer (Show real size of scaled image) - Omar G. - 2014-10-09 Source mode seems to be ignored if you open multiple quick edit forms at the same time. codebutquick template:
codebutquick_pm template:
Should probably be:
I don't understand what is the reason behind two templates, and probably you should add an js file instead of dropping the JS into a template. No sure. RE: Quick Advanced Editor 5.5.1 (Show sceditor in quick reply and quick edit) - martec - 2014-10-10 (2014-10-09, 02:35 PM)niere8 Wrote: Hi, I have installed this plugin and I have a problem with Quote and IE11 (I don't know if the problem depends from plugin). this isn´t this plugin issue... this issu is mybb bug https://github.com/mybb/mybb/issues/1391 RE: [1.8] Image Resizer (Show real size of scaled image) - martec - 2014-10-10 (2014-10-09, 06:08 PM)Omar G. Wrote: Source mode seems to be ignored if you open multiple quick edit forms at the same time. ?? i beliweve that this isn´t correct thread... anyway... what version you using? in new version i bewlieve all ok https://github.com/martec/quickadveditor/blob/master/inc/plugins/quickadveditor.php https://github.com/martec/quickadveditorplus/blob/master/inc/plugins/quickadveditorplus.php RE: Quick Advanced Editor 5.5.1 (Show sceditor in quick reply and quick edit) - Omar G. - 2014-10-11 I'm not using the plus version and it doesn't seem fixed in the normal one. |