2017 © Pedro Peláez
 

silverstripe-module knowledgebase

SilverStripe knowledgebase module

image

silverstripe/knowledgebase

SilverStripe knowledgebase module

  • Sunday, January 19, 2014
  • by maldicore
  • Repository
  • 2 Watchers
  • 1 Stars
  • 927 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 4 Open issues
  • 1 Versions
  • 31 % Grown

The README.md

Knowledge Base module for Silverstripe

This module provides basic knowledge base functionality for silverstripe with the following features: * Article full text search with as-you-type drop-down suggestions * Article categorisation * Ajax powered article rating system (star system) which can be easily turned off, (*1)

There is nothing really special about this, but it gives you everything you need to build a simple knowledge base., (*2)

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., (*3)

Credits and Authors

Requirements

  • SilverStripe 2.4.7, may work on lower versions (MIGRATING TO 3.x)
  • PHP 5.2

Installation Instructions

  • Extract all files into the 'knowledgebase' folder under your Silverstripe root.
  • Template away!

General housekeeping

  • The knowledge base is designed to operate in a hierarchy similar to the below:, (*4)

  • Knowledge Base root page, (*5)

    • Category 1
      • Article
      • Category 1.1
        • Article
      • Category 1.2
        • Article
    • Category 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., (*6)

Options

You can disable ratings by using the following code in your _config.php, (*7)

KnowledgeBaseArticle::$rating_enabled = false;

The Versions

19/01 2014

dev-master

9999999-dev

SilverStripe knowledgebase module

  Sources   Download

The Requires

 

by Avatar maldicore
by Yusuf Abdulla Shunan

silverstripe faq knowledgebase