is TinyMCE still a possibility
-
- Power Poster
- Posts: 474
- Joined: Wed Jan 25, 2006 11:53 am
- Location: Netherlands
Re: is TinyMCE still a possibility
You could use ECB2.
Re: is TinyMCE still a possibility
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)
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)
-
- Power Poster
- Posts: 474
- Joined: Wed Jan 25, 2006 11:53 am
- Location: Netherlands
Re: is TinyMCE still a possibility
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();
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();