1# Dokuwiki Kiwiki Theme 2 3Flex theme with lots of css fix and some ease of use features. You can change all colors of the theme to your own taste. 4Templage page on Dokuwiki : https://www.dokuwiki.org/template:kiwiki 5 6## Screenshots 7### General layout 8 9### Main menu 10 11### Sticky sidebar 12 13### Full width reading 14 15### Template settings 16 17### Dark mode 18 19 20 21<details> 22 <summary>Changelog</summary> 23### 2025-07-08 24This new version of Kiwiki is a major refactoring of the layout to get Sidebars default functionnality from Dokuwiki working (see https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/42). 25 26For UI reasons, I've decided to add my previous menu functionnality in a burger menu : this menu functionnality was intended at first to be accessible accross all website, so now that sidebars are available, it makes more sense to put the menu like this. It also solve this issue : https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/26 27Other fixes : 28 29- Added two options to get the sidebar, table of content or both on the right side of the website https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/37 30- CSS fixes and new functionnalities to get menu and new content layout working 31- Better TOC sticky on mobile 32- Sidebar is now on the bottom of the page on mobile 33- Default content max width is now 1600px to get a better experience when using left and right sidebars together. 34 35### 2025-07-07 36- Fix:Cross site scripting vulnerability (https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/43) 37 38### 2025-04-30 39- Fix:table of content not showing on some admin pages 40 41### 2025-04-24 42- Added informal german language 43 44### 2025-01-24 45- Fix:the edit icon on revisions https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/36 46 47### 2024-12-12 48- Fix:the edit menu button for non-root domain installs 49 50### 2024-11-27 51- Fix:CSS fixes for discussion plugin 52 53### 2024-10-30 54- Added a functionnality to get a different logo on dark/light theme (https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/31). Upload your custom logos on the root of your install : 55 - logo.png for default logo (still mandatory for this to work) 56 - logo-dark.png for dark logo 57 - logo-light.png for light logo 58 59### 2024-05-13 60- Fix: php warning errors on non existing variables https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/16 61- Refactoring of the edit icon button for it to use the correct dokuwiki classes (Menu and MenuItem), and get the same authorizations than the default edit page link. https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/23 62 63### 2024-02-26 64- Fix: edit_page button break when userewrite and useslash config enabled. Thanks to @AzurCrystal 65- Fix : long links overflow on mobile view. Thanks to @Gabe-LSN 66 67### 2024-01-27 68- Added max height for left menu 69 70### 2024-01-16 71- Added Chinese language. Thanks to @AzurCrystal 72 73### 2024-01-10 74- Added css for tables in content 75 76### 2023-11-27 77- Updated editor css for readability 78 79### 2023-11-23 80- The edit button was limited to admin group only, now it checks edit permissions 81 82### 2023-11-06 83- Fix on mobile menu switch not hiding navigation menu on mobile if translation plugin is activated 84 85### 2023-10-19 (features suggestions from @Chris75forumname -> https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/12) 86- Added go to bottom button with option to activate it or not 87- Added fullscreen button in header 88- Added connected user information on footer, with option to activate it or not 89- Added ACL informations on footer (only for editors), with option to activate it or not 90- Added ACL group list in user page has an info 91 92### 2023-10-18 93- Added back the message area on connection page 94 95### 2023-10-12 96- Added max height for table of content in theme configuration 97 98### 2023-10-02 99- Bug fix on menu disappearing on deep level pages 100 101### 2023-09-31 102- Added compatibility with Translation Plugin 103 104### 2023-09-01 105- Updated css to have the filters working on small size screens 106 107### 2023-07-25 108- new language Added German language - Thanks to @holisticagile 109 110### 2023-07-23 111- Fixed issue about public wikis getting no header 112- Added back to home link on login page 113- Some css fixes on login page 114 115### 2023-07-02 116- New style parameter for changing header color 117 118### 2023-06-21 119- CSS fix for dark mode 120- Default style.ini adjusted on some colors 121 122### 2023-06-19 123- CSS fixes on the extension manager page 124- New screenshots to show the theme light/dark mode switcher 125- Restored functionnality to change the logo (as described here : https://www.dokuwiki.org/template:dokuwiki#changing_the_logo) 126 127### 2023-06-16 128- Added light/dark theme mode, with separated customization 129- Detection of os preferences for light or dark mode 130- Override with cookie when clicking a button 131 132### 2023-06-15 133- Fixed word wrapping for pre code blocks on mobile 134- Fixed the edit icon position on mobile 135 136### 2023-06-14 137- Initial release 138</details> 139