r7throot1

r7throot1 is a template for DokuWiki wiki engine (inspirated on Minima and mmZenzire templates). The main features:

  • Sidebar - customizable sidebar, that is displayed on every page (sidebar page). Every namespace may have his own sidebar (sidebar page into the namespace).
  • Footer - user defined footer informations.

Installation

  • Download the r7throot1 template zip-file.
  • Unpack it into <dokuwiki>/lib/tpl/ directory.
  • Change template parameter to r7throot1 in <dokuwiki>/conf/local.php file and enjoy it.

Configuration

Template parameters are located in the following file <dokuwiki>/lib/tpl/r7throot1/conf.php.

File Structure

 + pages
 |- sidebar        [1]
 |- blog
 |- stuff
 |- about
 |+ projects      
  |- sidebar
  |- 7throot1
 |- contact

Sidebar

Every namespace can have its own sidebar. Simply add a page called sidebar. If no sidebar is found in the current namespace, the sidebar of the parent namespace will be used. If there is no sidebar page in the namespace hierarchy, the index will be used.

  ==== My Sidebar ====
  * [[blog|Blog]] 
  * [[stuff|Stuff]] 
  * [[about|About]]
  * [[projects|Projects]]
  * [[contact|Contact]]

Download

Filename Version Date Size
r7throot1-20071123.tar.gz (2887) 20071123 23.11.2007 49.5Kb
r7throot1.tar.gz (790) 20070211 11.02.2007 348.1Kb

Changelog

  • 23.11.2007: Template compatible with multitemplate. Removed some unused images - r0sk.
  • 18.09.2007: Bug fixed: sidebar width on index, thanks to Indro Neri - r0sk.
  • 11.02.2007: Initial version v0.1 - r0sk.

Sites running this template

Preview

r7throot1.jpg

Discussion

C Heeney C Heeney, 2008/04/23 15:34:

Hi,

I like the r7throot1 theme and it installs just fine, but when I switch to wide mode, it doesn't display correctly. If I have sidebar right, then I get a scrollbar beneath the “Main” page (which appears to be normal width).

If I have sidebar left, then it displays the sidebar beneath the “main” page.

Any thoughts as to why this might be? I've tried it in both Firefox and Internet explorer.

If I select narrow, the sidebar is in the correct position but appears to be wider than the header/footer images.

Apologies for not being able to show you what I mean - I have this running on my PC for my own purposes, and not public use.

Any thoughts on something to try for this?

Thanks in advance

 
C Heeney C Heeney, 2008/04/23 15:35:

Hi,

I like the r7throot1 theme and it installs just fine, but when I switch to wide mode, it doesn't display correctly. If I have sidebar right, then I get a scrollbar beneath the “Main” page (which appears to be normal width).

If I have sidebar left, then it displays the sidebar beneath the “main” page.

Any thoughts as to why this might be? I've tried it in both Firefox and Internet explorer.

If I select narrow, the sidebar is in the correct position but appears to be wider than the header/footer images.

Apologies for not being able to show you what I mean - I have this running on my PC for my own purposes, and not public use.

Any thoughts on something to try for this?

Thanks in advance

 
Jose L. Alvarez Jose L. Alvarez, 2008/04/24 05:33:

Hello.

I REALLY like your 7throot1 template. I was also wondering if you would address the width issue related above, as I've installed it a couple of times on different servers, but am also getting the scrollbars for both up/down and left/right.

Thanks for sharing your creation. Looking forward to any tweaks you provide.

Cheers, Jose

 
Anders Eide Anders Eide, 2008/06/19 13:18:

When un-ziping the newest file, I'm getting an error. The file is corrupt. Realy love this design :)

 
Frank Frank, 2008/10/16 17:47:

I'm also unable to unpack the 23/11/2007 file. I've tried 3 different programs, in both linux & windows - they all error out. Any chance of reposting these files?

 
José Queirós José Queirós, 2009/03/15 18:46:

Found Bug, easy correction. When you select the wide layout width, the “page” stays with the 752px of the medium layout. Fix: In layout.css /* ————— main —————- */

div.dokuwiki div.main {

overflow: auto;
background-color: __background__;
border-left: 1px solid __text_alt__;
border-right: 1px solid __text_alt__;
      width: 752px;    <-----------Comment or delete this line

}

 
WBNHX