Today, I released the first version of the new DokuTouch template – the same as we use for the Wikidesign website here. It's a christmas present to the DokuWiki community!
DokuTouch features a carefully designed user interface and a decent navigation, that goes well beyond sidebar approaches by other DokuWiki templates.
Diskussion
I stumbled upon it looking for a template with readability in mind - something not so hard on the eyes, this should be DW default!
I have 1 issue, however w/new install of latest dokuwiki, navigation won't work, breadcrumbs are as usual & "tabs" display but are not clickable?
Bug:
If Wiki Title > 30 characters navigation will fail.
Perhaps you could incorporate a tagline in the template?
Hi again, sorry to be a PITA but -
could you point me in the right direction for replacing the title text w/logo?
I have my image displaying through CSS background-image, but I'm not sure what to do in main.php with:
Any help would be greatly appreciated.
Hi Jeff
At Wikidesign I replaced
$site->titlewith an image which has the title as alt attribute. If you choose to use a background-image, give an empty string as a second param and add the site title to the title attribute.Hello,
this is the best DokuWiki template so far!
It works fine with plugins: 'include-2009-11-27', 'pagemove-2007-02-12' and 'var-2009-03-25'.
My intension: Can you make TOC closed by default? It's better on long sites with many headlines. THX!
It is certainly possible to collapse the TOC initially with a few lines of Javascript, but I don't know exactly how. Do you know other DokuWiki templates which do so?
Hello,
I found this thread only: http://forum.dokuwiki.org/thread/2474
I hope it helps
Hi wols, the suggested solutions in this thread may work for you, but I can't add it to the template, because core code is altered.
If you want closed TOC, you may put the following script inside dokutouch:
/** * Javascript functionality for DokuWiki template Typo * * @author Michael Klier <chi@chimeric.de> */ addInitEvent(function() { var toc = $('toc__inside'); var obj = $('toc__toggle'); if(toc) { toc.style.display = 'none'; } });Really great work, thanks for releasing this to the community! One thing that doesn't seem to work at my end is the nice graphic buttons around the breadcrumbs. Is there an obvious reason why this is not showing?
Hello
Inside dokutouch-design the images (420×90) are CSS-styled '<IMG> .medialeft'.
My downloaded dokutouch.zip brings '<IMG> .media' only (without 'left'). This breaks the TOC overlapping!
Can you fix it? THX!
Hi wols, the alignment of images is part of standard DokuWiki syntax. Just add a space on the right side of the image file name to left align it:
{{yourimage.jpg |Title}}.Hi, thank you - simple is so close.
Welcome Back, Esther! Looking forward to see the your new designs. Very promissing so far :D