Page 1 of 2

TinyMCE

Posted: Sun Oct 17, 2004 6:53 pm
by Greg

TinyMCE

Posted: Sun Oct 17, 2004 8:44 pm
by Thijs
Looks nice! Personally I like HTMLArea best :)

TinyMCE

Posted: Sun Oct 17, 2004 9:47 pm
by Ted
TinyMCE is actually what we used originally, but found it didn't have enough features.

Personally, I'm thinking of ways to make htmlarea or tinymce as add-on options, since the base install of CMS is getting to be ridiculously big.

We'd need a way to install it automatically, though...

TinyMCE

Posted: Sat Nov 06, 2004 12:11 pm
by Greg
Anyone have any experience with this open source embedded editor ?
http://www.fckeditor.net/

TinyMCE

Posted: Mon Nov 15, 2004 1:30 am
by Greg
Lot of new features in the last few upgrades of TinyMCE

TinyMCE

Posted: Wed Dec 01, 2004 11:45 pm
by Greg

TinyMCE

Posted: Thu Dec 02, 2004 12:01 am
by Jope
That fckeditor looks quite nice.


I will start working on a mod that will let people use TinyMCE instead of HTML Area

TinyMCE

Posted: Mon Dec 06, 2004 2:03 am
by Greg
TinyMCE seems to have a much more agressive programming team, much like wishy and the gang here, many updates, bug fixes and features added over the past few months whereas htmlarea seems to be stuck at 3.0 beta.

TinyMCE

Posted: Fri Dec 24, 2004 12:21 am
by Greg
FCKEditor 2.0 RC2 is out
Whats new

TinyMCE

Posted: Fri Dec 24, 2004 2:23 am
by reviewum
I really like htmlarea and fckeditor looks nice (reminds me of dreamweaver) but seems to be missing the table tools. My initial impression of TinyMCE wasn't so good.

100% of my installs would include a gui / wysiwyg html editor if it were a module. 99.9% of my users need / want a gui / wysiwyg html editor, so

I vote to always have a gui / wysiwyg html editor as part of the core application and not a module.

Keep up the great work.

TinyMCE

Posted: Sun Dec 26, 2004 12:51 pm
by Greg
In FCKeditor RC2 you first add a table then if you right click on the table you will see all the table tools, add cells, add rows, add columns etc.

Demo here

TinyMCE

Posted: Sun Dec 26, 2004 5:17 pm
by reviewum
wow... that's a really nice application!

The image management system seems to work really well too. The only thing I'd improve would be the ability to preview an image before actually selecting it.

Has anybody used both htmlarea and FCKeditor alot that can tell which one is better?

Of couse, unless it is a module I'd never be able to change the default editor out for another one.

TinyMCE

Posted: Sun Dec 26, 2004 6:10 pm
by Ted
The module in svn is updated to 2.0rc2. I didn't really test it too much, so if something seems off, please let me know.

TinyMCE

Posted: Sun Dec 26, 2004 8:34 pm
by Greg
With FCKeditor on my local setup I have to make the following changes for the image insert to work properly.

Code: Select all

Change modules\FCKeditor\editor\filemanager\browser\default\connectors\php\connector.php to point to the proper file storage area.

\modules\FCKeditor\fckconfig.js comment asp lines and uncomment php lines
UPDATE:
With changeset 1079 the above changes don't have any effect. When I choose 'browse server' from the insert image popup I get a blank folder. When I try to upload a file, to where ever it is going to upload it, I get a message , 'upload in progress please wait ...'

Is there some place to set the path for images with FCKeditor ?

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 ?