[ABD] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Locked
User avatar
LuigiMdg
Registered User
Posts: 143
Joined: Sat Jan 10, 2015 9:12 pm
Contact:

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by LuigiMdg »

Hi..
I'm trying to set the font = to the forum font..

I've read messages in this topic, but the solution not work for me..
Probably because I've a custom template..

I've try to change the font on content.css but not work..! :cry:
User avatar
LuigiMdg
Registered User
Posts: 143
Joined: Sat Jan 10, 2015 9:12 pm
Contact:

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by LuigiMdg »

I've added the BBcode for youtube, works in preview, but not when is published..!

Code: Select all

[youtube]{SIMPLETEXT}[/youtube]

Code: Select all

<iframe width="560" height="315" src="https://www.youtube.com/embed/{SIMPLETEXT}" "frameborder="0" allowfullscreen></iframe>
----

Now is solved..! :?:
User avatar
LuigiMdg
Registered User
Posts: 143
Joined: Sat Jan 10, 2015 9:12 pm
Contact:

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by LuigiMdg »

In the fast reply, the url of images of emoticon contain the 'folder' of the category..!
And if I try to send the fast reply I receive the error 'Too few character' :cry:
parthunter_harrison
Registered User
Posts: 7
Joined: Fri May 25, 2018 11:37 pm

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by parthunter_harrison »

Firstly the Rin Editor is great!

Right now I have enabled phpBB3 Topic/Post Reactions (viewtopic.php?f=501&t=2397266&hilit=quick). My problem is that with the Rin Editor for Quick Reply I always get the error "Your message contains too few characters."

A user in the Post Reactions Extension thread said they had the same problem with Rin but the Rin author solved it. Does anyone know this fix?
User avatar
Meis2M
Translator
Posts: 1009
Joined: Wed Mar 03, 2010 11:32 am
Location: IR.Damghan
Name: میثم نوبری
Contact:

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by Meis2M »

Hello
i install this extension:
https://www.phpbb.com/customise/db/exte ... edge_base/

in posting area of this extension there is nothing when rin editor be active

the problem is using kb :

Code: Select all

<textarea name="article_text" id="article_text" 
how can set article_text to show rin edirot in posting area in this extension?
phpBB persian international support
Follow us in Instagram
Free upgrade and install extensions on your forum - drop me PM
Ultimate phpBB SEO Friendly URL extension
cassieve
Registered User
Posts: 25
Joined: Tue Jun 12, 2018 9:34 pm

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by cassieve »

Hi there, thanks for this great extension! I have encountered an issue when this ext is enabled though, when I'm in the full editor and click on the "view more smilies" option and try to select smilies to add to my post it won't work - as in they aren't included/typed automatically in the message box for some reason, is there a fix for this please?

Edit: when I select to use the SCEditor style like Smile Box instead CKEditor style on the ext's settings the smilies work again using the prosilver theme. however the same problem happens with the pop up window with the full smilies list on my custom theme, is there a theme file I can check to verify this tool or something? Thx in advance!
quimlc
Registered User
Posts: 20
Joined: Fri Apr 24, 2015 3:54 pm

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by quimlc »

how can I make the textarea in message box transparent instead of white? because I tried remove this line in content.css:

/* Remove the background color to make it transparent */
background-color: #fff;

Also tried with

background-color: transparent;

But after replace it and crear cache still is white.

If I disable the extension then my message box is transparent, so is not because of the default css styles, so I don't know how to solve it.
martec
Registered User
Posts: 324
Joined: Sat Sep 19, 2009 2:15 pm

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by martec »

capitalismx wrote: Sat Mar 31, 2018 5:07 am Can this ext update CKEditor 4 to 5 ?
CKEditor 5 looks better than 4.
sorry but it is not possible
parthunter_harrison wrote: Sat May 26, 2018 4:09 am Firstly the Rin Editor is great!

Right now I have enabled phpBB3 Topic/Post Reactions (viewtopic.php?f=501&t=2397266&hilit=quick). My problem is that with the Rin Editor for Quick Reply I always get the error "Your message contains too few characters."

A user in the Post Reactions Extension thread said they had the same problem with Rin but the Rin author solved it. Does anyone know this fix?
viewtopic.php?f=456&t=2427126&start=255#p14826661
Meis2M wrote: Wed Jun 06, 2018 2:37 pm Hello
i install this extension:
https://www.phpbb.com/customise/db/exte ... edge_base/

in posting area of this extension there is nothing when rin editor be active

the problem is using kb :

Code: Select all

<textarea name="article_text" id="article_text" 
how can set article_text to show rin edirot in posting area in this extension?
unfortunately it is not something simple to make compatible with this plugin. It's not impossible, but I can not promise anything.
quimlc
Registered User
Posts: 20
Joined: Fri Apr 24, 2015 3:54 pm

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by quimlc »

martec wrote: Wed Jun 27, 2018 8:07 am (...)
Hey martec :) have you seen my previous question about the textarea transparency?
harris1
Registered User
Posts: 42
Joined: Thu Mar 13, 2014 11:31 am

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by harris1 »

I want to disable rin editor if I use mobile devices. I want the original editor if I use a mobile device.

I tried to modification the contents.css at js folder but nothing happened.
Please help

Thanks in Advanced.

p.s thank you for this amazing editor!
Mahdi1944
Registered User
Posts: 9
Joined: Tue Jan 10, 2017 8:56 am

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by Mahdi1944 »

Hi,
How to activate and use autosave feature?
quimlc
Registered User
Posts: 20
Joined: Fri Apr 24, 2015 3:54 pm

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by quimlc »

harris1 wrote: Sat Jun 30, 2018 4:06 pm I want to disable rin editor if I use mobile devices. I want the original editor if I use a mobile device.

I tried to modification the contents.css at js folder but nothing happened.
Please help

Thanks in Advanced.

p.s thank you for this amazing editor!
There is an option in settings where you can force to use BBCode at the beginning to mobile users:

Source Mode in Mobile
Set to yes if you want load Rin Editor in Source Mode when using mobile device.


Select Yes. I think this is better than disable the editor.

Mahdi1944 wrote: Sat Jun 30, 2018 5:02 pm Hi,
How to activate and use autosave feature?
On settings you can put Yes to this option:

Autosave Feature
Set to no if you want disable autosave feature.
harris1
Registered User
Posts: 42
Joined: Thu Mar 13, 2014 11:31 am

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by harris1 »

Hi, thanks for quick response.

if I choose NO to " Show Rin Editor in quick reply and quick edit " I have the default editor in quick reply to my mobile devices. If is yes I do not have an editor, only a whiteboard with no keyboard enable to writing. (the same thing on full mode editing)

If I uninstall the rin editor I have the default editor and it is working with mobile devices.
harris1
Registered User
Posts: 42
Joined: Thu Mar 13, 2014 11:31 am

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by harris1 »

Hi, if I change the ckeditor.js with another ckeditor.js version 4.5, for example, it is working as an editor in all mobile devices but without buttons (bold text, italic text... etc)

I think is a problem with webview and ckeditor javascipt or something like that.


Any idea master programmer? :)
User avatar
LuigiMdg
Registered User
Posts: 143
Joined: Sat Jan 10, 2015 9:12 pm
Contact:

Re: [3.2][BETA] Rin Editor for phpBB (WYSIWYG Editor) (Powerd by CKEditor)

Post by LuigiMdg »

How to delete this?
Image
Locked

Return to “Abandoned Extensions”