====== nosidebar Plugin ====== ---- plugin ---- description: Disables the internal sidebar for individual pages author : Matthias Schulte email : dokuwiki@lupo49.de type : syntax, action lastupdate : 2013-07-14 compatible : 2015-08-10a "Detritus", "Elenor of Tsort", "Frusterick Manners" depends : conflicts : similar : tags : sidebar downloadurl: https://github.com/lupo49/dokuwiki-plugin-nosidebar/zipball/master bugtracker : https://github.com/lupo49/dokuwiki-plugin-nosidebar/issues sourcerepo : https://github.com/lupo49/dokuwiki-plugin-nosidebar/ donationurl: screenshot_img : ---- ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Syntax ===== Adding the command ''%%~~NOSIDEBAR~~%%'' to a page disables DokuWiki internal sidebar. === Change Log === {{rss>https://github.com/lupo49/dokuwiki-plugin-nosidebar/commits/master.atom date}} === Known Bugs and Issues === The plugin disables the heading and actual content of the sidebar. However, due to plugin design the files ''pageheader.html'' and ''pagefooter.html'' will be shown. ===== Discussion ===== ==== adapt to other templates ==== As the plugin only modifies the conf-file you have to find out, if your template has an option to disable the sidebar. **arctic-template** add following line in action.php (after //$conf['sidebar'] = '';//): $conf['tpl']['arctic']['sidebar'] = 'none'; You can leave the given code, to make sure that it´ll work with the default templates. //2013-05-05//