r7throot2

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

  • Menu - customizable menu, that is displayed on every page.
  • Keywords - user defined meta tag for every generated page
  • Footer - user defined footer informations.

Installation

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

Configuration

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

File Structure

 + pages
 |- menu1        [1]
 |- blog
 |- gallery
 |- code
  |- 7throot1
  |- 7throot2
 |- 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]]

Download

Filename Version Date Size
r7throot2-20071123.tar.gz (1295) 20071123 23.11.2007 95.4Kb
r7throot2.tar.gz (355) 20070412 12.04.2007 112.5Kb

Changelog

  • 23.11.2007: Template compatible with multitemplate. Removed some unused images. Removed the sidebar-theme.css - r0sk.
  • 12.04.2007: Initial version v0.1 - r0sk.

Sites running this template

Preview

r7throot2.jpg

Discussion

CoreDmp CoreDmp, 2008/01/12 16:07:

Hello,

First, thanks for the template :)

I am using your template, and it look well with Firefox. But in IE it's not good at all :)

I corect the aspect by adding a :

width: 750px;

to the div.dokuwiki.

In that case, i don't think the “max-width 750px” is still usefull :)

Cdlt

Fabrice

 
davidak davidak, 2008/07/17 07:58:

Very nice template but how to upload images?

I have paste the url from anothe rinstallation and its worked but the desogn is totally broken and the header is missing.

How can i fix it with a link “Upload” on the lower Bar?

Greatings… davidak

 
USBYI