...I can't get them to work!
On MamboServer forum and here, I found suggestions about altering code in editor.htmlarea2.php. I made the change of:
Quote:
find line 20 in editor.htmlarea2.php
_editor_url = '<?php echo $mosConfig_live_site; ?>/editor/htmlarea2/';
delete:
<?php echo $mosConfig_live_site; ?>
The line should looks like this:
_editor_url = '/editor/htmlarea2/';
|
I was then left with no editing tools/icons above my text entry area.
So then somebody said:
Quote:
|
CHMOD /images/stories dir to 777
|
I did, nothing happened.