DokuWiki

It's better when it's simple

User Tools

Site Tools


template:dokubrick

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:dokubrick [2010-11-22 00:07] – uploaded screenshot from external site (because of 404) into this wiki achtemplate:dokubrick [2015-12-02 12:54] (current) Aleksandr
Line 1: Line 1:
 ====== DoKubrick Template ====== ====== DoKubrick Template ======
  
----- dataentry template ---- +---- template ---- 
-Author_mail   chi@chimeric.de Michael Klier +description   : port of the famous Kubrick theme 
-Description:    port of the famous Kubrick theme +author        : Michael Klier 
-LastUpdate_dt 2010-10-29 +email         : chi@chimeric.de 
-Compatible    2010-10-27 "Busy Wednesday" (packages for older releases available) +lastupdate    : 2010-10-29 
-Template_tags kubrick, blog, wordpress +compatible    : 2010-10-27 "Busy Wednesday" 
-Screenshot_img: :template:dokubrick.png+depends        
 +conflicts     :  
 +similar       :  
 +screenshot_img: :template:dokubrick.png 
 +tags          : !discontinued, kubrick, blog, wordpress 
 + 
 +downloadurl   https://github.com/chimeric/dokuwiki-template-dokubrick/archive/master.zip 
 +bugtracker    https://github.com/chimeric/dokuwiki-template-dokubrick/issues 
 +sourcerepo    : https://github.com/chimeric/dokuwiki-template-dokubrick 
 +donationurl   : # eg. https://www.paypal.com/...
 ---- ----
 +
 +Author is not active in DokuWiki anymore. Can be adopted.
  
  
Line 21: Line 32:
  
 ===== Screenshots ===== ===== Screenshots =====
-Some screenshots can be found [[http://www.chimeric.de/projects:dokuwiki:template:dokubrick:screenshots|here]].+Some screenshots can be found [[http://www.chimeric.de/projects:dokuwiki:template:dokubrick:screenshots|here]]. FIXME
  
 ===== Download ===== ===== Download =====
Line 29: Line 40:
 | 2009-02-14 | {{http://cloud.github.com/downloads/chimeric/dokuwiki-template-dokubrick/template-dokubrick-2009-02-08.tgz}} | | 2009-02-14 | {{http://cloud.github.com/downloads/chimeric/dokuwiki-template-dokubrick/template-dokubrick-2009-02-08.tgz}} |
 | 2008-05-35 | {{http://cloud.github.com/downloads/chimeric/dokuwiki-template-dokubrick/template-dokubrick-2008-03-31.tgz}} | | 2008-05-35 | {{http://cloud.github.com/downloads/chimeric/dokuwiki-template-dokubrick/template-dokubrick-2008-03-31.tgz}} |
-| Github URL | [[http://github.com/chimeric/dokuwiki-template-dokubrick]] |+| Github URL | [[https://github.com/chimeric/dokuwiki-template-dokubrick]] |
  
 ===== Installation ===== ===== Installation =====
Line 70: Line 81:
  
 ===== Changelog ===== ===== Changelog =====
-A complete changelog is available at my [[http://github.com/chimeric/dokuwiki-template-dokubrick/commits/|github page]]!+A complete changelog is available at my [[https://github.com/chimeric/dokuwiki-template-dokubrick/commits/|github page]]!
  
-{{rss>http://github.com/feeds/chimeric/commits/dokuwiki-template-dokubrick/master 10 1d date}}+{{rss>https://github.com/chimeric/dokuwiki-template-dokubrick/commits/master.atom 10 1d date}}
  
 ===== Bugs / Feature Requests ===== ===== Bugs / Feature Requests =====
-To report bugs and feature requests please use the [[http://github.com/chimeric/dokuwiki-template-dokubrick/issues|bug tracker]].+To report bugs and feature requests please use the [[https://github.com/chimeric/dokuwiki-template-dokubrick/issues|bug tracker]].
  
 ===== Sites using this Template ===== ===== Sites using this Template =====
  
   * [[http://www.mentonvilla.com]] (with slight modifications)   * [[http://www.mentonvilla.com]] (with slight modifications)
 +  * [[http://www.ollinger.org|Ollinger Ges.m.b.H]] (with small modifications) **thank-you Michael!**
 +  * [[http://carloluzi.com]] (with slight modifications)
 +  * [[http://www.deinemusikoase.de]]
   * Add yours here   * Add yours here
 ===== Discussion ===== ===== Discussion =====
Line 169: Line 183:
 (I'm still curious, and maybe it will help you improve the template)//[[R.Bartsch@yucon.nl|Ralf]] 10.10.2008// (I'm still curious, and maybe it will help you improve the template)//[[R.Bartsch@yucon.nl|Ralf]] 10.10.2008//
  
-When you want to use your main sidebar as a namespace sidebar (for using [[http://www.dokuwiki.org/plugin:translation|translation plugin]] within your main language), you can modify the line 262 in tpl_functions.php from ''   while(count($path) > 0) {'' to ''   while(count($path) >= 0) {'' and hide main sidebar using template configuration.\\ The namespace sidebar when you're not in any namespace will then show up !\\ Thanks for your template !\\ //[[amaury.decreme@gmail.com|Amaury]]//+When you want to use your main sidebar as a namespace sidebar (for using [[plugin:translation|translation plugin]] within your main language), you can modify the line 262 in tpl_functions.php from ''   while(count($path) > 0) {'' to ''   while(count($path) >= 0) {'' and hide main sidebar using template configuration.\\ The namespace sidebar when you're not in any namespace will then show up !\\ Thanks for your template !\\ //[[amaury.decreme@gmail.com|Amaury]]//
  
 > With the new release 2009-02-14 the discussion template isn't viewable after an entry.  --- //[[markus@bloink110.de|Markus Bergholz]] 2009/02/16 11:13// > With the new release 2009-02-14 the discussion template isn't viewable after an entry.  --- //[[markus@bloink110.de|Markus Bergholz]] 2009/02/16 11:13//
Line 199: Line 213:
 ''width: 100%; !important'' ''width: 100%; !important''
  
-to **design.css** around line 353. --- //spz+to **design.css** around line 353. --- //spz// 
 + 
 + 
 +I also recommend to change following: 
 +In main.php 
 +<code> 
 +    <div class="left_page"> 
 +      <?php tpl_content(false)?> 
 +    </div> 
 +    <div class="sidebar"> 
 +      <?php tpl_searchform() ?> 
 +      <?php tpl_sidebar() ?> 
 +    </div> 
 +</code> 
 +to the 
 +<code> 
 +    <div class="sidebar"> 
 +      <?php tpl_searchform() ?> 
 +      <?php tpl_sidebar() ?> 
 +    </div> 
 +    <div class="left_page"> 
 +      <?php tpl_content(false)?> 
 +    </div> 
 +</code> 
 +In dokubrick_design.css 
 +<code> 
 +div.dokuwiki div.left_page { 
 +  text-align: left; 
 +  padding: 10px 30px 0px 30px; 
 +
 +</code> 
 +Then we have fluid text!
template/dokubrick.1290380822.txt.gz · Last modified: 2010-11-22 00:07 by ach

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