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
Last revisionBoth sides next revision
template:dokubrick [2011-01-10 11:49] – [Sites using this Template] 46.74.125.9template:dokubrick [2013-11-06 22:02] – [Sites using this Template] 87.158.18.51
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 72: Line 83:
 A complete changelog is available at my [[http://github.com/chimeric/dokuwiki-template-dokubrick/commits/|github page]]! A complete changelog is available at my [[http://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 =====
Line 81: Line 92:
   * [[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://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 170: 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 200: 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.txt · Last modified: 2015-12-02 12:54 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