Blog Sections Open

Adding a YouTube Button to the Full TinyMCE Toolbar in Evolution CMS

If a TinyMCE plugin button appears only in the individual setup, you need to update the preset toolbar configuration, not just register the plugin.

Custom TinyMCE plugins can appear to work correctly and still remain invisible in one of the standard toolbar presets. That usually means the plugin is registered, but the preset toolbar configuration does not include the new button.

What to check

  • plugin registration in the TinyMCE config
  • the exact toolbar rows used by the full preset
  • whether the preset overrides the individual configuration entirely

In other words, adding the plugin is only half the job. The chosen preset also has to include the corresponding button in its toolbar definition.

Newer post

Ordering News by the Right Dates When Resources Were Created in Bulk

How to restore meaningful chronology in a news section after many resources were created on the same day.

Older post

Submitting a Custom Modal Form with ajaxSubmit Without Losing Server Validation

How to keep a custom form inside a modal and still preserve real server-side validation and response handling with ajaxSubmit.