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