====== DokuWiki goodies ====== {{keywords>DokuWiki BlogMeta plugin}} ===== Blogmeta plugin ===== Prints blogpost meta information 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 [[doku>plugin:blog|Blog]] and [[doku>plugin:discussion|Discussion]] plugins. Available translations: cs, en, pt-br. If you want to include your translation, feel free pasting it into the discussion or send it to [[mail@mplicka.cz]]. ==== Download and Installation ==== Download and install the plugin using the [[doku>plugin:plugin|Plugin Manager]] using the following URL. Refer to [[doku>Plugins]] on how to install plugins manually. * {{:download:php:plugin-blogmeta.zip}} - please, leave a comment if you like it. * **Warning:** This plugin modifies event handler internals directly to make itself to be the first listener of [[doku>devel:event:tpl_act_render|TPL_ACT_RENDER_AFTER]] event. This hack makes the info always displayed before comments provided by [[doku>plugin:discussion|Discussion plugin]]. Plugin was tested with latest stable release. When event handler code is changed in future DokuWiki release, its functionality may be lost. ===== 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 ===== Go to Admin -> Configuration settings. There, you can find two config fields for BlogMeta plugin. Description follows. * **Affected pages regexp //(string)//** - Simply set the regexp which describes ID of pages you want to be affected. Use colon for namespace separator. 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'' ===== Screen ===== See the info line between text and discussion. {{:projects:blogmeta_screen.png?500|Screen}}