Page 2 of 2

TinyMCE

Posted: Mon Dec 27, 2004 3:17 pm
by Greg
Getting closer:

Line 118 added &ServerPath= to the end of FCKConfig.ImageBrowserURL.

Still makes its own Image directory below that ?

TinyMCE

Posted: Mon Dec 27, 2004 3:23 pm
by Ted
I'm still getting the 404 error with those changes.... I modified the connector.php file to pull the path from config.php and the fckconfig.js file, but it's not helping.

TinyMCE

Posted: Mon Dec 27, 2004 3:34 pm
by Greg
I found making changes to connector.php has no effect ?
Seems to work if I only change line 118 of fckconfig.js.
Stupid acehtml editor crashed so am lost as to where I was with this!


fckeditor/_docs/contents/007.html has some documentation on this

TinyMCE

Posted: Wed Jan 05, 2005 3:17 am
by Greg
Version 1.391 of TinyMCE released today !

TinyMCE

Posted: Wed Jan 05, 2005 3:49 am
by Ted
I THINK I have the issues with inserting images figured out in TinyMCE. There are options for relative_urls and base paths. Anyway, I know Patricia and sjk were having issues with it.

sjk, since you're not using svn, replace modules/TinyMCE/modulefunctions.php with this file: http://trac.cmsmadesimple.org/cgi-bin/t ... ormat=text

That should hopefully fix your problems.

TinyMCE

Posted: Wed Jan 19, 2005 1:58 am
by Greg
I added line 66 to tinymce/modulefunctions.php:

Code: Select all

content_css : "tiny.css",
and placed tiny.css in the admin folder. The css in tiny.css is then used in the styles dropdown.

The CSS in this file must be a subset of the CSS associated with the template of the page you are editing.

Very useful if you have some css that is common to all your templates!

Re: TinyMCE

Posted: Tue Apr 26, 2005 10:25 pm
by Greg
Maybe this is the fix ...
TinyMCE version 1.44RC2

Added new cleanup option this option enables users to totaly disable the whole cleanup process

Re: TinyMCE

Posted: Tue May 03, 2005 12:50 pm
by Greg
version 1.44 released

Re: TinyMCE

Posted: Sun May 08, 2005 8:40 am
by Azrae
I found tinymce rather useless, so I turned it off.
It doesnt create clean code, so it took me more time cleaning the source up than to write it with tinymce.

Re: TinyMCE

Posted: Sun May 08, 2005 1:25 pm
by Ted
As far as I'm concerned, WYSIWYGs are for people that don't know HTML.  If you do, you probably shouldn't use a WYSIWYG as it's just going to frustrate you.  It's like trying to use Frontpage or Dreamweaver to make XHTML compliant code...