DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:topbarsyntax

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:topbarsyntax [2013-08-27 19:39] Aleksandrplugin:topbarsyntax [2023-03-29 23:21] (current) Aleksandr
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: delivers horizontal/vertical, css based menu on dw page wherever you want to have it+description: Delivers horizontal/vertical, css based menu on DokuWiki page wherever you want to have it
 author     : Taggic  author     : Taggic 
 email      : Taggic@t-online.de email      : Taggic@t-online.de
 type       : syntax type       : syntax
-lastupdate : 2011-10-30 +lastupdate : 2016-06-02 
-compatible : 2011-05-25+compatible : 2011-05-25, Greebo, Hogfather
 depends    :  depends    : 
 conflicts  conflicts 
 similar    :  similar    : 
-tags       : css menu, simple template+tags       : cssmenu, template
  
 downloadurl: https://github.com/Taggic/topbarsyntax/zipball/master downloadurl: https://github.com/Taggic/topbarsyntax/zipball/master
-bugtracker : http://www.fristercons.de/fcon/doku.php?id=issuetracker::descr#development+bugtracker : https://github.com/Taggic/topbarsyntax/issues
 sourcerepo : https://github.com/Taggic/topbarsyntax sourcerepo : https://github.com/Taggic/topbarsyntax
 donationurl:  donationurl: 
Line 23: Line 23:
 The top bar syntax plugin was developed to illustrate the behaiviour caused by the instructions of an article [[http://www.fristercons.de/fcon/doku.php?id=tips:tips_topbar|How to integrate the CSS Menu into a template]]. \\ The initial code base was taken from the related function of Michael Kliers [[template:simple|template_simple]]. The top bar syntax plugin was developed to illustrate the behaiviour caused by the instructions of an article [[http://www.fristercons.de/fcon/doku.php?id=tips:tips_topbar|How to integrate the CSS Menu into a template]]. \\ The initial code base was taken from the related function of Michael Kliers [[template:simple|template_simple]].
  
-To see the plugin in action please visit: [[http://www.fristercons.de/fcon/doku.php?id=topbarsyntax:descr|fcon- examples]].+To see the plugin in action please visit: [[http://www.fristercons.de/fcon/doku.php?id=topbarsyntax:descr|fcon- examples]].FIXME
  
 ===== Installation ===== ===== Installation =====
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ===== Examples/Usage ===== ===== Examples/Usage =====
Line 93: Line 93:
 === Known Bugs and Issues === === Known Bugs and Issues ===
  
-  * currently none +  * Fatal error: Declaration of syntax_plugin_topbarsyntax::handle''($match, $state, $pos, Doku_Handler &$handler) must be compatible with dokuwiki\Extension\SyntaxPlugin::handle($match, $state, $pos, Doku_Handler $handler)'' 
 +    * **Solution:** Edit the file __Syntax.php__ then change 
 +      * __Line 45 from__: 
 +        * ''    function handle($match, $state, $pos, Doku_Handler $handler) {'' 
 +      * in 
 +        * ''function handle($match, $state, $pos, Doku_Handler &$handler) {'' 
 +      * __Line 59 from__: 
 +        * ''function render($mode, Doku_Renderer $renderer, $data) {'' 
 +          * in 
 +        * ''function render($mode, Doku_Renderer &$renderer, $data) {'' 
 +          *  or try viceversa --- [[user>florious|florious]] //2022-01-17 01:30//
 === ToDo/Wish List === === ToDo/Wish List ===
  
plugin/topbarsyntax.1377625156.txt.gz · Last modified: 2013-08-27 19:39 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