Search found 963 matches

by brunoais
Fri Sep 23, 2016 6:32 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Replies: 461
Views: 1058191

Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

An extension can easily have access to the BBCode definitions in the database and it can easily change all phpBB pages. Unfortunately, the definition format used in the database is complicated to process without well-thought code. As most extension coders are not particularly good with programming i...
by brunoais
Thu Sep 22, 2016 8:12 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Replies: 461
Views: 1058191

Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

I don't get what you mean by that. What's pointless about this topic?
by brunoais
Thu Sep 22, 2016 7:13 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Replies: 461
Views: 1058191

Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

We already have that in the SCE extension. There's no need to have it in the core for something as limited as that.
by brunoais
Wed Sep 21, 2016 9:02 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Replies: 461
Views: 1058191

Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

I've never heard of a forum software that renders custom BBCodes in their rich text editor. Best to focus on core BBCodes and perhaps down the line allow to map some of the custom BBCodes to the equivalent editor's feature, such as highlighted spans, font style, etc... How about if phpBB is the fir...
by brunoais
Wed Sep 07, 2016 8:52 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Replies: 461
Views: 1058191

Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

That would be the idea...
by brunoais
Wed Sep 07, 2016 2:30 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Replies: 461
Views: 1058191

Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

Thanks. But I still could REALLY use some good help with the [ quote] tag. I'm still lost in how can I make that work with the WYSIWYG editor... Otherwise... Well.... I'll have to reduce functionality of that tag in the editor. I'll do a reaudit onto CKE and SCE once more. CKE changed a lot to bette...
by brunoais
Tue Sep 06, 2016 6:22 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Replies: 461
Views: 1058191

Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

I'm now having an internal discussion between CKE and SCE. If I go with SCE, I risk lack of support and bugfixes like it has been for too long and its single main developer has been having a too busy life. If I go with CKE, I'll have to make a couple plugins to make it decent for phpBB. As a praise ...
by brunoais
Sun May 01, 2016 9:41 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Replies: 461
Views: 1058191

Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

I advice any of you to find an algorithm to parse the quote tags in what they are unique and hardcoded in phpBB's source code. Once you find that, it should become ready for proper testing as it should have loads of errors I forgot during development.