Home Learn More Purchase Knowledge Base Support Contact

Search:     Advanced search
print  Print
KBPublisher
 
document What does the red key mean beside a category, article or file?
document How do I insert a picture in an article
document It does not work. What I should do?
document How to change some words, phrases?
document How does search work? What is search algorithm?
document Why search does not find words with less than 3,4 characters?
document Where is client(end user) screen?
document How can I translate KBPublisher to another language?
document Where can I change look and feel?
document How can I enable"Search engine friendly URL"?
document I have installed PHP and MySQL and I can see only blank page. What's wrong?
document Does KBPublisher support SQL Server?
document Can I add Video to a content page?
document "Unable to process your request. Please retry shortly." What does it mean?
document "It is possible server is overloaded. Try again or come back later." What does it mean?
 
 
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 does search work? 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
Set your language in $conf['lang'] variable in admin/config.inc.php
($conf['lang'] = 'your_language_folder_name';)

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 can I change look and feel?

Instructions can be found in this article.

 
document
How can I 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 is installed with mod_rewrite enabled.
Please read here for more details

 
document
I have installed PHP and MySQL and I can see only blank page. What's wrong?

MySQL is not enabled by default, nor is the MySQL library bundled with PHP. In order to have these functions available, you must compile PHP with MySQL support.
PHP manual - MySQL

Set conf['debug_info'] = 1 in your_kb_installation_directory/admin/config.inc.php. It will  display  an error if  you do not have MySQL extension enabled.

 
document
Does KBPublisher support SQL Server?

No. Currently KBPublisher supports only MySQL.

 
document
Can I add Video to a content page?

Sure you can. The process is like for adding image to article. Use "Insert/Edit Flash" or "Insert/Edit Link" button from FCK editor toolbar.
Tip: you can add any HTML inside the content page.

 
document
"Unable to process your request. Please retry shortly." What does it mean?

It means that server is unable to send an email.
You have to set up correct email settings under "Settings->Email" menu in Admin Area.

 
document
"It is possible server is overloaded. Try again or come back later." What does it mean?

Normally it means database error.
To see more descriptive message, set $conf['debug_db_error'] = 2, at admin/config.inc.php file

 
RSS

© 2008 Double Jade LLC | customer.service@kbpublisher.com