* @link https://www.dokuwiki.org/template:mnml-blog * @link https://www.dokuwiki.org/devel:configuration */ //check if we are running within the DokuWiki environment if (!defined("DOKU_INC")){ die(); } //note: The boxes will be rendered in the order they were defined. Means: // first box will be rendered first, last box will be rendered at last. //examples: uncomment to see what is happening $_mnmlblog_boxes["example1"]["headline"] = "Hello World!"; $_mnmlblog_boxes["example1"]["xhtml"] = "Blogging with DokuWiki and mnml-blog... rules!"; /* //subscribe $_mnmlblog_boxes["syndication"]["headline"] = "Syndiaction/RSS Feed"; $_mnmlblog_boxes["syndication"]["xhtml"] = 'Subscribe to posts'; //ATTENTION: if not default, replace blog=default with the blogtng-template you are using! */ /* //recent comments //note: you have to create the page ":wiki:recent_comments" with the following // content first: // // blog default // tpl default // limit 10 // type comment, linkback // nolistwrap 0 // //see https://www.dokuwiki.org/plugin:blogtng#blog_recentcomments for more details. //If not default, replace "default" with the blogtng-template you are using! $_mnmlblog_boxes["recentcomments"]["headline"] = "Recent Comments"; $_mnmlblog_boxes["recentcomments"]["xhtml"] = tpl_include_page("wiki:recent_comments", false); */ /* //tag cloud //note: you have to create the page ":wiki:tagcloud" with the following // content first: // // blog default // limit 20 // target start // //see https://www.dokuwiki.org/plugin:blogtng#blog_tagcloud for more details. //If not default, replace "default" with the blogtng-template you are using! $_mnmlblog_boxes["tagcloud"]["headline"] = "Tag cloud"; $_mnmlblog_boxes["tagcloud"]["xhtml"] = tpl_include_page("wiki:tagcloud", false); */ /* $_mnmlblog_boxes["example2"]["headline"] = "Some links"; $_mnmlblog_boxes["example2"]["xhtml"] = ""; */ /* $_mnmlblog_boxes["example3"]["headline"] = "Buttons"; $_mnmlblog_boxes["example3"]["xhtml"] = "\"Donate\""; */ /* //public links $_mnmlblog_boxes["publnk"]["headline"] = "Toolbox"; $_mnmlblog_boxes["publnk"]["xhtml"] = ""; */ /* //internal links (for logged in users) if (!empty($loginname)){ //$loginname comes from main.php $_mnmlblog_boxes["userlnk"]["headline"] = "Internal"; $_mnmlblog_boxes["userlnk"]["xhtml"] = ""; } */