MyBB Community Forums

Full Version: Rin Editor 1.2.4 (Powerd by CKEditor)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, quick quote doesn't seem to work.

1. The thread.quickquote.js is never included. $templatelist is empty within rineditor_inserter_quick and so the following check is always false.

strpos($templatelist,'showthread_quickreply'))

2. If I manually include thread.quickquote.js, the call to quick_quote for each post doesn't do anything. The quick quote button is not revealed.
(2016-08-01, 10:42 AM)ragingbear Wrote: [ -> ]Hi, quick quote doesn't seem to work.

1. The thread.quickquote.js is never included. $templatelist is empty within rineditor_inserter_quick and so the following check is always false.

strpos($templatelist,'showthread_quickreply'))

2. If I manually include thread.quickquote.js, the call to quick_quote for each post doesn't do anything. The quick quote button is not revealed.

??
work fine in my test forum https://martyan.xyz/qhide (user: test pass: test123) (not need register, you can use test account user: test pass: test123)
i can't reproduce the issue that you saying. so sorry i can't fix something that i can't reproduce here.
I don't see the quick reply button on your test forum, only the default MyBB reply/quote buttons.
(2016-08-02, 09:15 AM)ragingbear Wrote: [ -> ]I don't see the quick reply button on your test forum, only the default MyBB reply/quote buttons.

only after you select text.
[Image: 0PEZ81O.png]
@martec - can you add in future something like this for CKeditor?

http://community.mybb.com/thread-196798.html

would be a nice improvement
I found a bug.

When using WYSIWYG editor in Rin Editor and embed an image, it doesn't show the image, but instead shows the bbcode

[img=1400x868]http://i.imgur.com/gYm4geK.jpg[/img]

The bug even occurred in your test forum.
(2016-08-04, 11:34 PM)nollidnosnhoj Wrote: [ -> ]I found a bug.

When using WYSIWYG editor in Rin Editor and embed an image, it doesn't show the image, but instead shows the bbcode

[img=1400x868]http://i.imgur.com/gYm4geK.jpg[/img]

The bug even occurred in your test forum.

this bug not related with my plugin
http://community.mybb.com/thread-187492.html
(2016-08-04, 11:45 PM)martec Wrote: [ -> ]
(2016-08-04, 11:34 PM)nollidnosnhoj Wrote: [ -> ]I found a bug.

When using WYSIWYG editor in Rin Editor and embed an image, it doesn't show the image, but instead shows the bbcode

[img=1400x868]http://i.imgur.com/gYm4geK.jpg[/img]

The bug even occurred in your test forum.

this bug not related with my plugin
http://community.mybb.com/thread-187492.html

Is there a way to remove the image dimensions when embedding images ? When I test this at CKEditor, it doesn't have the image dimension options, and just embed the image without the dimensions. Is this possible, or is it out of your hands?
(2016-06-25, 03:11 AM)martec Wrote: [ -> ]
(2016-06-24, 10:42 PM)groovybluedog Wrote: [ -> ]I've tried everything and I'm still stuck with a plain BB code box but not WYSIWYG editor Confused

post here javascript error.
if not know how see javascript error so check https://codex.wordpress.org/Using_Your_B...ipt_Errors (step 3 only) and post here javascript error.

I just tried again and I still receive no editor.

Occurs on the default theme too and it is definitely enabled.

Please see screenshot

02:22:27.312 TypeError: plugin is null
CKEDITOR.plugins.load</</loadPlugins/<() plugins.js:2
CKEDITOR.resourceManager.prototype.load/<() resourcemanager.js:12
CKEDITOR.scriptLoader.load/doCallback() scriptloader.js:6
CKEDITOR.scriptLoader.load/checkLoaded() scriptloader.js:7
CKEDITOR.scriptLoader.load/onLoad() scriptloader.js:8
CKEDITOR.scriptLoader.load/loadScript/script.$.onload/<() scriptloader.js:10
1 plugins.js:2:475
Edit button at the posts work well all the time and just stopped while the console is the following info:

TypeError: a is undefined
a()
ckeditor.js: 304
CKEDITOR.replace ()
ckeditor.js: 308

Does anyone have an idea how to fix it?