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