Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

JoomDoc Disables Extended Editor Features [SOLVED]
(1 viewing) (1) Guest
Support forum for users using free edition of JoomDOC. These forums are mainly for mutual help between users.

NOTE: Due to our capacity limitations, ARTIO does not monitor this forum category regularly. If you want direct support from ARTIO, please start a ticket at Support Dashboard. If you have no support ticket available, you need to purchase it.
  • Page:
  • 1

TOPIC: JoomDoc Disables Extended Editor Features [SOLVED]

JoomDoc Disables Extended Editor Features [SOLVED] 12 years, 6 months ago #24209

I've installed JoomDoc 2.0.2 on my Joomla 1.5.23 website, and as soon as I did I can no longer use the Extended Features buttons in my (JCE) content editor. As soon as I uninstall JoomDoc, however, the problem disappears.

By "extended features" I'm referring to the "Image," "Read More," "Page Break," etc. buttons featured on the bottom of any content editor. Whenever I click the buttons, the lightbox refuses to open so I can use those features.

Any and all help will be greatly appreciated, thank you.

See last post in this thread for the solution.
Last Edit: 12 years, 5 months ago by cwendt.

Re: JoomDoc Disables Extended Editor Features 12 years, 5 months ago #24373

I've had this problem on another site I've recently installed it onto. Is there a compatibility issue?

I do have one older 1.5.23 site running JoomDoc 2.0.2 just fine though... what happened?

Re: JoomDoc Disables Extended Editor Features 12 years, 5 months ago #24383

Error Located:
Disabling the "System - Mootools Upgrade" plugin fixes the problem.

However, I need that plugin enabled in order for my menu module to work. How can I make the two compatible?
Last Edit: 12 years, 5 months ago by cwendt.

Re: JoomDoc Disables Extended Editor Features 12 years, 5 months ago #24539

Ok, here's the dumb solution I found to make this work.

Explanation:
Upgraded Mootools is enabled on the front-end of the site but not in the backend.

How-To Steps:
1. Install and enable Mootools Control - Set Yes for "Disable mootools.js" and "Disable caption.js"
2. Install and enable "Google Ajax library" -- Only enable "Replace Mootools" and use Version 1.11
3. Go to plugins --> system --> mtupgrade and make a copy of "mootools.js" named "mtupgrade.js" and place it inside the /css folder of your website's template (templates/YOUR-TEMPLATE/css). Upload this to your live site.
4. Open libraries --> joomla --> document --> html --> renderer --> head.php (ALWAYS MAKE A BACKUP OF THE FILE BEFORE EDITING!)
5. Navigate to "// Generate script file links" and BEFORE this, paste:

$app = & JFactory::getApplication();
$template = $app->getTemplate();
if($template == "YOUR-TEMPLATE") {
$strHtml .= $tab.'<script type="text/javascript" src="templates/YOUR-TEMPLATE/css/mt-upgrade.js"></script>'.$lnEnd; }

Upload the new head.php and you're done.
Last Edit: 12 years, 5 months ago by cwendt.
  • Page:
  • 1
User Login Empty