Topic: CKEditor for Monstra 3.0
CKEditor
WYSIWYG HTML editor http://ckeditor.com/
Download: https://www.dropbox.com/s/0phw6khoak23h … 1.zip?dl=0
Install:
1. Uninstall MarkItUp!
2. Install CKEditor
Special thanks to nakome
Pages 1
CKEditor
WYSIWYG HTML editor http://ckeditor.com/
Download: https://www.dropbox.com/s/0phw6khoak23h … 1.zip?dl=0
Install:
1. Uninstall MarkItUp!
2. Install CKEditor
Special thanks to nakome
Good job
CKEditor 1.1
+Added function of inserting images in the editor
Hi, thank you for the plugin but i can not navigate to files/images and so on (sorry, my english is not so good)
When i click "Browse server" i get an Error "E_LoadingAjax php/dirtree.php"
I navigate to
http://mywebsite/monstra/plugins/ckeditor/ckeditor/plugins/fileman/php/dirtree.php
and get also two errors with:
Warning: opendir(/home/*****/public_html/public/uploads/): failed to open dir: No such file or directory in /home/*****/public_html/monstra/plugins/ckeditor/ckeditor/plugins/fileman/php/functions.inc.php on line 105
{"p":"/public/uploads/","f":"0","d":"0"}
Please help me what can i do?
I installed Monstra completetely new and have only added CKEditor and bevore uninstalled MarkItUp!
Create in public_html folder: public , create in public folder: uploads . . . Warning: opendir(/home/*****/public_html/public/uploads
thank you, but i think i found a better solution now:
go to http://mywebsite/monstra/plugins/ckeditor/ckeditor/plugins/fileman
and edit conf.json
from
"FILES_ROOT": "",
to
"FILES_ROOT": "/monstra/public/uploads",
works now.
I can also add, this works brilliantly.
Thanks for uploading this. It made editing my clients site much easier.
What am I doing wrong when I get the following server error when trying to use the filemanager for inserting pictures?
Forbidden
You don't have permission to access /monstra/plugins/ckeditor/ckeditor/plugins/fileman/index.html on this server.
The server is live/online and all the permissions have been set ...
What am I doing wrong when I get the following server error when trying to use the filemanager for inserting pictures?
Forbidden
You don't have permission to access /monstra/plugins/ckeditor/ckeditor/plugins/fileman/index.html on this server.
The server is live/online and all the permissions have been set ...
Hi Hannes,
I can live on your site;
Hi xxwebplus.
Modify .htaccess dans delete "html" on this :
# Prevent visitors from viewing files directly.
Order allow,deny
Deny from all
Satisfy All
Pages 1