DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:nosidebar

This is an old revision of the document!


nosidebar Plugin

Compatible with DokuWiki

Detritus

plugin Disables the internal sidebar for individual pages

Last updated on
2013-04-20
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

Use this address to install this plugin by using the plugin manager.

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

FIXME

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.1462361485.txt.gz · Last modified: 2016-05-04 13:31 by 81.82.205.48

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