[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
Renzotom
Registered User
Posts: 55
Joined: Mon Dec 25, 2017 1:47 pm

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

Post by Renzotom »

Please, how can I ex. make [glow] BB code tag to RIn Editor? So, it shows glowing text and in the Source it shows [glow]?

PS: I can't find way to add buttons in ACP, where it is?
Renzotom
Registered User
Posts: 55
Joined: Mon Dec 25, 2017 1:47 pm

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

Post by Renzotom »

Please, can someone fix that error? https://github.com/martec/Rin-Editor_fo ... /issues/26
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 »

Demo URL not work.. :?
elvirais
Registered User
Posts: 3
Joined: Sat Jan 13, 2018 11:58 pm

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

Post by elvirais »

Really great extension! The only problem I'm having is that the attachments are a bit wonky. When editing a post with multiple attachments, you can't see all of them (I see only one) so you also can't delete them. (I'm using the Ravaio theme) - anyone have any tips on bugfixing this?
User avatar
SiteSplat
Registered User
Posts: 87
Joined: Sun Sep 07, 2014 7:17 pm
Contact:

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

Post by SiteSplat »

elvirais wrote: Sun Feb 18, 2018 3:27 pm Really great extension! The only problem I'm having is that the attachments are a bit wonky. When editing a post with multiple attachments, you can't see all of them (I see only one) so you also can't delete them. (I'm using the Ravaio theme) - anyone have any tips on bugfixing this?
Hey Elv,

that's not an issue with this extension and/or premium theme related.
Its a bug introduced on phpbBB 3.2.2

Open: includes/functions_posting.php find:

Code: Select all

foreach ($attachment_data as $count => $attach_row)
add before:

Code: Select all

$attachrow_template_vars = [];
find and delete:

Code: Select all

$attachrow_template_vars = array();
Dave
- FLATBOOTS - phpBB 3.3 Flat Design - Bootstrap Framework
- Deploy an SSD cloud server in 55s. Sign up and get 2 months free.
- phpBB Community & Premium Themes & Premium Extensions
- Contact me Via PM or e-mail for Custom phpBB work and Web Development needs
🎨phpBB Professional Premium Themes🔥
elvirais
Registered User
Posts: 3
Joined: Sat Jan 13, 2018 11:58 pm

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

Post by elvirais »

SiteSplat wrote: Wed Feb 21, 2018 2:46 am Hey Elv,

that's not an issue with this extension and/or premium theme related.
Its a bug introduced on phpbBB 3.2.2

Open: includes/functions_posting.php find:

Code: Select all

foreach ($attachment_data as $count => $attach_row)
add before:

Code: Select all

$attachrow_template_vars = [];
find and delete:

Code: Select all

$attachrow_template_vars = array();
Dave
Works like a charm, thanks a lot!
Schabirosky
Registered User
Posts: 6
Joined: Sat Jan 20, 2018 9:09 am

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

Post by Schabirosky »

Is there any way to add Plugins from CKEditor like Color Button ?

On the CKEditor Homepage there are some nice Plugins, which will be good in Rin Editor...
User avatar
Miri4ever
Registered User
Posts: 608
Joined: Sat Mar 07, 2015 11:18 am
Contact:

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

Post by Miri4ever »

What did you mean with Color Button ? This Editor has already an Color-Button and you can change the Colors and Design of it very easy. Some Plugins work from the developer Site and not so hard to be added. I wrote a longer time a little bit here:

viewtopic.php?f=456&t=2427126&start=210#p14799416

about the way a few things could be added. But not everything is working and may disable your Editor if they are work. Just keep and copy of the Editors Config File if something goes wrong.

When will the Editor updated to V4.8 or V5. Just see some new releases at the developers page of the Main Editor.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
User avatar
Miri4ever
Registered User
Posts: 608
Joined: Sat Mar 07, 2015 11:18 am
Contact:

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

Post by Miri4ever »

Here is an nice new Skin for Dark Background working nice with this Editor:

https://ckeditor.com/cke4/addon/prestige

Just upload to the skin folder inside the extension and you can select easy at your ACP Settings.

Also a new nice Version of the Color Picker for your UI Colors to be selected is found here:

https://ckeditor.com/cke4/addon/uicolor

Just download and upload to your plugins folder of this extension. To enable it you must be using a little differ way as shown at the download page:

Open: rineditor_config.html

and add there:

extraPlugins:'uicolor'

Note: The Colorpicker got disabled in source mode and only work in WYSIWYG Mode.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
Schabirosky
Registered User
Posts: 6
Joined: Sat Jan 20, 2018 9:09 am

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

Post by Schabirosky »

The Color Button Addon will me allow to choose the Background Color for a Text. But i dont know how i can get it to work.

My Goal was to add an Second Colorchoose for the Background Color of the Text. I have found that the Button is in the rineditor_config.html disabled, and when i enable it, it works as i would.

But only in the WYSIWYG Editor, it produces no BBCode.

In my old Forum i use the Advanced BBCode Box with an phpBB 3.0.14 and it works with the Palette.

But in my New Forum phpBB 3.2.2 i want the same, because much PPL use the Highlight BBcode .. (this : https://forum.language-learners.org/vie ... php?t=2503 )
Dhraax
Registered User
Posts: 1
Joined: Wed Mar 07, 2018 9:06 pm

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

Post by Dhraax »

Hello,

I'm having some issues with this editor. I cant resize image, if i do the bbcode Image" with the width and height value and just put the code like "[img"]https://i.imgur.com/2488yx.png[/img]" on the preview work fine, but when its post doesnt show the image just text: "Image".
I'm using ravaio and phpbb 3.2.2
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 »

Dhraax wrote: Wed Mar 07, 2018 10:08 pm Hello,

I'm having some issues with this editor. I cant resize image, if i do the bbcode Image" with the width and height value and just put the code like "[img"]https://i.imgur.com/2488yx.png[/img]" on the preview work fine, but when its post doesnt show the image just text: "Image".
I'm using ravaio and phpbb 3.2.2
You tried without my extension?
If same thing happen without my extension so this doesn't related with my extension.
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 »

Schabirosky wrote: Fri Feb 23, 2018 7:53 pm The Color Button Addon will me allow to choose the Background Color for a Text. But i dont know how i can get it to work.

My Goal was to add an Second Colorchoose for the Background Color of the Text. I have found that the Button is in the rineditor_config.html disabled, and when i enable it, it works as i would.

But only in the WYSIWYG Editor, it produces no BBCode.

In my old Forum i use the Advanced BBCode Box with an phpBB 3.0.14 and it works with the Palette.

But in my New Forum phpBB 3.2.2 i want the same, because much PPL use the Highlight BBcode .. (this : https://forum.language-learners.org/vie ... php?t=2503 )
Sorry, but no plan to add this feature.
capitalismx
Registered User
Posts: 23
Joined: Tue Mar 15, 2016 4:24 pm

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

Post by capitalismx »

elvirais wrote: Sun Feb 18, 2018 3:27 pm Really great extension! The only problem I'm having is that the attachments are a bit wonky. When editing a post with multiple attachments, you can't see all of them (I see only one) so you also can't delete them. (I'm using the Ravaio theme) - anyone have any tips on bugfixing this?
this is phpbb bug,not ext"s
capitalismx
Registered User
Posts: 23
Joined: Tue Mar 15, 2016 4:24 pm

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

Post by capitalismx »

Can this ext update CKEditor 4 to 5 ?
CKEditor 5 looks better than 4.
Locked

Return to “Abandoned Extensions”