Page 5 of 29

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Sun Jul 05, 2015 3:34 pm
by cYbercOsmOnauT
SCEditor is shown in 26 different languages now.

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Thu Jul 09, 2015 9:37 am
by R00f
any news? (RC?)

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Thu Jul 09, 2015 9:40 am
by cYbercOsmOnauT
I don't know how far the extensions team is with my thing here.. and as long as I don't have the custom bbcodes parsed I don't want to flag it RC. ;)

Atm I just have less time for it because I have to finish a big order before we go on holiday :)

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Thu Jul 09, 2015 12:20 pm
by lknhan
Now Can I add this extension to live board?

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Thu Jul 09, 2015 12:22 pm
by cYbercOsmOnauT
That depends on you... most stuff is in it... two major things left
  • An ACP page where you can setup how it should look like for normal posts and quickreply and where you can enable or disable it
  • Showing custom bbcodes in a good way inside the html editor
The extension as it is atm is running on a live board without problem. But this guy doesn't have tons of custom BBCodes ;)

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Sat Jul 11, 2015 6:40 pm
by cYbercOsmOnauT
SCEditor considers enabled/disabled smilies

On enabled smilies it also reacts on the clicks on the checkbox "Disable smilies".

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Sat Jul 11, 2015 10:23 pm
by nextgen
Bookmarked... :)

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Sat Jul 11, 2015 11:43 pm
by cYbercOsmOnauT
SCEditor considers enabled/disabled BBCode

On enabled BBCode it also reacts on the clicks on the checkbox "Disable BBCode".

I don't really like the JS I wrote inside overall_footer_after.html. I think I will rewrite it soon with closures.

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Sun Jul 12, 2015 6:48 am
by lknhan
Why It show version 1.3.2 when I add this extetion? now: 1.5.0

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Sun Jul 12, 2015 6:58 am
by lknhan
I add this extention. But it now show when post topic? and don''t see in ACP?
Help me

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Sun Jul 12, 2015 8:34 am
by cYbercOsmOnauT
As you can maybe see in my first post there is no ACP page atm. I will work on it when I find time.

@Ikhan: My bad.. I forgot to update the composer.json - Fixed. Thanks!

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Mon Jul 13, 2015 3:24 am
by lknhan
After using for some time. If I remove " SCEditor" is all posts had using this extension have keep the formatting ?

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Mon Jul 13, 2015 9:51 am
by cYbercOsmOnauT
I am not sure if the revert_data method inside the migrations is called upon uninstallation or upon "Delete data". As long as you don't delete the BBCodes provided by the extension or you didn't even use them there is no problem.

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Mon Jul 13, 2015 10:19 am
by FomenkoAndrey
updated to the last version.
no errors.
extention dosnt work at all.

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Posted: Mon Jul 13, 2015 10:22 am
by javiexin
cYbercOsmOnauT wrote:I am not sure if the revert_data method inside the migrations is called upon uninstallation or upon "Delete data". As long as you don't delete the BBCodes provided by the extension or you didn't even use them there is no problem.
The revert_data method is triggered on extension Purge (Delete data). Nothing is triggered on extension Disable (from migrations).