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.
(2021-01-05, 01:07 PM)Dr_The_One Wrote: [ -> ]Suppose, my added font not installed in other users PC then which font will be applied?
Is it possible that it can pick up another font?
e.g 'NexusSans Regular/NexusSans Regular, sans-serif';

if user doesn't has the NexusSans Regular, the system suppose to use the sans-serif font.

(2021-01-05, 01:07 PM)Dr_The_One Wrote: [ -> ]In 1.1.6...
The table is not centralized and also width is not shown as per set. I sett 500 as width but it fills the whole width.
https://prnt.sc/wgreqm
https://prnt.sc/wgrf7t

for me working fine... and your bbcode output of editor looks correct... then the problem is probably not related to the editor....
probably some your modification of mycode. try using without modifying "mycode". The default mycode of this editor is here https://community.mybb.com/thread-189422...pid1359682

[Image: HsXjdwj.png]
[Image: SguVpr4.png]
[Image: 6RVN5aR.png]
It works...
Is there any way to keep text in the table as vertical-align middle?
1.1.7 Released

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

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-06, 05:46 AM)Dr_The_One Wrote: [ -> ]It works...
Is there any way to keep text in the table as vertical-align middle?

sorry but i won't be able to tell you. maybe with enter before and after the text.
This plugin removes editor in symposium - private message plugin of shade and other plugin where code editor in use for message.
As I deactivate this plugin, code ediotr appear.
It is looking strange.
(2021-01-07, 04:44 PM)Dr_The_One Wrote: [ -> ]This plugin removes editor in symposium - private message plugin of shade and other plugin where code editor in use for message.
As I deactivate this plugin, code ediotr appear.
It is looking strange.

If you're saying about it https://community.mybb.com/thread-225144.html you have to ask @Shade for help.
Sorry but I can't do anything about it, I don't have source code because this is a paid plugin.

(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.

This i checked yestarday....
if you saying about that http://mybbhacks.zingaburga.com/showthre...293&page=1, so you must update all template of this tutorial to make compatible with 1.8... Failure to do so will generate several errors on the console, as the template of the tutorial is based on mybb 1.6.

After you make all necessary updates edit "dld_showthread" template.

Find:
{$footer}

Replace:
{$footer}{$rinbutquick}
Thanks for xthread help. It works.
I will message @Shade for that.
+1.

As per his reply, this is related to rindeditor. He cant give support for it.
(2021-01-08, 03:42 AM)Dr_The_One Wrote: [ -> ]As per his reply, this is related to rindeditor. He cant give support for it.

Sorry but I can't do anything about it, I don't have source code because this is a paid plugin.
So, this is impossible to fix. I am not going to buy something that I am not going to use to fix a problem.
Martec, is possible to somehow hide my custom buttons in quick reply area? Something like we have for other buttons.
Ok@Martec.
Thank you.
(2021-01-08, 12:31 PM)Eldenroot Wrote: [ -> ]Martec, is possible to somehow hide my custom buttons in quick reply area? Something like we have for other buttons.

What I remember is that you can customize this depending on what you put in "full mode place" and "other place" in setting of ACP.

(2021-01-08, 12:37 PM)Dr_The_One Wrote: [ -> ]Ok@Martec.
Thank you.

It probably won't solve the problem but you can try to disable my plugin in a private message. So maybe the default editor of mybb (sceditor) should work.

Try

Edit https://github.com/martec/Rin-Editor/blo...editor.php

Line 794 https://github.com/martec/Rin-Editor/blo...r.php#L794

Find:

$plugin_local = array($enbq, 'calendar_start', 'editpost_start', 'modcp_start', 'newreply_start', 'newthread_start', 'private_start', 'usercp_start', 'warnings_start');

Replace:

$plugin_local = array($enbq, 'calendar_start', 'editpost_start', 'modcp_start', 'newreply_start', 'newthread_start', 'usercp_start', 'warnings_start');