![]() |
[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.6.1 (Show sceditor in quick reply and quick edit) - Omar G. - 2014-11-10 Create a custom upgrade process?
Deactivate -> Uplaod new files -> Activate -> Congratulations you have updated without losing changes! RE: Quick Advanced Editor 6.0.0 (Show sceditor in quick reply and quick edit) - martec - 2014-11-10 New Version Released: 6.0.0 Now you can see all Editor Auto Saved Drafts in UCP. To upgrade you need unistall old version, upload new version and install. Need unistall, because has new options in ACP settings. Download: http://community.mybb.com/mods.php?action=download&pid=28&bid=528 or https://github.com/martec/quickadveditor/releases/latest (2014-11-10, 08:32 AM)Omar G. Wrote: Create a custom upgrade process? Thanks i will see in this in next version. But do not think it will be useful, because in every version have changes in the template. RE: Quick Advanced Editor 6.0.0 (Show sceditor in quick reply and quick edit) - Omar G. - 2014-11-11 That is the point... RE: Quick Advanced Editor 6.0.0 (Show sceditor in quick reply and quick edit) - martec - 2014-11-14 (2014-11-11, 08:31 AM)Omar G. Wrote: That is the point... so what changes you don´t want lost? if in all versions has changes in template, will recreate templates in every version. will lose changes in template anyway. RE: Quick Advanced Editor 6.1.0 (Show sceditor in quick reply and quick edit) - martec - 2014-11-17 New Version Released: 6.1.0 Enhancements: Edit auto-saved content in UCP: https://github.com/martec/quickadveditorplus/issues/5 Show full saved content: https://github.com/martec/quickadveditorplus/issues/4 Optimize the installation: https://github.com/martec/quickadveditorplus/issues/2 Bug Fixes: Delete image: https://github.com/martec/quickadveditorplus/issues/3 Download: http://community.mybb.com/mods.php?action=download&pid=28&bid=544 or https://github.com/martec/quickadveditor/releases/latest Upgrade from 6.0.0 Not need desactive or unistall. Replace (upload new version) with new version, and replace all content of usercp_qae_drafts template with code below: https://gist.githubusercontent.com/martec/b09c336c663b517175df/raw/daf64a6fed1b4059eac75d110e22b96c9c1983f5/gistfile1.html Upgrade from older than 6.0.0 To upgrade you need unistall old version, upload new version and install. Need unistall, because has new options in ACP settings. RE: Quick Advanced Editor 6.1.0 (Show sceditor in quick reply and quick edit) - niere8 - 2014-12-15 I have installed this new version but now when I reply to a thread, my reply doesn't appear ![]() Someone has this problem? How has solved? Or understand from what is due.. Thanks RE: Quick Advanced Editor 6.1.0 (Show sceditor in quick reply and quick edit) - niere8 - 2014-12-17 News..if I disable: Canonical Link Feature Set to no if you do not want enable canonical link feature, this feature required by Auto Save Draft. If you use canonical link feature of google seo plugin, you can disable this feature. I can look my reply without refresh page, but I haven't editor.... If I enable it, instead, I look editor on textarea but I don't look my reply after I sent it. Then in plugin file there is /********************************** * Thread compatibility functions * **********************************/ if(typeof Thread !== 'undefined') { If should not be if(typeof Thread != 'undefined') ? My settings http://i.imgur.com/EJvJ0uG.png I want only quick reply (editor on textarea) + smilies ![]() RE: Quick Advanced Editor 6.1.0 (Show sceditor in quick reply and quick edit) - martec - 2014-12-17 at the moment I can not give any kind of support, I am quite busy with other things. anyway Canonical Link feature required by Auto Saved Draft feature... So if you disabled Canonical Link You need disable too Auto-save in ACP... RE: Quick Advanced Editor 6.1.0 (Show sceditor in quick reply and quick edit) - martec - 2014-12-22 New Version Released: 6.1.1 Fix issue with canonical link Download: http://community.mybb.com/mods.php?action=download&pid=28&bid=656 or https://github.com/martec/quickadveditor/releases/latest Upgrade To upgrade you need unistall old version, upload new version and install. Need unistall, because has new options in ACP settings. (2014-12-17, 12:21 AM)niere8 Wrote: News..if I disable: fixed in 6.1.1 thanks for report... (2014-12-17, 12:21 AM)niere8 Wrote: I can look my reply without refresh page, but I haven't editor.... If I enable it, instead, I look editor on textarea but I don't look my reply after I sent it. i can´t reproduce this issue... you can check here http://martec.ml/test/ User: test pass: test123 RE: Quick Advanced Editor 6.1.1 (Show sceditor in quick reply and quick edit) - niere8 - 2014-12-30 Hi, I have found the problem..maybe. I have uninstalled all quickeditors etc, reverted to original showthread_quickreply, codebuttons, codebutquick. Reinstalled only this latest quick editor but if I'm on forumdisplay_threadlist and open a thread, I go directly to the bottom (to the editor), instead of at the top. I done these tests: - If I'm a normal user (no supermod - mod - admin) I go normally at the top of the thread. If instead I'm an admin / mod / supermod I go at the bottom of the page. So I think it's also a problem with inline moderation. - Without {$codebutquick} in showthread_quickreply page works well, but obviously I haven't editor in textarea. If I add {$codebutquick} instead I have editor but I go at the bottom (and only if I'm admin, supermod, mod). In IE8 I have these errors in showthread (I'm looking as an admin): Quote:Error details Web page In forumdisplay, instead, I have this error for inline_moderation: Quote:Error details Web page Then I changed in usercp of a normal user (date and hour format) and also this user (normal) started to go at the bottom of the page ![]() |