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.
Rin Editor (Powerd by CKEditor)


Grateful to everyone who helped me in alpha and beta stage of development.
Special thanks to CKEditor and punBB (source mode editor code based in punBB).

Exclusive features:

Other features:
  • Quick Quote
  • Auto Save

Tips:
Change Log:

https://community.mybb.com/mods.php?acti...og&pid=657

Download:
http://community.mybb.com/mods.php?action=view&pid=657
https://github.com/martec/Rin-Editor/releases/latest

Demo:

https://sites.minnasuki.com/1820

popup user and password

user: test
pass: test123

user and password in test forum

user: testuser
pass: test123

How install:

Unistall any other related plugin (quick advanced editor etc)
Upload this plugin
Now install

How add spoiler button (with Rin Editor is very very easy):

1 -Go to ACP and Setting of plugin.

2 - Now you need choice what place you want add spoiler button and add spoiler word in input.

- If you want add only in quick reply and quick edit place add spoiler word in "Add new button in Clickable MyCode Editor in other place" or "Add new button in Clickable MyCode Editor with Description in other place".

- If you want add in other place that not in quick reply and quick edit place so add spoiler word in "Add new button in Clickable MyCode Editor in full mode place" or "Add new button in Clickable MyCode Editor with Description in full mode place"

3 - Upload image to new button that you created in ACP

Location to put image:

1.1.3 or above

root/jscripts/rin/editor/skins/[yourskin]/icons

1.1.2 or below

root/jscripts/rin/editor/icons

Dimension: 16x16 px, File name: Exactly same of button name, File extension: png.

so in this case file name of image is spoiler.png

4 - It's all, not has more steps, now you have spoiler button in your Rin Editor.  Big Grin

What mean with Description ??

Clickable MyCode Editor with Description ==> button like [xxx=yyy][/xxx] Ex: [spoiler=movie][/spoiler]
Clickable MyCode Editor ==> button like [xxx][/xxx] Ex: [spoiler][/spoiler]

How install new skin in Rin Editor v 1.0.4 or above:
1 - Download new skin in http://ckeditor.com/addons/skins/all -> e.g. moono-dark
2 - Extract in root/jscripts/rin/editor/skins/
3 - Rename folder and add "rin-" -> e.g. rin-moono-dark
For 1.8.20 or before
4a - Create empty css file in root/jscripts/sceditor/editor_themes with same name of step 3 -> e.g. rin-moono-dark.css
For 1.8.21 or newer
4a - Create empty css file in root/jscripts/sceditor/themes with same name of step 3 -> e.g. rin-moono-dark.css
4b - Copy 4a and rename and add "b_" -> e.g. b_rin-moono-dark.css (this is used to set black text-area)
5 - Go to ACP -> Template & Style -> Themes -> Your Theme -> Editor Style -> Choice skin that you installed (e.g. rin-moono-dark for blank textarea or b_rin-moono-dark.css for black textarea)
6 - Click in "Save Theme Properties"
7 - Repeat steps to all other themes of mybb that you using. You can select different skin for each theme.

How install new skin in Rin Editor v 0.7.0 or above:
1 - Download new skin in http://ckeditor.com/addons/skins/all -> e.g. moono-dark
2 - Extract in root/jscripts/rin/editor/skins/
3 - Rename folder and add "rin-" -> e.g. rin-moono-dark
For 1.8.20 or before
4 - Create empty css file in root/jscripts/sceditor/editor_themes with same name of step 3 -> e.g. rin-moono-dark.css
For 1.8.21 or newer
4 - Create empty css file in root/jscripts/sceditor/themes with same name of step 3 -> e.g. rin-moono-dark.css
5 - Go to ACP -> Template & Style -> Themes -> Your Theme -> Editor Style -> Choice skin that you installed (e.g. rin-moono-dark)
6 - Click in "Save Theme Properties"
7 - Repeat steps to all other themes of mybb that you using. You can select different skin for each theme.

Before report bug:

- Check if bug happen too in http://sdk.ckeditor.com/samples/bbcode.html

How report bug:

Offer steps to reproduce bug, if i not can reproduce bug, is impossible to fix.
Screenshot, video etc... help to i understand what happeining.

Answer question below:

- What browser you using?
- Bug happen too in http://sdk.ckeditor.com/samples/bbcode.html ?

People that having issue with duplicate thing:

1 - Unistall this plugin

2 - Revert to original all below template:
-showthread
-private_quickreply
-showthread_quickreply
-postbit_classic
-postbit
-post_attachments_attachment_postinsert
-calendar_addevent
-calendar_editevent
-editpost
-modcp_announcements_edit
-modcp_announcements_new
-modcp_editprofile
-newreply
-newthread
-private_send
-usercp_editsig
-warnings_warn_pm

3 - Install again.

Donate:

[Image: btn_donateCC_LG.gif]

Thanks.
Hi Martec...

Is correct 0.5.2 as latest version ?
(2016-02-28, 01:46 AM)insertco Wrote: [ -> ]Hi Martec...

Is correct 0.5.2 as latest version ?

yes samething... I forgot to change version number...
Hello sir, I'm experiencing on bug on adding custom buttons... I have 3 custom buttons added to the editor which are hide, spoiler and spotify. When I try to click one custom button, it shows only the bb code of the last custom button inserted.

[Image: 6qkgOLK.png]

I hope this will be fixed soon. I am using Google Chrome browser.
Thank you.
Great Work. Smile
0.6.1 Released

Bug Fix:
- Fix issue with extra buttons feature.

How upgrade:
You can only replace with new file, but need clean cache of browser and in cloudflare too if you use (https://support.cloudflare.com/hc/en-us/...e-my-cache- ).
Or unistall old version, upload new version and install (in this case not need clear cache)

(2016-02-28, 10:34 AM)jaydee9296 Wrote: [ -> ]I hope this will be fixed soon. I am using Google Chrome browser.

Fixed in 0.6.1. Thanks for report bug. Big Grin
(2016-02-28, 10:24 PM)martec Wrote: [ -> ]0.6.1 Released

Bug Fix:
- Fix issue with extra buttons feature.

How upgrade:
You can only replace with new file, but need clean cache of browser and in cloudflare too if you use (https://support.cloudflare.com/hc/en-us/...e-my-cache- ).
Or unistall old version, upload new version and install (in this case not need clear cache)

(2016-02-28, 10:34 AM)jaydee9296 Wrote: [ -> ]I hope this will be fixed soon. I am using Google Chrome browser.

Fixed in 0.6.1. Thanks for report bug. Big Grin

No problem! Smile

Addition... Can you add insertion of tables in the editor just like in the original ckeditor? Smile
Quote:Addition... Can you add insertion of tables in the editor just like in the original ckeditor? [Image: smile.gif]

This feature is not in MYBB default editor...
(2016-02-29, 01:31 PM)Eldenroot Wrote: [ -> ]
Quote:Addition... Can you add insertion of tables in the editor just like in the original ckeditor? [Image: smile.gif]

This feature is not in MYBB default editor...

Yes that's why I've requested this one since this is not a part of the sceditor though and I thought it might be used and added to the ckeditor. Smile
Hi martec,
I have some question:
1. First is how can i change this plugin language?
2. And how can i change this plugin's toolbar button and editor to RTL (Right To Left) ?
3.How can i add <br /> after quote in editor? Because when a quote is in editor, message start in quote!
4. This is possible to add "More" for smiles button? Because if smiles are more, show all in a page and this is not good, if add "More" Like SCEditor is very good.

Thanks for work hard Smile