"One Experience" is a theme based on FreeScout's UI.
Find a file
2021-06-18 13:54:52 +01:00
Assets Update oneexperiencekb.css 2021-06-18 13:54:52 +01:00
Template Initial Commit 2021-05-26 09:34:24 +01:00
_config.yml Initial Commit 2021-05-26 09:34:24 +01:00
config.php Initial Commit 2021-05-26 09:34:24 +01:00
LICENSE Few bugfixes 2021-05-26 10:39:10 +01:00
Makefile Initial Commit 2021-05-26 09:34:24 +01:00
Plugin.php Initial Commit 2021-05-26 09:34:24 +01:00
README.md Update README.md 2021-05-26 10:40:13 +01:00

OneExperienceKB

"One Experience" is a theme based on FreeScout's UI.

Screenshots

Dashboard Gantt Board New Task View Task

Author

  • Michail Topaloudis
  • License MIT

Requirements

Kanboard >= v1.0.48
Kanboard installed at a web server. You can find the download at kanboard.org

Installation

You have the choice between 2 methods:

  1. Download the zip file and decompress everything under the directory plugins/OneExperienceKB
  2. Clone this repository into the folder plugins/OneExperienceKB

Note: Plugin folder is case-sensitive.
Important: remove all unused themes

Known Issues

  1. Improve the jQuery Date Selector
  2. Responsive support

Add options for the theme

  • Replace the KB logo with your own logo
    For more information have a look in the config.php

Supports the Customizer plugin

Syntax highlighting for Markdown code

151 languages currently supported by Prism, with their corresponding alias, to use in place of xxxx

-```xxxx
class BaseClass {
    function __construct() {
        print "In BaseClass constructor\n";
    }
}
-```
+```php
class BaseClass {
    function __construct() {
        print "In BaseClass constructor\n";
    }
}
+```

KanBoard Plugin Support

This theme has support for the following plugins:

  1. Gantt by Frédéric Guillot
  2. Bigboard by BlueTeck, Thomas Stinner, Pierre Cadeot, PapeCoding
  3. StarredProjects by BibLibre
  4. TaskProgressBar by Valentino Pesce
  5. Customizer by Craig Crosby

Reporting Issues

Please create an issue for any bugs you've found.