Topic: CKEditor

I just wrote a plugin to integrate the popular CKEditor into Monstra:
http://www15.speedyshare.com/JgXbY/download/ckeditor-monstra.png

It is the full edition of CKEditor with 3 toolbars and some plugins like syntax highlighting for example. wink

Here is the download link: http://www.speedyshare.com/2jcGa/downlo … onstra.zip

(Don't wonder about the style of the buttons, I'm currently working on a redesign of the admin-panel)

Re: CKEditor

Does it add

or unwanted

?

Re: CKEditor

Sorry, the download link does not work. The file is not available.

Re: CKEditor

Any chance on fixing the download link?  still not working...

Re: CKEditor

Good day! Can someone write a plugin and implement the latest version of CKEditor?

pesterevilya's Website

Re: CKEditor

You can use  Markitup plugin to make new plugin, it's  very ease to make ,and you also learning how to work with the plugins.

This is a demo with cdn.

Demo cdn in jsbin


When I started to make plugins Monstra, I did not know Php.

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

nakome's Website

Re: CKEditor

nakome wrote:

You can use  Markitup plugin to make new plugin, it's  very ease to make ,and you also learning how to work with the plugins.

This is a demo with cdn.

Demo cdn in jsbin


When I started to make plugins Monstra, I did not know Php.

I wrote the code:


            
        ');
        echo ('');
    }
}

in the folder \plugins\ckeditor\ckeditor\ I copied files of CKEditor, but when I install the plugin, I have displayed blank screen

pesterevilya's Website

Re: CKEditor

The Comma is the problem i think

echo ('');

Bad

echo ('');

Good

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

nakome's Website

9 (edited by nakome 2014-08-23 11:35:16)

Re: CKEditor

This working for me.

Note:  Remember .httaccess file  with Options -Indexes and Allow from all ( See others plugins )


            
        ');
        echo ('');
    }
}
..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: CKEditor

nakome wrote:

This working for me.

Thanks a lot!

pesterevilya's Website

Re: CKEditor

wink

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

nakome's Website

12 (edited by pesterevilya 2014-08-24 18:06:40)

Re: CKEditor

Check latest version of CKEditor, adapted for the monstra 3.* — http://forum.monstra.org/topic/623/cked … onstra-30/

pesterevilya's Website

Posts: 12

Pages 1

You must login or register to post a reply

Monstra → Plugins → CKEditor