You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#101534 Use JCE Media Manager with Tiny MCE

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Wednesday, 06 May 2020 12:22 BST

Webatelier47
Hi,

For some reason like the way JCE display XTD Button i need to use tiny mce as editor ! Is it possible and how to use with it the JCE media manager ?

Thanks.

Ryan
JCE Pro 2.8.0 includes a new option to display the editor-xtd buttons in a dropdown in the editor toolbar. See this post -

You can download JCE Pro 2.8.0 RC18 for testing here -
https://www.joomlacontenteditor.net/downloads/editor/pro/development

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Webatelier47
Oh yesssssss, very cool, thanks.

You make my day !

Ruslan518
Hello!

How to use Tiny MCE with it the JCE media manager for images tab?

In my situation i need to just replace Joomla image manager. Thanks!

Ruslan518
In my site from front-end registered users can add articles. I need that they use Tiny MCE by default. So how to replace joomla media manager to JCE manager forcibly??

Ryan
The JCE File Browser will replace Joomla Media Field instances of the Joomla Media Manager when the editor is also loaded (such as when creating or editing an article). It is currently not possible to use it outside of this context. You could experiment with this yourself by making a change to plugins/system/jce/jce.php, by removing lines 100 - 102, eg:

if ($user->getParam('editor', $config->get('editor')) !== 'jce') {
    return true;
}
Please note that any chnage you make will be removed when you update JCE. This change will not affect the Image button in the Tinymce toolbar.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.