DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:nosidebar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:nosidebar [2013-04-21 00:00] lupo49plugin:nosidebar [2020-09-26 11:35] (current) – lastupdate Aleksandr
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: +description: Disables the internal sidebar for individual pages
 author     : Matthias Schulte author     : Matthias Schulte
 email      : dokuwiki@lupo49.de  email      : dokuwiki@lupo49.de 
-type       :  +type       : syntax, action 
-lastupdate : 2013-04-20 +lastupdate : 2013-07-14 
-compatible : adora belleweatherwax+compatible : 2015-08-10a "Detritus", "Elenor of Tsort""Frusterick Manners"
 depends    :  depends    : 
 conflicts  conflicts 
Line 13: Line 13:
 tags       : sidebar tags       : sidebar
  
-downloadurl: http://github.com/lupo49/dokuwiki-plugin-nosidebar/zipball/master +downloadurl: https://github.com/lupo49/dokuwiki-plugin-nosidebar/zipball/master 
-bugtracker : http://github.com/lupo49/dokuwiki-plugin-nosidebar/issues +bugtracker : https://github.com/lupo49/dokuwiki-plugin-nosidebar/issues 
-sourcerepo : http://github.com/lupo49/dokuwiki-plugin-nosidebar/+sourcerepo : https://github.com/lupo49/dokuwiki-plugin-nosidebar/
 donationurl:  donationurl: 
  
 screenshot_img :  screenshot_img : 
 ---- ----
- 
-//:!: This template contains various hints on how to fill in data (formatted in italics). Be sure to remove the hints and unwanted sections (Eg. the Syntax/Example section for non-syntax plugins.// 
  
 ===== Installation ===== ===== Installation =====
  
-^  Download | [[https://github.com/lupo49/dokuwiki-plugin-nosidebar/tarball/master|Current archive from github]] |+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
-Use this address to install this plugin by using the plugin manager. 
  
 ===== Syntax ===== ===== Syntax =====
  
-Add the command ''~~NOSIDEBAR~~'' to a page to disable the sidebar.+Adding the command ''%%~~NOSIDEBAR~~%%'' to a page disables DokuWiki internal sidebar.
  
 === Change Log === === Change Log ===
  
-{{rss>http://github.com/lupo49/dokuwiki-plugin-nosidebar/commits/master.atom date}}+{{rss>https://github.com/lupo49/dokuwiki-plugin-nosidebar/commits/master.atom date}}
  
 === Known Bugs and Issues === === Known Bugs and Issues ===
Line 43: Line 40:
 ===== Discussion ===== ===== 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'] = '';//): 
 + 
 +<code php> 
 +$conf['tpl']['arctic']['sidebar'] = 'none'; 
 +</code> 
 + 
 +You can leave the given code, to make sure that it´ll work with the default templates. 
 + 
 +//2013-05-05//
  
  
  
plugin/nosidebar.1366495219.txt.gz · Last modified: 2013-04-21 00:00 by lupo49

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