DokuWiki

It's better when it's simple

User Tools

Site Tools


template:masa

masa Template

Compatible with DokuWiki

2014-09-29d "Hrun", 2007-06-26b

template Template with sidebar (taken from arctic template) and action menu like in MoinMoin

Last updated on
2008-04-22

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with !discontinued, moinmoin, navigation, sidebar

:!: orphans (contact mail bounced) :!:

Download and Install

Use the following URL to download this template:

Refer to template on how to install and use templates in DokuWiki.

You can modify the template options from the configuration manager.

Features

  • Optional left Sidebar – thanks to the Arctic template!
  • Template configurable via the DokuWiki configuration manager
  • The Action Menu
    • Action menu elements configurable via the DokuWiki configuration manager
    • Allow to adding your own actions
    • English and Russian translation

Screenshots

These are the different sidebar types.

Type Description
main see main sidebar
user see user sidebar
group see group sidebar
namespace see namespace sidebar
index shows the DokuWiki index
custom see custom sidebar
This comes in handy for example if you like to include Google ads.

ACL Setup

If you like to use the user- or group-sidebars you have to set up your <dokuwiki>/conf/acl.auth.php the right way.

This is an example setup for a user “tom” (User-Name: tom) who is a member of group “@user”. The “user sidebar namespace” is set to “user” and “group sidebar namespace” is set to “group”. We will grant him write/page-creation/upload permissions for his own namespace and read/edit permissions for the group:users namespace to everyone who's part of the group “@users”.

---- snip ----
user:*           @ALL   0
group:*          @ALL   0
user:tom:*       tom    8
group:users:*    @user  2
---- snap ----

First Steps

Adding the Main Sidebar

First of all you probably like to create the main sidebar. If you didn't change the “Pagename” setting you simply have to create a wikipage called sidebar1) and add some links.

====== Navigation  ======
[[playground]]\\
[[syntax]]\\
[[some:more:links]]\\

Adding a User Sidebar

If you've enabled user sidebars you can add a sidebar for each registered user. All you have to do is create a wikipage user:username:sidebar. Note, this feature depends on a proper acl-setup.

Adding a Group Sidebar

Group sidebars are set up just like user sidebars.

Adding a Namespace Sidebar

If you've enable namespace sidebars you can add a sidebar for every namespace you like. Thus the naming scheme is the same for all sidebars, the only thing you've to do is creating a page called, you guessed right ;-), “sidebar” inside the desired namespace. This sidebar, then, will only show if you browse pages within this namespace.

Action management

This template supports action menu management from the administration tools which are shipped with DokuWiki.

Sites using this Template

Add your own in this list if you use this template!

Changelog

  • 2008-04-22
    • + Optional sidebar (for Reder :))
  • 2008-03-31
    • Initial release

Compatibility

This template has been tested with the following browsers :

  • Mozilla Firefox 2.0 (windows)
  • Mozilla Firefox 3.0 Beta 5 (windows)
  • Mozilla Firefox 3.0.2 (Linux)
  • Mozilla Firefox 3.5.7 (mac)
  • Mozilla Firefox 3.5.9 (windows)
  • Mozilla Firefox 3.6 (windows)
  • Internet Explorer 6
  • Internet Explorer 7
  • Opera 9.27
  • Safari 3.1.1 (windows)
  • Safari 4.0.4 (mac)

If you verify this template against a browser which is not in the above list, add it !

Known bugs and issues

no URL rewrite

For me the action-thing only works, if I change lines 78 to 109 in tpl_function.php to

    switch($am) {
       case 'export_raw':
            print '   <option value="doku.php?id='.$ID.'&do=export_raw">'.$lang['export_raw'].'</option>';
            break;
       case 'export_html':
            print '   <option value="doku.php?id='.$ID.'&do=export_html">'.$lang['export_html'].'</option>';
            break;
       case 'export_htmlbody':
            print '   <option value="doku.php?id='.$ID.'&do=export_htmlbody">'.$lang['export_htmlbody'].'</option>';
            break;
       case 'export_odt':
            print '   <option value="doku.php?id='.$ID.'&do=export_odt">'.$lang['export_odt'].'</option>';
            break;
       case 'backlink':
            print '   <option value="doku.php?id='.$ID.'&do=backlink">'.$lang['backlink'].'</option>';
            break;
       case 'pagemove':
            print '   <option value="doku.php?id='.$ID.'&do=admin&page=pagemove">'.$lang['pagemove'].'</option>';
            break;
       case 'config':
            print '   <option value="doku.php?id='.$ID.'&do=admin&page=config">'.$lang['config'].'</option>';
            break;
       case 'purge':
            print '   <option value="doku.php?id='.$ID.'&do=true">'.$lang['purge'].'</option>';
            break;
       case '---':
            print '   <option value="show" disabled="disabled" class="disabled">------------------------</option>';
            break;
       default:
            print '   <option value="doku.php?id='.$ID.'&do='.$am.'">'.$am.'</option>';
            break;
    }

What now happens is, that the current site-ID is added to the function-call you generally add with &do=…

It´s just a hack, so actually you should code the lines somehow like “ if($urlrewrite==no){…} else …

Feel free to improve the code.

details page: date formatted wrong

In detail.php, the function call date should be replaced by strftime.
hgi [at] gmx [dot] at 2009-07-24

Credits

  • Thanks to the Arctic template author. I have used that template as a starting point for creating this one.

Discussion

  • Is it possible to make the sidebar optional? — Reder 2008/04/22 03:50
    • It's done. In admin menu now it have check box to on/off sidebar
  • Can you put the TOC into the sidebar like arctic template? — Haya 2008/04/29 07:50
1)
or whatever you set pagename to
template/masa.txt · Last modified: 2023-12-16 17:34 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki