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 24### 2025-04-30 25- Fix:Cross site scripting vulnerability (https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/43) 26- 27### 2025-04-30 28- Fix:table of content not showing on some admin pages 29 30### 2025-04-24 31- Added informal german language 32 33### 2025-01-24 34- Fix:the edit icon on revisions https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/36 35 36### 2024-12-12 37- Fix:the edit menu button for non-root domain installs 38 39### 2024-11-27 40- Fix:CSS fixes for discussion plugin 41 42### 2024-10-30 43- 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 : 44 - logo.png for default logo (still mandatory for this to work) 45 - logo-dark.png for dark logo 46 - logo-light.png for light logo 47 48### 2024-05-13 49- Fix: php warning errors on non existing variables https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/16 50- 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 51 52### 2024-02-26 53- Fix: edit_page button break when userewrite and useslash config enabled. Thanks to @AzurCrystal 54- Fix : long links overflow on mobile view. Thanks to @Gabe-LSN 55 56### 2024-01-27 57- Added max height for left menu 58 59### 2024-01-16 60- Added Chinese language. Thanks to @AzurCrystal 61 62### 2024-01-10 63- Added css for tables in content 64 65### 2023-11-27 66- Updated editor css for readability 67 68### 2023-11-23 69- The edit button was limited to admin group only, now it checks edit permissions 70 71### 2023-11-06 72- Fix on mobile menu switch not hiding navigation menu on mobile if translation plugin is activated 73 74### 2023-10-19 (features suggestions from @Chris75forumname -> https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/12) 75- Added go to bottom button with option to activate it or not 76- Added fullscreen button in header 77- Added connected user information on footer, with option to activate it or not 78- Added ACL informations on footer (only for editors), with option to activate it or not 79- Added ACL group list in user page has an info 80 81### 2023-10-18 82- Added back the message area on connection page 83 84### 2023-10-12 85- Added max height for table of content in theme configuration 86 87### 2023-10-02 88- Bug fix on menu disappearing on deep level pages 89 90### 2023-09-31 91- Added compatibility with Translation Plugin 92 93### 2023-09-01 94- Updated css to have the filters working on small size screens 95 96### 2023-07-25 97- new language Added German language - Thanks to @holisticagile 98 99### 2023-07-23 100- Fixed issue about public wikis getting no header 101- Added back to home link on login page 102- Some css fixes on login page 103 104### 2023-07-02 105- New style parameter for changing header color 106 107### 2023-06-21 108- CSS fix for dark mode 109- Default style.ini adjusted on some colors 110 111### 2023-06-19 112- CSS fixes on the extension manager page 113- New screenshots to show the theme light/dark mode switcher 114- Restored functionnality to change the logo (as described here : https://www.dokuwiki.org/template:dokuwiki#changing_the_logo) 115 116### 2023-06-16 117- Added light/dark theme mode, with separated customization 118- Detection of os preferences for light or dark mode 119- Override with cookie when clicking a button 120 121### 2023-06-15 122- Fixed word wrapping for pre code blocks on mobile 123- Fixed the edit icon position on mobile 124 125### 2023-06-14 126- Initial release 127</details> 128