We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

TinyMCE not showing up

Development and Programming

kingdoz's avatar
kingdoz
45 posts
18 years ago
kingdoz's avatar kingdoz

I have succesfully installed the TinyMCE extension, and it is showing as enabled in the extensions section but it doesnt show up on the publish pages… any ideas why?

[Moderator Edit: Moved to Extensions Technical Assistance]

       
kingdoz's avatar
kingdoz
45 posts
18 years ago
kingdoz's avatar kingdoz

doh, im stupid, didnt choose to enable it… youd think clicking a button called “enable extensions” would enable the extensions wouldnt you

once again, EE’s dodgy interface lets itself down

       
JohnD's avatar
JohnD
114 posts
18 years ago
JohnD's avatar JohnD

What’s dodgy about it?

       
Martin Berglund's avatar
Martin Berglund
9 posts
17 years ago
Martin Berglund's avatar Martin Berglund

Thought I would wake this thread up instead of making another one just like it.

I am running EE 1.6.0, Build: 20070705 and I am having trouble displaying tinyMCE. tinyMCE is installed at the root of my server, and the extension and language files are uploaded to their respective folders within the EE system. Extensions are enabled and the tinyMCE extension is also enabled (see attachment). Cache is also emptied several times. I have tried both Firefox and Camino (Mac).

Still nothing is showing up in the publish area. Are there any settings, tips or tricks I have not tried yet?

All help is much appreciated 😉

       
JohnD's avatar
JohnD
114 posts
17 years ago
JohnD's avatar JohnD

To help I would need to see your tinyMCE settings. If you like, you could take a look at a related thread where I published my settings. Just delete the plug-in calls for those you don’t have or need.

       
Martin Berglund's avatar
Martin Berglund
9 posts
17 years ago
Martin Berglund's avatar Martin Berglund

Thank you for the quick reply. I have not read or understood too much of the settings yet, but my settings are like this:

URL of Tiny MCE Script: http://macbruker.com/tinymce/jscripts/tiny_mce/tiny_mce.js

Tiny MCE Configuration:

mode : "textareas",
theme : "simple"

I checked that the tiny_mce.js loades correctly through the Safari Activity Window. Site is set to offline, so only I can see what is going on behind the curtain while I am logged in.

       
JohnD's avatar
JohnD
114 posts
17 years ago
JohnD's avatar JohnD

Have you looked at the settings I published? (See link in my previous reply.) If what you are showing is ALL you have in your settings, it will not work. You need something like:

tinyMCE.init({
    mode : "textareas",
    theme : "simple"
});
       
Martin Berglund's avatar
Martin Berglund
9 posts
17 years ago
Martin Berglund's avatar Martin Berglund

I am aware of that, so I checked the source of my publish page in the browser just to be sure, and I think your start and finish lines are automaticly added.

At least this is the snippet about tinyMCE in my source:

//<![CDATA[
    tinyMCE.init(
    {
        mode : "textareas",
        theme : "simple"
    }
);
//]]>

I’ll try to disable the extension and re-upload the two needed files to my server.

Edit: I’ll leave the problem for some hours now, just to clear my head. The hours spent are not worth it if I keep walking down the same problem path every try. Thanks for your help so far.

If there are any other EE CP settings or .htaccess conflicts I should be aware of when trying to enable the tinyMCE extension, just shout it out 😊

       
Chris Jennings's avatar
Chris Jennings
87 posts
17 years ago
Chris Jennings's avatar Chris Jennings
I checked that the tiny_mce.js loades correctly through the Safari Activity Window.

Try another browser, because the TinyMCE support for Safari is not perfect…

CJ

       
Martin Berglund's avatar
Martin Berglund
9 posts
17 years ago
Martin Berglund's avatar Martin Berglund

I am aware of the browser support issues concerning TinyMCE. My use of Safari was just to see what resources was loaded on the publish page through the Activity Window.

Since it’s my own site I am working on, I have decided to let go of the tinyMCE problem and focus on getting my site online soon. Thanks for getting involved, I bet the solution wasn’t too far away 😉

       
JohnD's avatar
JohnD
114 posts
17 years ago
JohnD's avatar JohnD

This is starting to look like a bug.

When I use your settings via the SAEF, they work fine!

In the CP publish area, the same settings do not work AND the closing part, namely //]]>, of the

//<![CDATA[ … //]]> inserted by EE appears in the top of the rendered page. Same on Firefox.

Martin, do you see this too?

The only differences between the source of the tinyMCE snippets from CP Publish page and the source of my SAEF, are this pair of codes.

Hopefully one of the EE tech support people will become involved?

EDIT: Actually, what shows up in the rendered CP Publish page is } ); //]]>, not just //]]>

       
JohnD's avatar
JohnD
114 posts
17 years ago
JohnD's avatar JohnD

Bump - is anybody from tech support reading this?

       
Derek Jones's avatar
Derek Jones
7,561 posts
17 years ago
Derek Jones's avatar Derek Jones

The extension with the latest version of TinyMCE appears to be working fine in Firefox, Camino, and WebKit Nightlies. TinyMCE does not support Safari.

       
JohnD's avatar
JohnD
114 posts
17 years ago
JohnD's avatar JohnD

Derek - I guess I pissed you off so badly by cross-posting from the bug forum, that you decided not to read my reply of 27 August 2007 04:28 PM to this thread?

So, if I may, I will itemize the parts from that posting which I believe are germane:

  1. This problem shows up using the settings proposed by Martin Berglund, when used via the Publish CP (I have not tried the Edit CP), but
  2. The identical settings work perfectly from the SAEF
  3. A stated in my post, the problem DOES show in Firefox.
  4. Alternative settings may or may not work. I have tried a number, but Berglund’s settings never work.
  5. The symptoms of the problem are:
    • tinyMCE does not “attach” to the textarea and
    • the characters } ); //]]> appear immediately above the CP window.
  6. If you are interested in helping to verify this, I suggest you try Berglund’s settings, because I have got other settings to work. If you get a satisfactory result I will accept that this is a tinyMCE problem and nothing to do with EE.

My build is 20070815

I apologize for cross-posting to get attention.

PS -puzzled by the purpose of your link to the tinyMCE compatibility page, since it shows Safari as “OK” under 10.4. Slightly irrelevant since the bug shows under Firefox??

       
Derek Jones's avatar
Derek Jones
7,561 posts
17 years ago
Derek Jones's avatar Derek Jones

I’m not pissed off, JohnD, that’s simply not helpful to post a topic in any forum with no content other than a link to another thread. Especially in the bug forum, if you want positive attention from the staff, please follow the posted guidelines for the forums.

I’m using default TinyMCE settings, and it works. Using Martin’s settings works fine as well. Just for clarification, as Martin pointed out, the settings in the Extension Manager, do not use the ‘tinyMCE.init(…’ portion as the extension outputs that for you.

So the relevant questions are: what version of TinyMCE do you have installed? Have you downloaded the tinyMCE extension again to make sure you have the most up-to-date code? What version and build of EE are you running? What other extensions do you have installed?

PS -puzzled by the purpose of your link to the tinyMCE compatibility page, since it shows Safari as “OK” under 10.4. Slightly irrelevant since the bug shows under Firefox??

No, it shows “OK(3)”, and if you follow the footnote, you’ll find: “(3) - Latest nightly build of webkit works “OK”. You can disable TinyMCE for this browser by using the browsers setting.” It’s relevant since it had not been definitively stated in this thread, only intimated by Chris Jennings.

       
1 2

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.