/OneExperienceKB

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

Primary LanguageCSSMIT LicenseMIT

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.