DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:editsections

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:editsections [2013-10-11 21:11] – old revision restored (2013/03/25 07:46) rikblokplugin:editsections [2023-10-30 22:45] (current) Klap-in
Line 6: Line 6:
 email      : dr4ke@dr4ke.net email      : dr4ke@dr4ke.net
 type       : action type       : action
-lastupdate : 2010-11-28 +lastupdate : 2011-04-17 
-compatible : 2006-05-23+2006-11-06, 2009-12-25 2010-11-07+compatible : LemmingAnteater
 depends    :  depends    : 
 conflicts  conflicts 
 similar    : editsections2 similar    : editsections2
-tags       : !discontinued, editing, section+tags       : !obsolete, !discontinued, editing, section
  
 downloadurl: https://github.com/dr4Ke/editsections/tarball/master downloadurl: https://github.com/dr4Ke/editsections/tarball/master
Line 37: Line 37:
 ===== Installing ===== ===== Installing =====
 ==== Plugin Manager ==== ==== Plugin Manager ====
-Use the [[:plugin:plugin|Plugin Manager]] to install this plugin from the following link:\\ +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
-https://github.com/dr4Ke/editsections/tarball/master +
- +
-==== Manually ==== +
-It also can be downloaded manually from the same URL. +
- +
-Unpack and place the "editsections" folder into the ''/lib/plugins/'' directory of your DokuWiki installation.+
  
  
Line 79: Line 73:
  }  }
   
- function register(&$controller) {+ function register(Doku_Event_Handler $controller) {
  $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'rewrite_sections');  $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'rewrite_sections');
  }  }
Line 410: Line 404:
 @Klap-in: You can do this by changing the ''addInitEvent()'' function in ''lib/scripts/script.js''. Simply replace any instance of ''previousSibling'' with ''nextSibling'' in that function (there are four places it needs to be changed) -- //DLO 5-Feb-2010// @Klap-in: You can do this by changing the ''addInitEvent()'' function in ''lib/scripts/script.js''. Simply replace any instance of ''previousSibling'' with ''nextSibling'' in that function (there are four places it needs to be changed) -- //DLO 5-Feb-2010//
  
-@DLO: Thanks, it works for the flat usage of this plugin. I added a script.js that works with both settings (flat and nested), a french translation and made a few other modifications and published a new version of this plugin. It can be downloaded at : [[http://github.com/downloads/dr4Ke/editsections/editsections.tar.gz]] -- //dr4Ke 11 May 2010//+@DLO: Thanks, it works for the flat usage of this plugin. I added a script.js that works with both settings (flat and nested), a french translation and made a few other modifications and published a new version of this plugin. It can be downloaded at : [[https://github.com/downloads/dr4Ke/editsections/editsections.tar.gz]] -- //dr4Ke 11 May 2010//
  
  
plugin/editsections.1381518694.txt.gz · Last modified: 2013-10-11 21:11 by rikblok

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