[dokuwiki] author in footer of bliki

  • From: ding280 <ding280@xxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 21 Jun 2006 22:06:33 +0200

Hi!

I use the bliki plugin in my dokuwiki installation. I believe, it's
useful to add the author in the footer of each entry. But I don't know,
how to do this, I tried to replace this line in den function
"compilePosts" in the syntax.php of bliki:

$str .= str_replace(array('{timestamp}', '{permalink}', '{edit}'),
array($timestamp, $post_url, "this>$edit_url"), $conf['bliki']['footer']);

replaced to:

$str .= str_replace(array('{author}', '{timestamp}', '{permalink}',
'{edit}'), array($INFO['editor'], $timestamp, $post_url,
"this>$edit_url"), $conf['bliki']['footer']);

But this modification don't work. Know anybody of you a solution for
this problem?

Thanks for your help!

Best regards
Thomas Preissler

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

Other related posts: