Page 2 of 2

Re: is TinyMCE still a possibility

Posted: Thu Sep 26, 2024 10:17 am
by musicscore
You could use ECB2.

Re: is TinyMCE still a possibility

Posted: Thu Sep 26, 2024 12:19 pm
by janvl
Thanks,

i asked AI and it recommends LISE which seems a good idea since i need it for a list of FAQs.

I have loaded ECB2 and read the helptext, i need to take a closer look for it has a load of options.

Regards,
Jan (from Austria)

Re: is TinyMCE still a possibility

Posted: Fri Sep 27, 2024 1:43 pm
by musicscore
BTW :

If you are using TinyMCE with PHP 8.x then you have to change the filemanager config :

Open \modules\tinymce\responsive_filemanager\filemanager\config\config.php

Change Line 9 :

mb_http_input('UTF-8'); to mb_http_input();