|
How do I insert a picture in an article
Instructions can be found under add a picture to an article.
|
|
|
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 |
|
|
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.
|
|
|
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. |
|
|
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. |
|
|
Where is client(end user) screen?
http://www.your_site.com/kb/ (where kb is an installation folder)
|
|
|
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.
|
|
|
Where can I change look and feel?
Instructions can be found in this article. |
|
|
How can I enable"Search engine friendly URL"?
For now so called "Search engine friendly URL" works only on Apache web server. |
|
|
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. |
|
|
Does KBPublisher support SQL Server?
No. Currently KBPublisher supports only MySQL. |
|
|
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. 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. |
|
|
"Unable to process your request. Please retry shortly." What does it mean?
It means that server is unable to send an email. |
|
|
"It is possible server is overloaded. Try again or come back later." What does it mean?
Normally it means database error. |
|
|
No visual confirmation (captcha) required, even when the setting is on
The most likely cause is that your PHP installation does not have GD. Check if the GD library is installed with php and install it if it is not. |
|
|
Why hits (number of views) shows zero?
Hits/downloads updated daily by scheduled task (cron). |
|
|
How can I change authentication session timeout?
There are two settings:
Set it to the required value in minutes. If it does not work as expected check the following values in your php settings.
Tip:
|
|
|
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.
|
|