1 (edited by pesterevilya 2014-08-24 18:03:31)

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

Re: CKEditor for Monstra 3.0

Good job smile

..::: Moncho Varela ::::..   ..::: ::::..   ..::: Github ::::..

Re: CKEditor for Monstra 3.0

CKEditor 1.1
+Added function of inserting images in the editor

Re: CKEditor for Monstra 3.0

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!

Re: CKEditor for Monstra 3.0

Create in public_html folder: public , create in public folder: uploads . . . Warning: opendir(/home/*****/public_html/public/uploads

Re: CKEditor for Monstra 3.0

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.