====== Blogmeta plugin ====== ---- plugin ---- description: Prints blogpost creation date and author right after the page content. Info is always displayed between content and comments. Affected pages can be selected using regular expression. author : Martin Plicka email : mail@mplicka.cz type : action lastupdate : 2008-09-07 compatible : 2010-11-07 depends : conflicts : similar : tags : blog meta date downloadurl: http://mplicka.cz/_media/download/php/plugin-blogmeta.zip bugtracker : sourcerepo : donationurl: ---- Prints blogpost creation date and author right after the page content. Info is always displayed between content and comments. Affected pages can be selected using regular expression. Suitable for use together with [[plugin:blog|Blog]] and [[plugin:discussion|Discussion]] plugins. Available translations: en, cs, pt-br ===== Download and Installation ===== * [[http://mplicka.cz/en/projects/dokuwiki_goodies|Go to the Plugin page]] **Warning:** This plugin modifies event handler internals directly to make itself to be the first listener of [[devel:event:tpl_act_render|TPL_ACT_RENDER_AFTER]] event. This hack makes the info always displayed before comments provided by [[plugin:discussion]]. Plugin was tested with latest stable release. When event handler code is changed in future DokuWiki release, its functionality may be lost. Feel free to post comments or suggestions. ===== News ===== * ''2010/07/07'' Functionality verified in latest DokuWiki version. * ''2009/03/27'' Plugin hasn't been tested with latest DokuWiki release yet. If anybody has experience, let us know via this page. Thanks. * ''2008/09/12'' Added ''clear: both'' property into the default stylesheet to behave with floating images properly. * ''2008/09/07'' Added Brazilian Portuguese (pt-br) translation by Thadeu Penna * ''2008/09/06'' First release ===== Configuration ===== * **Affected pages regexp //(string)//** - Simply set the regexp which describes ID of pages you want to be affected. Default: ''^blog:'' * **Examples:** * ''^(en:)?blog:'' - **/blog/** and **/en/blog/** namespaces * ''^(blog:|about$|any:page$)'' - **/about**, **/any/page** pages and **/blog/** namespace. * **Show user //(on/off)//** - Show creator name. Good for multiuser blogs. Default: ''on'' ===== Discussion ===== * Please show how to configure this plugin! --- [[user>thuanle|thuanle]] //2011/05/25 08:20// * **Any bugs? Suggestions?**