[dokuwiki] Blog plugin sort order problem

  • From: "Frank Schubert" <frank@xxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 9 May 2008 10:59:16 +0200

Hi all,

my blog entries are ordered wrong and all have the same timstamp:
http://www.schokilade.de/wiki/

In conf/local.php changed
$conf['start'] = 'blog';

and in plugins/blog/conf/default.php it looks like this:
$conf['namespace']    = 'blog';       // default location for blog entries
$conf['formposition'] = 'bottom';     // position of new entry form
$conf['dateprefix']   = '';           // prefix date to new entry IDs
$conf['sortkey']      = 'cdate';      // sort key for blog entries
$conf['sortorder']    = 'descending'; // ascending or descending

$conf['excluded_pages'] = '!^blog:\d{4}(:\d{2})?$!'; // regex for
pages to exclude from bloglisting

When I use the macro
{{blog>}}
my blog entries are shown, but they all have the same timestamp
"2008/05/08 15:13".

So I searched for files with this timestamp:
cd data/
find . -print0 |xargs -0 ls -l |grep "2008-05-08 15:13"
-rw-r--r--  1 www-data www-data     97 2008-05-08 15:13
./attic/blog/start.1210252438.txt.gz

This content of that file represents the first version of my first blog entry.

It would be great if someone could point my into the right direction
on how to fix this.

Thanks!
Frank
-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts:

  • » [dokuwiki] Blog plugin sort order problem