KBPublisher Demo
Search:     Advanced search
print  Print
KBPublisher
document
What does the red key mean beside a category, article or file?
It means that access is restricted. You may need to log on to see view articles, or you may require special user access.
document
How do I insert a picture in an article
Instructions can be found under add a picture to an article.
document
It does not work. What I should do?
Set configuration value $conf['debug_info'] = 1 in file kb/admin/config.inc.php, then you can see real sql errors and all php errors.
Make sure you properly edited(adjusted) files kb/index.php and kb/admin/config.inc.php
document
How to change some words, phrases?
All languages files are in kb/admin/lang/[lang]/ directory. Open your language folder and make all necessary changes.
document
How search works? What is search algorithm?
Search functionality is provided by MySQL full-text searching. This is a natural language search that allows you to type in a question or regular sentence that describes the information you are looking for, and then uses programmed logic to determine the keywords in the sentence. See here for details Boolean Full-Text Searches.
document
Why search does not find words with less than 3,4 characters?
The minimum and maximum lengths of words to be indexed are defined by the ft_min_word_len and ft_max_word_len system variables.
Fine-Tuning MySQL Full-Text Search
MySQL Forums :: Full-Text Search
document
Where is client(end user) screen?
http://www.your_site.com/kb/ (where kb is an installation folder)
document
How can I translate KBPublisher to another language?
To translate to other language you should copy directory kb/admin/lang/en and rename 'en' to translated language.
Made all necessary changes in .ini files and in config_lang.php
We have made some special utilities, it will display some help information:
  • http://your_domain.com/kb/admin/lang/test_language.php
  • http://your_domain.com/kb/admin/lang/display_language.php
document
Where I can change look and feel?
See template files and css file in directory kb/client/skin/...
document
How I can enable"Search engine friendly URL"?
For now so called "Search engine friendly URL" works only on Apache web server.
It should work automatically if your Apache installed with mod_rewrite enabled.
Please read here for more details