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

http://cdn.joxi.ru/uploads/prod/2014/08/24/44b/7ce/52936bbdb2d52405f84e88398d7c10927651e2db.jpg

pesterevilya's Website

Re: CKEditor for Monstra 3.0

Good job smile

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: CKEditor for Monstra 3.0

CKEditor 1.1
+Added function of inserting images in the editor

pesterevilya's Website

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.

Re: CKEditor for Monstra 3.0

I can also add, this works brilliantly.

Thanks for uploading this. It made editing my clients site much easier.

Re: CKEditor for Monstra 3.0

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 ... hmm

Re: CKEditor for Monstra 3.0

Hannes wrote:

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 ... hmm

Hi Hannes,
I can live on your site;

Here you will find templates for monstra and morfy xxwebplus
Best cms

xxwebplus's Website

Re: CKEditor for Monstra 3.0

Hi xxwebplus.
Modify .htaccess dans delete "html" on this :
# Prevent visitors from viewing files directly.

    Order allow,deny
    Deny from all
    Satisfy All

11

Re: CKEditor for Monstra 3.0

Hello Manu64, sorry for replying so late.

I now can see the Finder but right after opening it another error occurs:

E_LoadingAjax php/dirtree.php


hmm