DokuWiki

It's better when it's simple

User Tools

Site Tools


template:dokui

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
template:dokui [2015-03-29 03:12] – [Sidebar-navigation] 78.97.226.2template:dokui [2019-09-07 23:59] (current) Aleksandr
Line 2: Line 2:
  
 ---- template ---- ---- template ----
-description   : finest template based-on uikit+description   : finest template based-on uikit
 author        : Francesco Bianco author        : Francesco Bianco
 email         : bianco@javanile.org email         : bianco@javanile.org
-lastupdate_dt : 2014-07-25 +lastupdate    : 2014-07-25 
-compatible    : Hrun Ponder Stibbons+compatible    : HrunPonder Stibbons
 depends       : depends       :
 conflicts     : # prefix templates by template: conflicts     : # prefix templates by template:
Line 25: Line 25:
 Use the following URL to download this template: Use the following URL to download this template:
  
-  * SourceForge.net - [[https://sourceforge.net/projects/dokui/files/latest/download?source=navbar]]+  * SourceForge.net -- [[https://sourceforge.net/projects/dokui/files/latest/download?source=navbar]]
  
 Refer to [[:template]] on how to install and use templates in Dokuwiki. Refer to [[:template]] on how to install and use templates in Dokuwiki.
Line 33: Line 33:
   * common-js [[http://www.common-js.eu/wiki/get-started]]   * common-js [[http://www.common-js.eu/wiki/get-started]]
   * joove.sf.net [[http://joove.sourceforge.net/wiki/]]   * joove.sf.net [[http://joove.sourceforge.net/wiki/]]
 +
 ===== Q&A ===== ===== Q&A =====
-  * How do I make top menu and side menu? I can see that [[http://www.common-js.eu/wiki/|this page]] has highlighted side menu with top navigation bar. (Answer: create a page called "navigation" and fill with list of link)+ 
 +  The **Top Menu** - How do I make top menu and side menu? I can see that [[http://www.common-js.eu/wiki/|this page]] has highlighted side menu with top navigation bar.  
 +       * **Answer**For the top menu, created a page called menu. The menu works in lists. Try this:<code> 
 +  * [[de:start|Germana]] 
 +  * [[ro:start|Roamana]] 
 +  * [[en:start|Engleza]] 
 +</code> 
 +  * The **Sidebar** is a file with the following name in each folder:''navigation.txt''<code> 
 +  * [[de:start|Germana]] 
 +  * [[ro:start|Roamana]] 
 +  * [[en:start|Engleza]] 
 +</code> 
 +  * :?: The **Sitemap**. Where can I find the __sitemap__, please? 
 +  * yes same question, where is the sitemap? It doesn't display even when the checkbox to hide it is not checked. The only solution I have found for the moment is to use the following url : <your url>/doku.php?id=home&do=index
    
 ==== Sidebar-navigation ==== ==== Sidebar-navigation ====
-:?: Would be great if the dokui-sideabar-navigation would work with i.e. [[plugin:indexmenu|indexmenu]] to have a dynamic navigation-menu instead the static bullet list. Or is there another way?  --- //[[|Otto]] 2015/01/30 14:10//\\ 
-:?:  ===//=== The same wish :-D--- //[[florinko-gmail|Florin]] 2015/03/37 18:10//\\ 
  
-===== Bugs =====+:?: Would be great if the dokui-sideabar-navigation would work with i.e. [[plugin:indexmenu|indexmenu]] to have a dynamic navigation-menu instead the static bullet list. Or is there another way?  --- //Otto 2015/01/30 14:10//\\ 
 +:?:  ===||=== The same wish :-D --- //Florin 2015/03/37 18:10//\\ 
 +:?: One way to fix this is to put the following bash script in the "pages" root directory and execute it once every time you want to change the sidebar-navigation (it copies the "navigation.txt" to every subdirectory, hence, synching it globally): 
 +<code> 
 +#!/bin/bash 
 +find . -type d -exec cp navigation.txt {} \; 
 +</code> 
 +Don't forget to make the file executable.
  
 +:?: If running on IIS what files to change to customize top bar and display navigation menu on each page with namespace sublevels
 +==== Topbar ====
 +:?: How can we have a dynamic top bar, link and sub-link? --- //Florin 2015/03/37 18:10//
  
 +:?: How to change the topbar icon size, font, image?
 +===== Reviews =====
 +  * Nice Fix Topbar
 +  * Nice, but fix sidebar. Each folder need a separate sidebar, ideal for not very large webpage.
 +  * Ideal for mobile browsing (not very sure for editing). --- //Florin 2015/03/37 18:10//
 +
 +===== Bugs =====
 +  * Please fix CSS for image upload menu -Laurent
 +  * Please fix Header does not match it's checksum when installing -Pontus
template/dokui.1427591547.txt.gz · Last modified: by 78.97.226.2

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