Version 1, changed by admin 07/23/2006. Show version history
This Knowledge Base (KB) application provides an easy way to create a database of questions and answers (called articles) so you can capture and share knowledge in an easy to use searchable web format.
| Revision | User | LastEdited | |
|---|---|---|---|
| FilteringTable | 4 | rachel | 12/20/2006 09:55AM |
You can have as many knowledge bases as you want in your JotSpot wiki. There are three ways to create a new knowledge base. They differ in their flexibility in choosing which page displays the KB.
This is the easiest way to create a knowledge base, and recommended for most users. Give it a name and press the button.
You can create a new page anywhere in your wiki and then use the More Actions menu to apply a form to your new page. This will effectively "install" a KB on that page. You can configure your KB by editing the page.
Note: any existing page content will be hidden. Please choose the KBInstallForm.
<include> Tag
This is a more advanced option for developers or those comfortable with script markup. You can include a forum anywhere on any page by adding the following line of script to your wiki. Be sure to fill in your own information for each parameter.
(Note: make sure the include is actually one long line -- you can't have line breaks in the tag!)
<wiki:include node="KBMain" kbTitle="Give your Knowledge Base a title" kbDescription="Fill in your description"
showNewArticleButton="true" />