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.
(2016-10-28, 10:13 PM)mikemayday Wrote: [ -> ]Hello! Small thing to report:

One bug is noted in the console: the editor calls for:

/jscripts/rin/editor/skins/rin-moonocolor/skin.js

That file is not there.

thanks for report.
i will investigate.
I can confirm that
@martec - can you add a better quick quote? I mean something like that - when you select the text, the button for quick quote popup.

You can check it out here:
https://discuss.flarum.org/d/697-devflar...-server/68

just select any text in post
@martec - bug report

- when you use quick quote -> it automatically add a <br> after the quoted content
- but when you use "reply button" -> no <br> after quoted content

So, it woudl be nice to remove the <br> from quick quote

Another bug:
- still an error in console about missing skin

I am looking for a fix
(2016-12-10, 11:45 AM)Eldenroot Wrote: [ -> ]@martec - bug report

- when you use quick quote -> it automatically add a <br> after the quoted content
- but when you use "reply button" -> no <br> after quoted content

So, it woudl be nice to remove the <br> from quick quote

i made test in my forum, but It depends on how you selected the text.

(2016-12-10, 11:45 AM)Eldenroot Wrote: [ -> ]Another bug:
- still an error in console about missing skin

I am looking for a fix

https://github.com/martec/Rin-Editor/issues/12
Thank you for your feedback!
0.7.3 Released

Bug Fix:
- Fix issue with style https://github.com/martec/Rin-Editor/issues/12

Enhancement
- Quick Quote enhancement (coordinates and style based in code of mybb 2 https://github.com/mybb/mybb2/blob/maste...in.js#L447) https://github.com/martec/Rin-Editor/issues/5

[Image: tsI4Hh8.png]

How update:
- Unistall old version.
- Upload new version.
- Install new version.
Thank you, really good¨!

Just two questions:
- is possible to translate the "Reply" via lang file
- is possible to add a font awesome icon before the "Reply"? I checked your code, it should be doable with :before tag?
(2016-12-13, 02:58 PM)Eldenroot Wrote: [ -> ]- is possible to translate the "Reply" via lang file

no, because this plugin using same language string of "reply" button. maybe in next version.

(2016-12-13, 02:58 PM)Eldenroot Wrote: [ -> ]- is possible to add a font awesome icon before the "Reply"? I checked your code, it should be doable with :before tag?

yes possible. something like <i class="fa"></i> before language string. and in quickquote.css add something

.rin-qc i:before {
font-size:12px;
color:#fff;
content:"\f112";
}
Unfortunately I cannot select text with smilies Sad to make a quick reply