default-sidebar theme of dokuwiki author: Xan date: 2006-04-05 modified: 2007-01-06 license: GPL v2 INSTALLATION =================================== 1) decompress default-sidebar.tar.gz in lib/tpl/sidebar-theme 2) modify sidebar-theme/conf.php for sidebars 3) put $conf['template'] = 'sidebar-theme'; in your conf file (or use configuration manager in admin mode) USAGE =================================== By default no sidebar is created. You could create a sidebar for specific page or default sidebar (for all pages) - For create left sidebar of "wikiexample" page, you have to create the page "wikiexample_sidebar_left" (the "sidebar" string could be changed in conf.php). Idem right sidebar - For create default left sidebar, simply create "default_sidebar_left" (it could be changed in conf.php) (idem right sidebar) - The specific page sidebar has high priority than default sidebar. OPTIONAL ======================================= - All design is in sidebar-theme.css file - By default left and sidebar ocupied 20% of the page and main wiki page 60% - For change it, modify in sidebar-theme.css: left_tr_estructura, #right_tr_estructura { width: 20% !important; max-width: 20% !important; min-width: 20% !important; } #center_tr_estructura { width: 60% !important; max-width: 60% !important; min-width: 60% !important; }