[ABD] WYSIWYG SCEditor for phpBB 3.1

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.
User avatar
cYbercOsmOnauT
Registered User
Posts: 362
Joined: Wed Jun 16, 2004 8:22 am
Location: Goettingen, Germany
Name: Tekin Birdüzen

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by cYbercOsmOnauT »

I tried it and it worked just fine.
phpBB-installation and reparation. Prof. PHP coding with function guarantee. Just contact me at: [email protected].
Ex-German Support Team Member | phpBB Development Environment
bvetter
Registered User
Posts: 10
Joined: Sun Jan 08, 2017 3:14 pm
Location: Berlin, Germany
Contact:

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by bvetter »

I get the following error on 3.2:
Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'amzecho_phpbb_test2.phpwg_smilies.code' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [1055]
https://www.alefo.de - the inofficial german alexa and echo community
https://www.gassistant.de - the inofficial german google assistant community
SNE
Registered User
Posts: 26
Joined: Thu Dec 15, 2016 11:50 am

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by SNE »

There was a problem with youtube http to https.

cosmo\sceditor\migrations\bbcodedata.php
Line 249

Replace

Code: Select all

'bbcode_tpl' => '<iframe width="560" height="315" src="http://www.youtube.com/embed/{SIMPLETEXT}?wmode=opaque" data-youtube-id="{SIMPLETEXT}" frameborder="0" allowfullscreen></iframe>',
With

Code: Select all

'bbcode_tpl' => '<iframe width="560" height="315" src="https://www.youtube.com/embed/{SIMPLETEXT}?wmode=opaque" data-youtube-id="{SIMPLETEXT}" frameborder="0" allowfullscreen></iframe>',
---------------------------------

Line 253

Replace

Code: Select all

'second_pass_replace' => '<iframe width="560" height="315" src="http://www.youtube.com/embed/${1}?wmode=opaque" data-youtube-id="${1}" frameborder="0" allowfullscreen></iframe>'
With

Code: Select all

'second_pass_replace' => '<iframe width="560" height="315" src="https://www.youtube.com/embed/${1}?wmode=opaque" data-youtube-id="${1}" frameborder="0" allowfullscreen></iframe>'
---------------------------------

Check in ACP / posting bbcodes if [youtube] is SSL(https)

Code: Select all

<iframe width="560" height="315" src="https://www.youtube.com/embed/{SIMPLETEXT}?wmode=opaque" data-youtube-id="{SIMPLETEXT}" frameborder="0" allowfullscreen></iframe>
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by Paul »

This topic has been marked as [ABD] - Abandoned as the extension author has not been active recently. If the extension author wishes to continue development, please PM anyone on the Extensions Team to request this topic be unlocked.

Notice!
We do not recommend that a user of the phpBB software install this extension, or any other extension that is marked as “abandoned” or “in development”, on a live forum. Doing so may cause your forum to not perform in the manner it should.


Thank you,
The phpBB Extensions Team
Locked

Return to “Abandoned Extensions”