Search found 91 matches

by gregman
Thu Feb 02, 2012 10:57 pm
Forum: Development
Topic: Which event hook for ajax calls?
Replies: 7
Views: 7938

Re: Which event hook for ajax calls?

Well then, it took some time but now I think it's done. You can download the ajax improved karma plugin at http://www.studium-auskunft.de/uploads/serendipity_event_karma.zip. Hope it will be of worth! English and german language files are updated as well. Regards, Greg EDIT: Now, I also fixed some m...
by gregman
Thu Feb 02, 2012 10:41 pm
Forum: Plugins
Topic: Prevent empty body & extended body in entrycheck_plugin
Replies: 7
Views: 4294

Re: Prevent empty body & extended body in entrycheck_plugin

Yes, this was IMHO a bug. In the language files it says e.g. @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYTITLE', 'Do not allow empty titles'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYTITLE_DESC', 'If set to "true", an entry must not have an empty title.'); So you have to prevent saving the entry, ...
by gregman
Thu Feb 02, 2012 10:51 am
Forum: Plugins
Topic: Prevent empty body & extended body in entrycheck_plugin
Replies: 7
Views: 4294

Re: Prevent empty body & extended body in entrycheck_plugin

Hi Garvin,

here it is: http://www.studium-auskunft.de/uploads/ ... ycheck.zip

As I experienced some weired behavior I had to fix some bugs too. Hope everything is working now.

Regards
Greg
by gregman
Wed Feb 01, 2012 9:48 am
Forum: Plugins
Topic: Prevent empty body & extended body in entrycheck_plugin
Replies: 7
Views: 4294

Re: Prevent empty body & extended body in entrycheck_plugin

Is there an app for this? ;-)
by gregman
Tue Jan 31, 2012 5:26 pm
Forum: Plugins
Topic: Prevent empty body & extended body in entrycheck_plugin
Replies: 7
Views: 4294

Prevent empty body & extended body in entrycheck_plugin

Hi there, as mentioned in the subject, I added two new options to the entry_check plugin; one for preventing empty entry bodies, one for preventing empty extended bodies. German, english and frensh language files updated as well. Maybe someone's gonna need these features too. Shall I upload it anywh...
by gregman
Mon May 23, 2011 8:52 pm
Forum: Bugs
Topic: Spamblock Plugin and FF 4.0.1
Replies: 7
Views: 4590

Re: Spamblock Plugin and FF 4.0.1

Hi Garvin,

you're right. I got it! It's the YSlow Plugin (v. 2.1.0), which causes the trouble. You can mark the thread as solved.

Thx for the advice!

Greg
by gregman
Mon May 23, 2011 11:05 am
Forum: Bugs
Topic: Spamblock Plugin and FF 4.0.1
Replies: 7
Views: 4590

Re: Spamblock Plugin and FF 4.0.1

Hi, I only entered few words but just tried it again (this time with entry #857) with the following sentence: Hallo Garvin, wollte nur kurz sagen, dass ich Dein Engagement für s9y absolut spitze finde und ich hoffe, dass Du noch lange Freude daran hast, s9y weiterzuentwickeln. Below the error messag...
by gregman
Fri May 20, 2011 1:04 pm
Forum: Bugs
Topic: Spamblock Plugin and FF 4.0.1
Replies: 7
Views: 4590

Re: Spamblock Plugin and FF 4.0.1

Well then,

I just tried to comment article #1409 on supergarv.de (just to be sure the problem is not within my blog ;-) and it failed. As I could see the SESSIONID didn't change over the requests.

Regards
Greg
by gregman
Thu May 05, 2011 1:01 pm
Forum: Bugs
Topic: Spamblock Plugin and FF 4.0.1
Replies: 7
Views: 4590

Re: Spamblock Plugin and FF 4.0.1

Hi Garvin, actually the Live HTTP-header Add-on is not available for FF 4.0.1. So this may take a while. As I experienced problems with some other sites (especially online banking; got the logout message, when I just logged in) I guess it's a browser problem (maybe some strange cookie-handling). One...
by gregman
Sat Apr 30, 2011 12:45 pm
Forum: Bugs
Topic: Spamblock Plugin and FF 4.0.1
Replies: 7
Views: 4590

Spamblock Plugin and FF 4.0.1

Hi,

with Firefox 4.0.1 the spamblock plugin rejects comments on my blog-system, because displayed and expected letters don't match. The strange thing is, that it works, when i click the captcha once for reload. Did anybody else encounter this problem?

Regards
Greg
by gregman
Thu Apr 14, 2011 9:03 pm
Forum: Bugs
Topic: Static Page Plugin - Custom 404 Error Page [SOLVED]
Replies: 1
Views: 2091

Static Page Plugin - Custom 404 Error Page [SOLVED]

Hi there, I ran into some trouble with customized error pages delivered by the static pages plugin. The static page plugin didn't catch all of the non-existing urls, so some where redirected to index.php. Maybe it was caused by extraordinary mod_rewrite rules, maybe not. So here is how i solved the ...
by gregman
Wed Mar 23, 2011 3:23 pm
Forum: Development
Topic: Which event hook for ajax calls?
Replies: 7
Views: 7938

Re: Which event hook for ajax calls?

Hi Garvin,

thx for your advice. I will give it a try.

Greg
by gregman
Mon Mar 21, 2011 10:15 am
Forum: Development
Topic: Which event hook for ajax calls?
Replies: 7
Views: 7938

Re: Which event hook for ajax calls?

Hi, and thanks for your response. The url I used is "plugin/karma-ajaxquery". The eventData-Array doesnt need to be filled, because the votes are stored in the database immediately and the servers answer is handled with methdos of the DOM. The problem of using the external-plugin-event is ...
by gregman
Sat Mar 19, 2011 1:18 pm
Forum: Development
Topic: Which event hook for ajax calls?
Replies: 7
Views: 7938

Which event hook for ajax calls?

Hello, as I am working on some improvements on the karma plugin, I am wondering which event hook best to be used for ajax calls. At the moment I am referencing to the external-plugin event hook in order to be sure that no unwished content/header ist send with the answer. Would it also be possible to...
by gregman
Fri Mar 18, 2011 11:26 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 56783

Re: Enahncement wishes

* It would be nice to have the voting implemented as AJAX calls, so we don't have to reload the page for this. I recently managed to do this using jquery but the "ajax call" feature only supports imagevoting and no voting timeouts. If it seems to be of use anyhow let me know. I will share...