Search found 64 matches

by chrisbra
Tue Mar 25, 2008 9:10 pm
Forum: Installation
Topic: upgrading to 1.3 Problems.
Replies: 27
Views: 15510

Well, those errors might be causing some trouble, too. You obviously have some SQL knowledge, so let's try to eliminate those, shall we? I believe the table we want is {prefix}_plugins. It contains both sidebar and event plugins. Be careful here, since you're modifying the database. Have a backup, ...
by chrisbra
Tue Mar 25, 2008 8:25 pm
Forum: Installation
Topic: upgrading to 1.3 Problems.
Replies: 27
Views: 15510

Well, you've got the graphical star rating bar now. Of course, that's not what you were looking for, but it shows us that the options have been saved. I assume your "Only extended article" option is still "No". Mine is too, and I'm displaying the karma bar on my front page as ex...
by chrisbra
Mon Mar 24, 2008 5:20 pm
Forum: Installation
Topic: upgrading to 1.3 Problems.
Replies: 27
Views: 15510

I already tried the turn off, save, turn on save again trick. Did not work. On your suggestion I tried saving it again. As expected, did not work. Neither did disabling top exits...

Any other suggestions ;) Mabe a template problem?

regards,
Christian
by chrisbra
Mon Mar 24, 2008 11:44 am
Forum: Installation
Topic: upgrading to 1.3 Problems.
Replies: 27
Views: 15510

Here we go:
karma_options.jpg
karma_appearance.jpg
karma_text.jpg
all default settings after upgrade.

Thanks for your help.

regards,
Christian
by chrisbra
Sun Mar 23, 2008 8:31 pm
Forum: Installation
Topic: upgrading to 1.3 Problems.
Replies: 27
Views: 15510

Thanks for looking. I forgot to mention that I already looked at configuration for the plugin. The karma-plugin is installed and it is configured to be shown on every article. At a look, all configure options seem to be ok, that's why I am confused and I really do not understand why it is not shown....
by chrisbra
Sun Mar 23, 2008 11:26 am
Forum: Installation
Topic: upgrading to 1.3 Problems.
Replies: 27
Views: 15510

upgrading to 1.3 Problems.

Hi, I have 4 blogs, that I just upgraded to s9y 1.3. I noticed, that neither of them shows the karma plugin, although it is installed. Anybody knows what happened? Might be a problem of the template, but they use different templates. Second, all Blogs have the statistics Plugin installed, but it now...
by chrisbra
Sun Jan 20, 2008 6:00 pm
Forum: Generelles in Deutsch
Topic: [code] und nl2br
Replies: 4
Views: 2704

Spielt keine Rolle. Entweder es werden im Codeblock immer <br/> für jede Zeile eingefügt, oder hinter jede Zeile wird ein extra Leerzeichen geschrieben. Ich will ja beides vermeiden.

Grüße,
Christian
by chrisbra
Fri Jan 18, 2008 9:49 am
Forum: Generelles in Deutsch
Topic: [code] und nl2br
Replies: 4
Views: 2704

Ja ich weiß. Mich stört aber, dass ich extra nochmal <pre> drumherum machen muß. Mir wär es lieber, wenn das nl2br Plugin alle div class="bb-code" in Ruhe lassen würde. Oder andersrum: Wie muß der reguläre Ausdruck aussehen, den ich in den Eigenschaften vom nl2br Plugin angeben muß, damit ...
by chrisbra
Thu Jan 17, 2008 10:11 pm
Forum: Generelles in Deutsch
Topic: [code] und nl2br
Replies: 4
Views: 2704

[code] und nl2br

I benutze das bbcode plugin, um Code zu posten. Leider fügt das nl2br Plugin entweder zusätzliche Leerzeilen ein oder halt <br/&>. Ich weiß, dass man in nl2br Plugin, bestimmte html Tags ausschließen kann. Laut http://board.s9y.org/viewtopic.php?t=12103 könnte man einfach <pre></pre> um einfügen...
by chrisbra
Wed Jul 11, 2007 11:48 pm
Forum: General discussions
Topic: use reCaptcha in place of existing captchas?
Replies: 27
Views: 20628

Thanks a lot for your very fast answer. I use now the version from your page and it works like a charm :) Only one little thing is wrong: When you tar-gziped the replacement file, the permissions aren't right. I had to chmod it to 644. Oh well, it was late and I was tired... There is only one littl...
by chrisbra
Mon Jul 09, 2007 11:45 pm
Forum: General discussions
Topic: use reCaptcha in place of existing captchas?
Replies: 27
Views: 20628

Hi, thanks for the feedback. Looks like I overlooked something. Anyway, uploaded an updated serendipity_event_recaptcha.php file at my website . unpack it and put it in the folder serendipity_event_recaptcha. You could also manually edit the file: look for the following code: // Captcha checking if ...
by chrisbra
Sun Jun 10, 2007 6:47 pm
Forum: Plugins
Topic: Show Random Entries in Sidebar
Replies: 7
Views: 5073

I just looked up the documentation, and it seems both SQLite and postgresql support the "ORDER BY RANDOM()" facility. Cool, I did not know that. Next time I need to read the SQL-specs more carefully... So I reworked your patch a bit and committed it: http://svn.berlios.de/viewcvs/serendip...
by chrisbra
Thu Jun 07, 2007 2:07 pm
Forum: Plugins
Topic: Show Random Entries in Sidebar
Replies: 7
Views: 5073

Re: Show Random Entries in Sidebar

Another thing is that you seed the random generator everytime inside the while() loop. Seeding is only required once. ok was not sure about that. Fixed. I would also recommend not doing a SQL query within a loop, because this doesn't scale so well. Instead, fetch the title already with the ID toget...
by chrisbra
Wed Jun 06, 2007 12:40 pm
Forum: General discussions
Topic: use reCaptcha in place of existing captchas?
Replies: 27
Views: 20628

Re: use reCaptcha in place of existing captchas?

No, it does not generate an error because if the response-POST-Field is missing, the webservice is not even queried in current code. Fixed that: --- serendipity_event_recaptcha.php 2007-05-31 02:36:00.000000000 +0200 +++ serendipity_event_recaptcha.0.6.php 2007-06-06 12:20:00.104554600 +0200 @@ -39...
by chrisbra
Mon Jun 04, 2007 10:51 pm
Forum: General discussions
Topic: use reCaptcha in place of existing captchas?
Replies: 27
Views: 20628

The recaptcha plugin works great ( http://3gz.com/test/ - runs on nightly build s9y_200706012342). But... maybe I'm missing the point here, although recaptcha looks slick, and the decipher-project is a great initiative, the captchas in the S9Y-Spam Protector plugin seems faster and more friendlier ...