The template that gets you started
Compatible with DokuWiki
The Starter Template is designed to be the starting point of your custom template. It has a lot of inline comments in the code which should explain many things. It focuses less on design, but more on maintainability.
It is done in a way which lets you worry less about DokuWiki's core styles (which in this template all begin with an underscore). Instead you only need to care about the four main styles:
basic.css: You probably only want to touch this if you'd like to change general font sizes and font stacks.structure.css: You probably only want to touch this if you'd like to change the general structure of the site (to 3 columns or have different widths or make everything fluid or switch the sidebar to the right, etc).design.css: Here you can style all the bits that surround the page content.content.css: Here you can style all of the page content.Use the following URL to download this template:
Refer to template on how to install and use templates in Dokuwiki.
These are in [theme root]/starter/conf/default.php. It can be changed from the Configuration panel.
| config option | description | default value |
|---|---|---|
sidebarID | the pagename (in the root namespace) of your sidebar | sidebar |
userNS | removed in version 2011-02-20, superseded by userPage | user |
userPage | User page (@USER@ is replace by the corresponding user name) | user:@USER@ |
discussionNS | removed in version 2011-02-20, superseded by discussionPage | discussion |
discussNSreverse | removed in version 2011-02-20, superseded by discussionPage | 0 |
discussionPage | Discussion page (@ID@ is replaced by the corresponding page ID) | discussion:@ID@ |
hideTools | hide editing and other tools when not logged in | 0 |
tagline | the tagline under your top heading | This is the tagline - explaining what this site is about. |
If you are a template author using this template as a base for your own, you might want to check out the list of detailed changes.
There are two files to translate:
You can either send me language files to update by email or post them here or in the bugtracker. Please have a look at the available translations first.
Open the template's main.php and search for “logo”. It's explained in there.
An image included with the zoom plugin will scroll over the footer and hide it
I cannot reproduce this. Do you have any more specific information? (Browser, other installed plugins, etc?) — Anika HenkeAnika Henke
ach
London, UK 2011/05/02 16:45
In the template config, I selected «hide editing and other tools when not logged in» and then I logged out. But now I can't log in as there is no «Login» button/link showing.
Am I missing something? — Nactus 2011-11-10
You probably need to save/remember the login URL (you can get it just by adding?do=loginto any DokuWiki URL). In fact I use the following bookmarklet:
javascript:window.location=window.location+"?do=login"(I'm assuming the use of webserver rewriting) —Antonio Bueno
Antonio Bueno
atnbueno
41.9766,2.8099 2011/11/11 21:40That sounds like a good idea! Thanks — Nactus 2011-11-13