Wikidesign
 

DokuTouch Released

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.

Learn more about DokuTouch and download it.

Diskussion

Jeff, 2010/01/09 04:51
Wow, this template is beautiful - I love it.
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?
Jeff, 2010/01/11 01:22

Bug:
If Wiki Title > 30 characters navigation will fail.
Perhaps you could incorporate a tagline in the template?

Jeff, 2010/01/13 03:49

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:

  <?php $site->link(NULL, $site->title, 'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[H]"'); ?>

Any help would be greatly appreciated.

Esther Brunner, 2010/01/13 17:45

Hi Jeff

At Wikidesign I replaced $site->title with 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.

wols, 2010/01/19 16:09

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!

Esther Brunner, 2010/01/20 19:12

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?

wols, 2010/01/21 18:21

Hello,

I found this thread only: http://forum.dokuwiki.org/thread/2474

I hope it helps ;-)

Esther Brunner, 2010/01/25 22:30

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.

Berislav Zarnic, 2010/02/17 22:36

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';
  }
});
Thomas, 2010/01/21 12:38

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?

wols, 2010/01/30 20:01

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!

Esther Brunner, 2010/01/31 01:02

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}}.

wols, 2010/01/31 11:43

Hi, thank you - simple is so close.

Sina Gierecke, 2010/02/12 13:56

Welcome Back, Esther! Looking forward to see the your new designs. Very promissing so far :D

Joe, 2010/09/19 16:55

Interested in your new designs. www.freepokermoney.net

tschinz, 2011/01/10 12:56

Hallo Esther, danke schonmal für dieses super Dokuwiki template. Es ist mein neuer Favorit ;-). Du hast super Arbeit geleistet.

Das einizge was ich nicht verstehe ist, wiso nirgends ein Login button ist. Ich will ja nicht jedes mal ?do=login von Hand an die URL anfügen. Oder könnte man die bottombar (mit dem Edit page button und Logout button) immer sichtbar machen??

Währe dankbar für einen Input oder Erklärung

Grüäss üsum Wallis tschinz

Chris Schultz, 2011/10/21 15:28

That's correct! As soon as you log out, there is no „click way“ to login again. You need to add ?do=login manually.

It would be great to have a login button here, thank you!!

Chris, 2011/11/22 10:23

Hmmm, es sieht so aus, als ob DokuTouch auf IE nicht korrekt angezeigt wird. In Firefox und Safari dagegen schon.

Geben Sie Ihren Kommentar ein
TDGCI
 
Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht:CC Attribution-Noncommercial-Share Alike 3.0 Unported