This module provides basic knowledge base functionality for silverstripe with the following features:
There is nothing really special about this, but it gives you everything you need
to build a simple knowledge base.
This module has been tested to work (and look terrible) out of the box with the
2.4 blackcandy theme installed; Other themes will require an additional subtheme.
The knowledge base is designed to operate in a hierarchy similar to the below:
Knowledge Base root page
Category 1
* Article
* Category 1.1
* Article
* Category 1.2
* Article
If you want to arrange your knowledge base into a slightly different structure
(for instance, without categories) you may need to do a bit of re-coding. Submit
a feature request if it doesn't work the way you want or expected it to.
You can disable ratings by using the following code in your _config.php
KnowledgeBaseArticle::$rating_enabled = false;
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem