DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:nosidebar

nosidebar Plugin

Compatible with DokuWiki

2015-08-10a "Detritus", "Elenor of Tsort", "Frusterick Manners"

plugin Disables the internal sidebar for individual pages

Last updated on
2013-07-14
Provides
Syntax, Action
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with sidebar

Installation

Search and install the plugin using the 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

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

plugin/nosidebar.txt · Last modified: 2020-09-26 11:35 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki