Search found 2709 matches

by onli
Thu Nov 13, 2008 10:57 am
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 28085

Well, I'm a bit surprised there comes no feedback. The functionality now equals the Wordpress live-preview-plugin, as there now is an instant preview. Wasn't that requested?

Test and download of current version can be found here.
by onli
Tue Oct 07, 2008 2:50 pm
Forum: General discussions
Topic: The Future of Serendipity
Replies: 66
Views: 64476

One thing really confused me at first: the option "write a new entry" is way to unaccented - from it's design it is one option of many, but in fact it is the most important one. Most of the time I open the admin area I want to configure nothing, I simply want to write a new entry. This fun...
by onli
Wed Oct 01, 2008 9:51 pm
Forum: Generelles in Deutsch
Topic: Kommentar intern erstellen
Replies: 2
Views: 2318

Danke. Ich hatte bis heute kein Internet mehr. In der Zwischenzeit bin ich von diesem Weg wieder etwas abgekommen - vielleicht kann ich das aber trotzdem noch gebrauchen.
Gruß
by onli
Mon Sep 22, 2008 2:58 pm
Forum: Generelles in Deutsch
Topic: Kommentar intern erstellen
Replies: 2
Views: 2318

Kommentar intern erstellen

Hi Um einen Text zu formatieren nutzt das existierende Livecomment-Plugin das frontend_display-event. In Kombination mit jquery sähe das so aus: Aufruf im Javascript: $.post(lcbase, 'data='+$('#serendipity_commentform_comment').val(), function(text){ alert(text); },'html') In der PHP: case 'external...
by onli
Mon Sep 15, 2008 9:30 pm
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 28085

A short update: I failed in adding the jquery-approach approach to the existing livecomment-plugin. It is very easy to change the event-handler to update the preview instant - but this creates flickering and is laggy. Probably the ajax-call is really too performance-intense. Maybe there are ways to ...
by onli
Fri Sep 12, 2008 2:33 pm
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 28085

You are right.
The existing script didn't worked for me, so I only used parts of the .php. Because of your post I examined it further, it is working better than I thought. You have to click on the textbox. How weird.

I'll try to combine.
Greets
by onli
Fri Sep 12, 2008 9:39 am
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 28085

Hi Do you know this approach using jquery? I adapted it to work with serendipity, you may test it in my blog and download it here . Would be glad to here some comments and improvements. Cause I'm new to this, you may want to check the source before using it... You will note, it is not yet complete. ...
by onli
Wed Sep 10, 2008 12:59 pm
Forum: Plugins
Topic: adding default-toggle for serendipity_event_sidebarhider
Replies: 2
Views: 2817

Yes, thanks, it is configurable in the menu under "entries". I overlooked this menu at first and only searched in the main-configuration of the plugin - where no default-toggle exists. If you haven't hit the save-button in the entry-menu, every plugin is collapsed by default...
by onli
Tue Sep 09, 2008 10:28 pm
Forum: Plugins
Topic: adding default-toggle for serendipity_event_sidebarhider
Replies: 2
Views: 2817

adding default-toggle for serendipity_event_sidebarhider

Hi I wanted to use the serendipity_event_sidebarhider, but it's more like I want to have the opportunity - the sidebars should not be hidden at default. As far as I've seen there is no option for this and I found no workaround. Regarding the code I think that the lines 88-89 of sidebarhider.js are t...