Search found 246 matches

by ICE
Mon Aug 12, 2013 11:09 am
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

:oops: okay, didn't read it ... tl;dr doesn't work either: This <mediainsert> <gallery name="Fotos/" /> <media type="gallery" /> </mediainsert> was transformed to this: <mediainsert> <gallery name="Fotos/"> <media type="gallery"> </media></gallery></mediainser...
by ICE
Sun Aug 11, 2013 9:01 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

I've played with the plugin "serendipity_event_imageselectorplus" and CKEditor. The CKEditor does not allow <mediainsert> <gallery name="MyHolidays/" /> <media type="gallery" /> </mediainsert> in entries and deletes the code automatically ... These tags should be added ...
by ICE
Sun Aug 11, 2013 4:30 pm
Forum: Bugs
Topic: PHP 5.5 / nl2br plugin / preg_replace() /e modifier
Replies: 12
Views: 10168

Re: PHP 5.5 / nl2br plugin / preg_replace() /e modifier

Sorry, but my Server has only PHP 5.3.18 ... i can't test it for you
by ICE
Sat Aug 10, 2013 3:31 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

Works! (with disabled, errorhandling and mod_rewrite)
by ICE
Fri Aug 09, 2013 11:24 am
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

No, no, all is fine. Plugin works for me now. I know your debugging problems ... one Problem solved, another problem appears ... Take your time.
by ICE
Thu Aug 08, 2013 9:04 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

:( :( :(
I hope this will come to an end ... :idea:
by ICE
Thu Aug 08, 2013 8:07 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

Works! (with disabled, errorhandling and mod_rewrite)
by ICE
Wed Aug 07, 2013 10:10 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

Good night!
by ICE
Wed Aug 07, 2013 10:02 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

no problem, CKEditor is great!

The icon appears in every situation (disabled, errorhandling, mod_rewrite).

Now I'm happy! It's a new blogging feeling! Thanks for your help!
by ICE
Wed Aug 07, 2013 9:46 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

Ah, if I change URL Rewriting to apache mod_replace, then it works!!! If it is disabled, then the icon disappears. <script type="text/javascript"> CKEDITOR.replace('serendipity[extended]', {}); CKEDITOR.config.extraPlugins = 'entryformsextended,mediaembed'; // no spaces allowed! CKEDITOR.p...
by ICE
Wed Aug 07, 2013 9:39 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

Sorry, was to fast ... URL Rewriting is off in Settings. Nevertheless, it does not show the icon ... <script type="text/javascript"> CKEDITOR.replace('serendipity[body]', {}); CKEDITOR.config.extraPlugins = 'entryformsbody,mediaembed'; // no spaces allowed! CKEDITOR.plugins.add('entryforms...
by ICE
Wed Aug 07, 2013 9:03 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

sorry ... :oops: <script type="text/javascript"> CKEDITOR.replace('serendipity[body]', {}); CKEDITOR.config.extraPlugins = 'entryformsbody,mediaembed'; // no spaces allowed! CKEDITOR.plugins.add('entryformsbody', { init: function(editor) { editor.addCommand( 'openML', { exec : function( ed...
by ICE
Wed Aug 07, 2013 8:56 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

Okay, now it had changed ... but not similar with your screenshot:
by ICE
Wed Aug 07, 2013 8:24 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

<script type="text/javascript"> CKEDITOR_BASEPATH = 'plugins/serendipity_event_ckeditor/ckeditor/'; CKEDITOR_PLUGPATH = '/plugins/'; KCFINDER_UPLOADPATH = '/uploads/'; </script> <script language="javascript" type="text/javascript" src="plugins/serendipity_event_ck...
by ICE
Wed Aug 07, 2013 8:05 pm
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 156695

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

My blog is a completely normal blog, without embedding or other odd configurations. rel path: plugins/serendipity_event_ckeditor/ckeditor/ HTTP path: /plugins/ My full Document root path is: /cold-ice/blog/plugins/serendipity_event_ckeditor My Domain cold-ice.de is rooted into /cold-ice/blog/ , whic...