Search found 20 matches

by DarKRaveR
Mon Apr 24, 2006 10:55 pm
Forum: General discussions
Topic: Statistics Plugin
Replies: 6
Views: 4465

I got the following items in the event plugin settings:


Anzahl Einträge
Wieviele Einträge sollen pro Wert dargestellt werden? (Standard: 20)
Extended Visitors Statistics
Add Extended Visitors Statistics feature? (default: no)
Ban browsers from beeing counted
Insert browsers that should be ...
by DarKRaveR
Mon Apr 24, 2006 4:41 pm
Forum: General discussions
Topic: Statistics Plugin
Replies: 6
Views: 4465

I must be blind, somehow, where exactly is this feature? OR rather, where can I find the visitor trackign option?
by DarKRaveR
Sat Apr 22, 2006 3:20 pm
Forum: General discussions
Topic: Statistics Plugin
Replies: 6
Views: 4465

Statistics Plugin

I was wondering, how the statistics plugins determines the number of comments, articles, visitors and so on.

One reason is, that I discovered it took a pretty long time, until the number of comments got updated, second, the number of visitors stay at 0 all the time ... but I would assume if at ...
by DarKRaveR
Fri Apr 21, 2006 10:33 pm
Forum: Plugins
Topic: Pulling sidebar plugins out of sidebar
Replies: 16
Views: 10784

Hi again, I just got another small question, let'S say I want to write an event plugin, is the namign scheme of the directory mandatory? If so, what else is absolutely mandatory?
by DarKRaveR
Mon Apr 03, 2006 8:42 am
Forum: Development
Topic: Extending quicksearch
Replies: 8
Views: 9543

Since I am tweaking on quicksearch too and it certainly is a bad idea to change core files, you might want to do the following:

Grab the quicksearch class from the file posted already, put it in a new file and directory in the plugins folder, give it a new name etc. and start from there ...
by DarKRaveR
Fri Mar 31, 2006 8:22 pm
Forum: Plugins
Topic: Pulling sidebar plugins out of sidebar
Replies: 16
Views: 10784

No biggy,

so, can I just put an additional event in the plugins eventhook list and it will be autoregistered? Or do I need to call a special function from within the plugin.

Thanx in advance ...
by DarKRaveR
Fri Mar 31, 2006 7:20 pm
Forum: General discussions
Topic: Problems with mymood plugin
Replies: 4
Views: 3328

Additional Error:

Hi Garvin:

in the event_hook switch statement is another bug:

case 'entry_display':
$elements = count($eventData);
for ($i = 0; $i < $elements; $i++) {

$location = ($this->get_config('location', 'body'));

switch ($location) {
case 'body':
case 'title':
case 'author':
$location ...
by DarKRaveR
Fri Mar 31, 2006 5:04 pm
Forum: Plugins
Topic: Pulling sidebar plugins out of sidebar
Replies: 16
Views: 10784

Yes, any plugin changes will be lost during an update to the plugin . Updating the core code doesn't change your plugin code, except for the included plugins.

Okay, so I'd better branch out modified plugins into own plugins, to avoid this ... thnx


Carl was once working on a theme that put a ...
by DarKRaveR
Fri Mar 31, 2006 4:40 pm
Forum: General discussions
Topic: Problems with mymood plugin
Replies: 4
Views: 3328

Okay, thnx fpr the info, I patched the mymood version I had installed anyway ....

I'm slowly getting a better understanding and overview of the whole system :wink: .
by DarKRaveR
Thu Mar 30, 2006 11:30 pm
Forum: General discussions
Topic: Problems with mymood plugin
Replies: 4
Views: 3328

Problems with mymood plugin

Hi all,

I installed the mymood plugin - so far so good. When I try to write a new blog entry, I am getting an Error Message:

Warning: pg_query(): Query failed: ERROR: invalid input syntax for integer: "" in .../serendipity/include/db/postgres.inc.php on line 207
Error in SELECT value FROM ...
by DarKRaveR
Thu Mar 30, 2006 11:29 pm
Forum: General discussions
Topic: Problems with mymood plugin
Replies: 0
Views: 2367

Problems with mymood plugin

Hi all,

I installed the mymood plugin - so far so good. When I try to write a new blog entry, I am getting an Error Message:

Warning: pg_query(): Query failed: ERROR: invalid input syntax for integer: "" in .../serendipity/include/db/postgres.inc.php on line 207
Error in SELECT value FROM ...
by DarKRaveR
Thu Mar 30, 2006 11:12 pm
Forum: Plugins
Topic: Pulling sidebar plugins out of sidebar
Replies: 16
Views: 10784

Okay, I can definately see your point, too much options etc. will not improve the usability for the normal average user.

Maybe I was a little bit fast ... blinded by some euphoric state with my new 'playground' ....

Anyhow:

Assume some person uses quite some plugins for extended Functionality ...
by DarKRaveR
Thu Mar 30, 2006 8:03 pm
Forum: Plugins
Topic: Pulling sidebar plugins out of sidebar
Replies: 16
Views: 10784

You can also place sidebar plugins anywhere you like via Smarty code calls; the best idea is to set your sidebar plugin to "hidden" so that it does not appear in the usual sidebar.

Then you use these functions: http://www.s9y.org/78.html - {serendipity_showPlugin}.

HTH,
Garvin

Okay, this would ...
by DarKRaveR
Thu Mar 30, 2006 6:21 pm
Forum: Plugins
Topic: Pulling sidebar plugins out of sidebar
Replies: 16
Views: 10784

Pulling sidebar plugins out of sidebar

IS there a way to 'pull' a sidebar plugin otu of the sidebar ?

Mainly I want the search/syndication links outside of the sidebars. As an alternative, could I add another bar?

I found all of the plugins, except for those two. I assume they are some sort of internal plugins/stock plugins?

Where can ...
by DarKRaveR
Thu Mar 30, 2006 6:14 pm
Forum: Themes
Topic: Source image from theme in index.tpl
Replies: 3
Views: 3403

Okay, thanx, I'd rather keep it generic ... and yes it makes sense havin a function then (concerning the nesting) - I simply forgot about that ...