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.
(2019-06-16, 04:18 AM)Mixy Wrote: [ -> ]Hi again, I'm the owner from that forum
We are currently using the 0.9.6 version. I tought the problem was something relating the way the WPS office "codes" the text and how the CKEditor read it... but the user made a test in the CKEditot demo test web and the text currently displays correctly. So we don't know if there's a bug related or if it's a config problem.

hi....

thanks for report...
i will fix in next version...
but for now no ETA...
0.9.7 Released

Bug Fix:
- fixed parser issue (reported here https://community.mybb.com/thread-189422...pid1329566)
- fixed size tag issue (reported here https://community.mybb.com/thread-189422...pid1330682)

How update:
- Unistall old version.
- Upload new version.
- Install new version.
Thanks a lot for the issue fixing!

Since -I assume- new users or at least normal users don't have permitions for MP, I remember posts behind you said customization as new fonts or color box is just for paid support. How cost the addition of new fonts? And since the forum limitations is any other way I can contact you for this?
(2019-06-21, 06:03 AM)Mixy Wrote: [ -> ]Thanks a lot for the issue fixing!

Since -I assume- new users or at least normal users don't have permitions for MP, I remember posts behind you said customization as new fonts or color box is just for paid support. How cost the addition of new fonts? And since the forum limitations is any other way I can contact you for this?

are you tried something like https://community.mybb.com/thread-189422...pid1218337 ?
how to change border color ?

I use 3 styles with 3 colors and I would change the color, So how Please ?
I've updated to 0.9.7, and so far, it looks as though this issue is fixed Big Grin .

Thanks!
Hello how i can add button when i must have code like this:

[hide cost="9"]
[hide]
(2019-07-20, 06:40 PM)Swir Wrote: [ -> ]Hello how i can add button when i must have code like this:

[hide cost="9"]
[hide]

sorry, but doesn't support something like above...
Hi guys, I just updated to your latest version, thank you for a great support!

I have one small question - what is the css class for changing background color of ckeditor text area? Thank you very much!
(2019-07-28, 04:48 PM)Eldenroot Wrote: [ -> ]Hi guys, I just updated to your latest version, thank you for a great support!

I have one small question - what is the css class for changing background color of ckeditor text area? Thank you very much!

you can change background color of ckeditor using something below

<style type="text/css">
textarea.cke_source {
	background-color: #222222 !important;
	height: 100% !important;
	width: 100% !important;
	color: #eeeeee !important;
}
.cke_wysiwyg_frame {
	background-color: #222222 !important;
}
</style>