Page 1 of 1

TinyMCE installed but not showing

Posted: Thu Jun 21, 2007 5:44 pm
by steve
Hi all,

I'm running the latest cmsms and have installed tinyMCE but when I go to edit a page tinyMCE doesn't show. I have it selected in my user prefs and permissions.

I have fond this problem in the forums a few times but only one with a solution:
http://forum.cmsmadesimple.org/index.ph ... 258.0.html

Some code was inserted by the sever in to the header.  Here is my code but i don't really know what I'm looking for.

Code: Select all

<head>
<meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-6 Ted Kulp. All rights reserved." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<title>Edit Page: test</title>
<link rel="stylesheet" type="text/css" href="style.php" />

		<__script__ type="text/javascript" src="http://www.firstspace.co.uk/modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php"></__script>
		<__script__ type="text/javascript" src="http://www.firstspace.co.uk/modules/TinyMCE/tinyconfig.php"></__script>
    
<__script__ type="text/javascript" src="themes/default/includes/standard.js"></__script><__script__ type="text/javascript" src="../lib/scriptaculous/prototype.js"></__script><__script__ type="text/javascript" src="../lib/scriptaculous/scriptaculous.js"></__script><__script__ type="text/javascript" src="../lib/scriptaculous/cmsext.js"></__script>	<__script__ type="text/javascript">
	<!--
var xajaxRequestUri="http://www.firstspace.co.uk/admin/editcontent.php?content_id=58&page=";
var xajaxDebug=false;
var xajaxStatusMessages=false;
var xajaxWaitCursor=true;
var xajaxDefinedGet=0;
var xajaxDefinedPost=1;
var xajaxLoaded=false;
function xajax_ajaxpreview(){return xajax.call("ajaxpreview", arguments, 1);}
	-->
	</__script>
	<__script__ type="text/javascript" src="../lib/xajax/xajax_js/xajax.js"></__script>
	<__script__ type="text/javascript">
	<!--
window.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\nURL: ../lib/xajax/xajax_js/xajax.js'); } }, 6000);
	-->
	</__script>

<base href="http://www.firstspace.co.uk/admin/" />
</head>  
Any ideas?

Re: TinyMCE installed but not showing

Posted: Fri Jun 22, 2007 10:04 am
by stopsatgreen
When I had this problem I found an easier solution: Extensions > TinyMCE and uncheck 'Use TinyMCE compression module'.

This solved the problem some of my clients had when they were using IE.

Re: TinyMCE installed but not showing

Posted: Sat Jun 23, 2007 10:21 am
by steve
Thanks for your reply Stopsatgreen, I gave it a go but no joy.

Re: TinyMCE installed but not showing

Posted: Sat Jun 23, 2007 5:11 pm
by Michael AC
Hi,

maybe kind of browser problem? Sometimes Opera rejects working with wysiwyg editors...

Did it work before anyway? Gave FF/IE a try?

Regards from Germany
Michael AC

Re: TinyMCE installed but not showing

Posted: Sat Jun 23, 2007 8:30 pm
by tkeil69575
I have the same issue with IE (havent tried other browsers yet) ... if I disable the tinymce compression (using tinymce 2.0.5) then all is fine, as soon as I turn it on ... tinymce dissappears ... it was working fine until I updated to 2.0.5 ...

tina

Re: TinyMCE installed but not showing

Posted: Sat Aug 11, 2007 4:20 pm
by JayP
I'm using IE7 and installed CMSMS 1.1, having the same issue of TinyMCE not being activated (visable) when editing a page. I found that I had to go to Extensions --> TinyMCE and then check the box: "Show checkbox to turn wysiwyg on/off." Now, whenever I edit a page, I first see the source code, until I check the box at the bottom that says: "Turn WYSIWYG on/off."

I didn't expect to have to do this, for I installed an earlier version of CMSMS (perhaps 1.06) and don't have to go through this to view the TinyMCE editor, even after I've upgraded that site to 1.1. Also, in trying to get the TinyMCE to work, I installed FCKeditor, and it worked right away without difficulty.

Jay

Re: TinyMCE installed but not showing

Posted: Mon Aug 13, 2007 10:08 pm
by johnbmcdonald
I have had some weird behavior related to TinyMCE as well. Three times in different versions of CMSMS. All the icons in the editor interface dissapeared.  I tried uninstalling and reinstalling. no love.. That's when I started looking at the files and found the file permissions changed for all the files in the TinyMCE directory + sub dirs.  I think they were all set to 600 I don't recall for sure. It was on three different occasions with different versions of CMSMS each time. I don't recall anything that links the three occurances, but what solved the problem was chmod -R 755 TinyMCE from the modules directory, and it all started working again.

hope that helps
john