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.
I removed the old version.
Error when trying to load new.
Error after installing install. plugins work but i cant setting
(2017-08-03, 05:40 PM)feilian Wrote: [ -> ]I removed the old version.
Error when trying to load new.
Error after installing install. plugins work but i cant setting

maybe you don't unistalled before upload new files.

try unistall.
and delete all entry of rin editor in mybb_settings table.
so try install again.
(2017-08-03, 06:12 PM)martec Wrote: [ -> ]
(2017-08-03, 05:40 PM)feilian Wrote: [ -> ]I removed the old version.
Error when trying to load new.
Error after installing install. plugins work but i cant setting

maybe you don't unistalled before upload new files.

try unistall.
and delete all entry of rin editor in mybb_settings table.
so try install again.

i check mybb_settings but no have rin editor table.
Does not give a unique sid i guess.
I do not know how to solve
(2017-08-05, 02:03 PM)feilian Wrote: [ -> ]
(2017-08-03, 06:12 PM)martec Wrote: [ -> ]
(2017-08-03, 05:40 PM)feilian Wrote: [ -> ]I removed the old version.
Error when trying to load new.
Error after installing install. plugins work but i cant setting

maybe you don't unistalled before upload new files.

try unistall.
and delete all entry of rin editor in mybb_settings table.
so try install again.

i check mybb_settings but no have rin editor table.
Does not give a unique sid i guess.
I do not know how to solve

i ask help to other user, because i do not know how to solve your problem. https://community.mybb.com/thread-211844...pid1280622
@feilian
when you look at the plugins page, does Rin Editor appear as installed ?
what is your forum url ? would you like to PM me temporary access to the database & forum admin panel to check ..
I think there may be an issue with the regex of the Rin Editor regrding empty brackets. If you put in source code as following and then hit preview, the rin editor removes the emptry brackets
lst = []
for i in range(5):
    lst.append(i)
 
print(lst)

to this
lst = 
for i in range(5):
    lst.append(i)
 
print(lst)

I know its with the Rin Editor as it does not occur if i deactivate the Rin Editor, it retains the empty brackets.
(2017-08-18, 06:12 PM)metulburr Wrote: [ -> ]I think there may be an issue with the regex of the Rin Editor regrding empty brackets. If you put in source code as following and then hit preview, the rin editor removes the emptry brackets

Unfortunately this editor does not support empty tag.
you can check in http://sdk.ckeditor.com/samples/bbcode.html that same issue will happen.
0.8.10 Released

Bug Fix:
- Fixed issue with font tag (reported here https://www.phpbb.com/community/viewtopi...#p14811921)

How update:
- Unistall old version.
- Upload new version.
- Install new version.
(2017-08-19, 07:42 AM)martec Wrote: [ -> ]
(2017-08-18, 06:12 PM)metulburr Wrote: [ -> ]I think there may be an issue with the regex of the Rin Editor regrding empty brackets. If you put in source code as following and then hit preview, the rin editor removes the emptry brackets

Unfortunately this editor does not support empty tag.
you can check in http://sdk.ckeditor.com/samples/bbcode.html that same issue will happen.

Would there be a way to tweak it to not do this? Or would the whole editor have to be redone?
(2017-08-29, 02:06 AM)metulburr Wrote: [ -> ]Would there be a way to tweak it to not do this? Or would the whole editor have to be redone?

It is not possible, and I have no control over that part of the code.
What you can to do is contact ckeditor directly and ask not to remove empty tag in the bbcode plugin of ckeditor.