DokuWiki

It's better when it's simple

User Tools

Site Tools


template:dokubook

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:dokubook [2014-05-26 11:28] – [Sidebar wider still working?] 156.17.85.29template:dokubook [2023-10-31 00:28] (current) Klap-in
Line 5: Line 5:
 author        : Michael Klier, Samuel Fischer author        : Michael Klier, Samuel Fischer
 email         : sf@notomorrow.de email         : sf@notomorrow.de
-lastupdate    : 2014-05-16 +lastupdate    : 2016-09-16 
-compatible    : 2010-10-272010-11-072011-11-102011-05-252012-01-252012-09-102012-10-132013-12-08,2013-05-102014-05-05+compatible    : LemmingAnteaterRincewindAnguaAdora BelleWeatherwaxBinkyPonder StibbonsHrun, Detritus, Elenor of TsortFrusterick Manners, Greebo, Hogfather
 depends       :  depends       : 
 conflicts     :  conflicts     : 
Line 13: Line 13:
 tags          : mediawiki, sidebar tags          : mediawiki, sidebar
  
-downloadurl   : http://r.notomorrow.de/dokuwiki-template-dokubook/pkg/dokubook-stable.tgz+downloadurl   : https://github.com/samfisch/dokuwiki-template-dokubook/archive/master.zip
 bugtracker    : #https://github.com/samfisch/dokuwiki-template-dokubook/issues #can be enabled in settings bugtracker    : #https://github.com/samfisch/dokuwiki-template-dokubook/issues #can be enabled in settings
 sourcerepo    : https://github.com/samfisch/dokuwiki-template-dokubook sourcerepo    : https://github.com/samfisch/dokuwiki-template-dokubook
Line 101: Line 101:
  
 ==== Adding a personal Logo === ==== Adding a personal Logo ===
-The template looks for a file called ''logo.[jpg|jpeg|png]'' in ''<dokuwki>/lib/tpl/dokubook/images/''. If this file exists it will be shown as your logo. The dimension should be at 128x128. If the file doesn'exists the DokuWiki logo will be displayed instead.+The template looks for a file called ''logo.[jpg|jpeg|png]'' in ''<dokuwiki>/lib/tpl/dokubook/images/''. If this file exists it will be shown as your logo. The dimension should be at 128x128. If the file doesn'exist the DokuWiki logo will be displayed instead.
 ===== Browser Compatibility ===== ===== Browser Compatibility =====
 The template was tested with the following Browsers. The template was tested with the following Browsers.
Line 127: Line 127:
   * [[http://www.3open.org/d/]] -- wiki on open source solutions.   * [[http://www.3open.org/d/]] -- wiki on open source solutions.
   * [[http://doc.rhizome-fai.net/]] -- Rhizome documentation   * [[http://doc.rhizome-fai.net/]] -- Rhizome documentation
 +  * without access from the Internet -- the Local library for the smart home
   * Add yours here   * Add yours here
  
Line 208: Line 209:
     print '</div>' . DOKU_LF;     print '</div>' . DOKU_LF;
  
 +
 +
 +Q: Hi - I would like to set a max-width-size of 1024px and have everything centered. Is there an easy way? 
 +<code>
 +/* -------------- general elements --------------- */
 +
 +* { padding: 0; margin-left:auto; margin-right:auto; max-width: 1024px;}
 +
 +</code>
 +
 +makes it centered. But now the sidebar is on the far left :'
 ==== Maintainer ==== ==== Maintainer ====
 **2011-05-16**: A new maintainer for this template is needed. Have a look at the following if you are interested: [[http://www.freelists.org/post/dokuwiki/Chis-Legacy|1]], [[http://www.freelists.org/post/dokuwiki/New-maintainer-for-Arctic-and-Dokubook-template-needed|2]]. **2011-05-16**: A new maintainer for this template is needed. Have a look at the following if you are interested: [[http://www.freelists.org/post/dokuwiki/Chis-Legacy|1]], [[http://www.freelists.org/post/dokuwiki/New-maintainer-for-Arctic-and-Dokubook-template-needed|2]].
Line 256: Line 268:
 //ANSWER: 26.05.2013: Is this still working?// //ANSWER: 26.05.2013: Is this still working?//
 Yes, it works, but you must go to admin panel and click save :D Yes, it works, but you must go to admin panel and click save :D
 +
 +==== Can´t change "Closed Wiki" Button ====
 +
 +Im Using HRUN, and activated the closed wiki button in the Dokuwiki Admin menu. A few days later i wanted to change it back, but every time i unchecked the button and hit save, the button was still activated.
 +
 +Even changing closedwiki to false directly in /lib/tpl/dokubook/conf/default.php didnt work. My solution was uncommenting the line, and then it worked
 +
 +<code>//$conf['closedwiki' = false;           // set to true if you run a closed wiki </code>
 +
 +> There was a change since Binky which made Boolean config options stricter. I.e. ''false'' or ''true'' are not allowed anymore, you need to use ''0'' and ''1'' instead. So, the real fix is to change the template's ''conf/default.php'' to:<code php>
 +$conf['closedwiki' = 0;
 +$conf['logo'       = 0;
 +</code> See also [[https://github.com/arsava/dokuwiki-template-vector/commit/56480ef3a57883b2a3472ac202bf303bae746a64|this fix in a different template]]. --- [[user>ach|Anika Henke]] //2015-04-21 02:28//
 +
 +
 +==== Layout broken with Dokubook + Flusterick Manners + IE ====
 +
 +I'm using Dokubook with DW-Flusterick Manners and IE, a combination which doesn't seem to work well. Other browsers renders the pages fine, but IE (which unfortunately is my only choice), doesn't work well, some pages are just rendered bit ugly, other (like when trying ot use latest version of ckgedit) are rendered completely unuseable.
 +
 +Is this template still being maintained or is it time to switch to another template? 
 +
template/dokubook.1401096525.txt.gz · Last modified: 2014-05-26 11:28 by 156.17.85.29

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