Getting closer:
Line 118 added &ServerPath= to the end of FCKConfig.ImageBrowserURL.
Still makes its own Image directory below that ?
TinyMCE
TinyMCE
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
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
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
Greg
TinyMCE
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.
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
I added line 66 to tinymce/modulefunctions.php:
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!
Code: Select all
content_css : "tiny.css",
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!
Greg
Re: TinyMCE
Maybe this is the fix ...
TinyMCE version 1.44RC2
Added new cleanup option this option enables users to totaly disable the whole cleanup process
TinyMCE version 1.44RC2
Added new cleanup option this option enables users to totaly disable the whole cleanup process
Greg
Re: TinyMCE
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.
It doesnt create clean code, so it took me more time cleaning the source up than to write it with tinymce.
Re: TinyMCE
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...