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
Wysiwyg doesn't work... Damn
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
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)
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
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
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
