MyBB Community Forums

Full Version: Quick Advanced Editor Plus 2.2.6 (with Quick quote and autosave)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@Wiggo

check if not has double {$post['quick_quote']} in postbit_classic and postbit template.

(2016-04-21, 04:55 PM)thunderclap Wrote: [ -> ]Maybe I'm missing something, but the autosave function doesn't appear to be working. While a popup saves an autosave was done there is nothing listed in Saved Drafts of the UserCP, and if you accidentally back out of the page before sending the post and go back the Quick Reply is empty. Am I doing something wrong in getting the auto save to work?

you can provide test account in https://martyan.xyz/test/ in Support of Miuna Shoutbox folder?
user: test
pass: test123

you need create account, but actiavation not required.
Just installed this.

Very nice.

One observation:

When I hit "reply" without selecting any text, it opens in the full editor. Before, that used to open in the quick editor.

Can I make "reply" without selecting any text, open in the quick editor?

Thank you.

Can you also move the autosave on/off feature, and its related settings, from the admin control panel, to the user control panel?

That way, every user can decide if he/she wants it on.

Is there a way for an admin to change the autosave feature for one user only, if that user doesn't want it?
(2014-09-28, 02:02 AM)martec Wrote: [ -> ]
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.1.4 (for 1.8.4 or above) (for Mybb 1.8.3 use 2.1.2) (for Mybb 1.8.0 use 1.8.1)

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:

[Image: btn_donateCC_LG.gif]

Thanks.

Hi @martec, just wondering if you saw this thread.'

Thanks.

http://community.mybb.com/thread-194724.html
Hey martec,

could you explain how i would add the myspoiler button which is at the new reply sceeditor to this quickly reply editor?

https://community.mybb.com/mods.php?action=view&pid=614

Would appreciate your help.
(2016-08-27, 09:36 PM)thelovelyone Wrote: [ -> ]Hey martec,

could you explain how i would add the myspoiler button which is at the new reply sceeditor to this quickly reply editor?

https://community.mybb.com/mods.php?action=view&pid=614

Would appreciate your help.

i'm not support third application.
you can use https://community.mybb.com/mods.php?action=view&pid=452
(2014-09-28, 02:02 AM)martec Wrote: [ -> ]
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.1.4 (for 1.8.4 or above) (for Mybb 1.8.3 use 2.1.2) (for Mybb 1.8.0 use 1.8.1)

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:

[Image: btn_donateCC_LG.gif]

Thanks.

Hi @martec, I'm having a problem using the highlighted quick reply.

The reply button isn't coming up when I highlight some text.

This happened after I upgraded to MyBB 1.8.10.

I'm using Quick Advanced Editor Plus 2.1.4.

I posted about the problem here:

https://community.mybb.com/thread-207842.html

Can you please help? Thanks.
Use Rin editor
(2017-01-30, 05:13 PM)Eldenroot Wrote: [ -> ]Use Rin editor

What are some differences between Quick Advanced Editor Plus, and Rin? Are there any features that are in one that aren't in the other?

Also, will Rin have that feature where I can highlight a post and a reply button will appear? If I use that reply button, then it will quote the portion I highlighted. I like that feature.

And why did this feature stop working after I upgraded to MyBB 1.8.10?
It uses CKeditor - less bugs, better features Smile
Quick quote doesn't work in MyBB GoMobile.


PHP Code:
<button style="display: none; float: right;" id="qr_pid_{$post['pid']}">{$lang->postbit_button_quote}</button>
<script type="text/javascript">
    $(document).ready(function() {
        quick_quote({$post['pid']},'{$post['username']}',{$post['dateline']});
    });
</script> 
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18