CF7: TinyMCE Buttons

How to restore missing TinyMCE buttons in ChronoForms under Joomla 5.

Overview

The issue occurs because the TinyMCE editor configuration in CF is not fully compatible with the updated editor in Joomla 5.
Update the TinyMCE configuration file to include the necessary plugin names and adjust the toolbar settings in the TextArea element to match the new editor's requirements.

Answered
ChronoForms v7
Co Colnem 11 Jan, 2025

Hi Max

I use now Joomla5 with CF7

Some buttons of Rich Text Format Editor doesn't appear in the Toolbar. These buttons appear editing a Joomla article, but not under CF7.

Button code from exemple doesn't appear IN Text Area element...

CF7: TinyMCE Buttons image 1

CF7: TinyMCE Buttons image 2

These buttons appeared in Joomla4.

Is it possible to fix this problem?

Thanks

Max_admin Max_admin 11 Jan, 2025

Hi Colnem

I think the editor version in Joomla 5 is higher than Joomla 4, are you sure the buttons names (plugins names) are the same ?

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Co Colnem 11 Jan, 2025
Answer

Hi

Thanks for your answer

I fix the problem;

1 - Modifying file plugins/system/chronog3/assets/js/g3.tinymce.js like this:

 line26:               'autolink lists link image charmap print preview hr anchor pagebreak','code','visualblocks','link','image',

2 - in TextArea element, modifying Toolbar tools like this:

code | undo redo |   styles |  bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | forecolor backcolor | hr

and it's good for me:

CF7: TinyMCE Buttons image 3

What do you think about my fix?

Max_admin Max_admin 11 Jan, 2025

Hi Colnem

That's good, I think the code change is needed for the new editor version in Joomla 5

Thank you for sharing it!

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Co Colnem 12 Jan, 2025

Thanks

I think they are other plugins to add in 26/29 lines file and Textarea Element.

I didn't test all buttons. Just buttons I need.

Bye

This topic is locked and no more replies can be posted.