Search found 2703 matches

by onli
Mon Dec 22, 2008 1:52 pm
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 27866

Wow. 30-40% is really much. I don't know if that's really worth it - even though I think it's a more useable solution and having such javascript-parts in the head really annoys me. Used the function in line 100: case 'reallivecomment': $markups =& $this->get_markups(); $data = array($this->check...
by onli
Sun Dec 21, 2008 12:56 am
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 27866

Writing the javascript-variables in the head seemed too ugly, especially when thinking about new options which all would polute the head-section. So I implemented an ajax-call which grabs the config. Don't know how performance-intense that is but here it seemes to work well and fast. Also changed fa...
by onli
Thu Dec 18, 2008 1:14 am
Forum: Development
Topic: RSS-Syndication additions
Replies: 3
Views: 5570

diff -Nur serendipity/include/plugin_internal.inc.php /var/www/include/plugin_internal.inc.php --- serendipity/include/plugin_internal.inc.php 2008-11-06 15:11:13.000000000 +0100 +++ /var/www/include/plugin_internal.inc.php 2008-12-18 00:51:56.000000000 +0100 @@ -747,6 +747,9 @@ 'fb_title', 'fb_alt...
by onli
Thu Dec 18, 2008 12:26 am
Forum: Development
Topic: RSS-Syndication additions
Replies: 3
Views: 5570

RSS-Syndication additions

Locally, I implemented three little additions to the rss-syndication-plugin:
1. Option to set a image at the top (like on Dirks Logbuch)
2. Option to rename the RSS x feed.
3. Option to rename the RSS comments.
Are you interested in a diff? Should this be against 1.4 beta 1 or 1.3.1?
by onli
Wed Dec 10, 2008 2:42 pm
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 27866

I added the english translation of the title (and a german translation for the menu). It's uploaded here.
by onli
Tue Nov 18, 2008 6:36 pm
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 27866

Thanks, problem fixed.
by onli
Mon Nov 17, 2008 7:37 pm
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 27866

In jquery-mode. The feed no longer works because the plugin writes <script>bb= true</script> into the feed, which breaks the compatibility.
by onli
Sat Nov 15, 2008 1:20 pm
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 27866

Your changes are indeed improvements. Great work! Think everything is alright, works as intended. Two (minor important) things are left to do: Translation of the menu (already did this for german, how do i commit the files properly? Upload them and send you the links?) Translation of the headline &q...
by onli
Thu Nov 13, 2008 2:08 pm
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 27866

I also took the liberty to improve your plugin in terms of markup checking, and improved my old code to better work with bulletproof templates and improved the overall handling so that it's now more usable.
Sounds great. I look forward to see your changes. Will give you feedback as soon as I can.
by onli
Thu Nov 13, 2008 10:57 am
Forum: Plugins
Topic: Live comment preview
Replies: 33
Views: 27866

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: 64031

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: 2297

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: 2297

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: 27866

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: 27866

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