r7throot7

r7throot7 is a template for DokuWiki wiki engine (inspirated on Codigo23, thanks Wu). The main features:

  • Menu - customizable menu, that is displayed on every page.
  • 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.
  • No TOC - I'd not set the table of contents, all of the namespaces/pages would be running with NOTOC (feel free to design your own TOC and send me by mail to include on the template).

Installation

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

Configuration

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

File Structure

 + pages
 |- menu1        [1]
 |- default_sidebar       [2]
 |- blog_sidebar       [2]
 |- blog
  |- post1
  |- post2
 |- gallery
  |- photos1
  |- beach
 |- contact

Menu1

This file is displayed on every generated web page and it contains main menu.

  ==== My Menu ====
  * [[/|Home]] 
  * [[blog|Blog]] 
  * [[gallery|Gallery]] 
  * [[docs|Docs]]
  * [[code|Code]]
  * [[contact|Contact]]

Sidebar

Every namespace can have its own sidebar. Simply add a page called namespace_sidebar on same level than the namespace is. If no sidebar is found in the current namespace, the default_sidebar will be used (if it exists). If there is no default_sidebar page, nothing will appears.

==== My Sidebar ====
[[feed.php|{{ blog:rss.png }}]]

**Currently Playing**
{{blog:customrobocube.jpg?66 }} Nintendo\\
Custom Robo Cube ...

**Currently Watching**
{{blog:mini_prisonbreak.jpg }} Prison Break\\
2x04...

**Blogroll**
  * [[http://betabug.ch/blogs/ch-athens|Betabug.ch]]
  * [[http://www.chimeric.de/|Chimeric]]...

Download

Filename Version Date Size
r7throot7-20071207.tar.gz (1851) 20071207 07.12.2007 95.9Kb
r7throot7-20071123.tar.gz (463) 20071123 23.11.2007 95.9Kb

Changelog

  • 07.12.2007: Template update. The links doesn't run without mod_rewrite. Fixed!. Thanks to Thomas Halinka for the report.
  • 23.11.2007: Initial version, compatible with multitemplate. - r0sk.

Sites running this template

Preview

r7throot7.jpg

Discussion

Tseng D.P Tseng D.P, 2007/12/06 20:11:

Hi:

Sorry!, I can't find your name.

After login, Edit page have some problem, All edit page will got root ( / ) page..

Is it a bug?

Tseng D.P my wiki : http://rj.twbbs.org/~redjoe/rjwiki/doku.php

 
Oscar M. Lage Oscar M. Lage, 2007/12/11 00:41:

Hi John and Tseng:

This was a problem of main.php on the template, on last release (7throot7-20071207.tar.gz atm) this problem was fixed. Thanks both for report the bug.

Note: Sorry John, due a problem with my browser your comments were deleted. Don't know how to restore them… sorry again.

 
Thadeu Penna Thadeu Penna, 2008/03/10 02:43:

How do I change the footer ? I understand that it is not the buttons at the bottom line, that I can change on main.php.

 
Mathieu Perrin Mathieu Perrin, 2008/10/24 00:39:

I'm under Ubuntu, and the downloded files didn't untar/unzip properly. I had to go to the /lib/tpl directory of http://www.aero.iut.lannion.online.fr/ to have a correct version.

 
SFVRX