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.
This doesnt show editor in quick reply and quick edit in threads of forums where xthreads field is applied. I am using download system of xthread.
If you are using a custom xThreads template it is possible that the plugin variable is missing as xThreads basically just hijacks the template, but most plugins should work as usual.
1.1.5 Released

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

Before:
[Image: DIt5SOi.png]

After:
[Image: Bb61kHu.png]

How update:
1.0.5 or above:

1 - Replace the files with new version
Ps. No changes made in config.js since 1.0.5 (https://github.com/martec/Rin-Editor/blo.../config.js). You can keep your customized version of this file as long as the base version is greater than 1.0.5

2 - Open and edit:
Home » Template Sets » Global Templates » Edit Template: rinbutquick

Find:
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/rin/editor/rineditor.js?ver=x.x.x"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/rin/editor/ckeditor.js?ver=x.x.x"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/rin/editor/adapters/jquery.js?ver=x.x.x"></script>

Replace x.x.x with new version number.

1.0.5 or below:

- Unistall old version.
- Upload new version.
- Install new version.



(2021-01-01, 07:24 PM)Dr_The_One Wrote: [ -> ]This doesnt show editor in quick reply and quick edit in threads of forums where xthreads field is applied. I am using download system of xthread.

is there an error in the browser console?
1....There is no any browser console error. As Omar said, it is not working with templates using custom thread filed with threads plugin..
But there is no any custom thread field for the quick reply and quick edit.

2...How to find a special character as mention in 1.1.5 upgrade?

3....I added Imgur API Client ID in ACP. Images were uploaded but why it not shown in my Imgur account?

4....In plugins like mydownloads by diogo, this editor is not shown there in the text area. It displays default editor.
How to apply rin editor in that?
Might many third party plugin which have textarea may not have rin editor.
Please guide.
Thank you.

5... Why table width is lost as the post is saved. It remain align-left always. I have to add kept align="center" for keep table in center but i think width is not maintain as per entered by user.
https://prnt.sc/wes46l
(2021-01-02, 01:17 PM)Dr_The_One Wrote: [ -> ]1....There is no any browser console error.

So it gets kind of difficult. And I don't use this plugin and I have no idea what kind of modification this plugin makes.

(2021-01-02, 01:17 PM)Dr_The_One Wrote: [ -> ]2...How to find a special character as mention in 1.1.5 upgrade?

button below in rin editor
[Image: ifKmkbY.png]

(2021-01-02, 01:17 PM)Dr_The_One Wrote: [ -> ]3....I added Imgur API Client ID in ACP. Images were uploaded but why it not shown in my Imgur account?

why this is only basic integration... you need ask to someone to made more complex plugin like this of phpBB https://www.phpbb.com/customise/db/extension/imgur/

(2021-01-02, 01:17 PM)Dr_The_One Wrote: [ -> ]4....In plugins like mydownloads by diogo, this editor is not shown there in the text area. It displays default editor.
How to apply rin editor in that?
Might many third party plugin which have textarea may not have rin editor.
Please guide.
Thank you.

plugin above is paid plugin... You need ask support with whom you purchased it ... I don't have access to the code for this plugin. Or you give another example of a free plugin with the same situation.

(2021-01-02, 01:17 PM)Dr_The_One Wrote: [ -> ]5... Why table width is lost as the post is saved. It remain align-left always. I have to add kept align="center" for keep table in center but i think width is not maintain as per entered by user.
https://prnt.sc/wes46l

because width of table doesn't supported for now. maybe in future and....
[Image: sGShZuz.png]
Thank you martec.
+1.
Started using this in our forum, works great! Is there any plans to include Giphy search in the future?
(2021-01-03, 11:56 AM)Loller Corleone Wrote: [ -> ]Started using this in our forum, works great! Is there any plans to include Giphy search in the future?

use this here https://community.mybb.com/thread-230566...pid1359845
Thanks, martec for this excellent plugin.
btw How to change theme?
+1.
(2021-01-03, 04:14 PM)Dr_The_One Wrote: [ -> ]Thanks, martec for this excellent plugin.
btw How to change theme?
+1.

hi...

to change skin:

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.

more detail in first post of this thread.