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