Page 1 of 1
Wysiwyg doesn't work... Damn
Posted: Tue Oct 05, 2004 7:17 am
by cowboy
I downloaded the latest version of CMS made simple, installed it on my server. Everything seems to be working fine. except for one thing. The wysiwyg editor is not working in the "Content management". When I click a page to edit, instead of wysiwyg editor a get a javascript error. Could someone please take a look why?
The site is located at:
http://www.shuffle.sk/test/cms2/admin/
login: admin/admin
Please help me. I'm desperate.
Thanx
Wysiwyg doesn't work... Damn
Posted: Tue Oct 05, 2004 9:35 am
by Ted
This is too strange. It's working fine on my box, but most definatly not on yours. Did you use the .zip or the .tar.gz. What platform are you on? What's the javascript error (I'm not getting any error... it's just not working)?
Wysiwyg doesn't work... Damn
Posted: Tue Oct 05, 2004 10:14 am
by Thijs
Was this 0.7rc1? In that case, you're right.
Either get the newest version from SVN or remove the 2 lines refering to "LinkManager" from admin/header.php. Or, even easier, wait for 0.7rc2. This will have WYSIWYG fixed (amongst others)
Wysiwyg doesn't work... Damn
Posted: Tue Oct 05, 2004 10:17 am
by Thijs
To be more precise, remove:
HTMLArea.loadPlugin("LinkManager");
and
editor.registerPlugin(LinkManager);
This is a part of a new plugin, which will allow you to link directly to local files. Unfortunately, the plugin was not ready yet, but the invokation was

thanx
Posted: Tue Oct 05, 2004 12:46 pm
by cowboy
thanx a lot guys. it's working now. You really helped me out.