Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Compatible with DokuWiki
Tagged with sidebar
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Adding the command ~~NOSIDEBAR~~
to a page disables DokuWiki internal sidebar.
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.
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