------------------------------------------------------------ It does not work. What I should do? ------------------------------------------------------------- Set configuration value $conf['debug_info'] = 1; in file 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 messages (languages files) are in kb/admin/lang/ directory open your language folder and make all neccessary changes. ------------------------------------------------------------ How search works? What is search algorithm? ------------------------------------------------------------- http://forums.mysql.com/list.php?107 ------------------------------------------------------------ Where is client(end user) screen? ------------------------------------------------------------- http://www.your_site.com/kb/ (where kb is installation folder) ------------------------------------------------------------ Something wrong with translations, phrases, words, spelling.. ------------------------------------------------------------- Only Enlish version is always up-to date. Compare Enlish language with your language and make all nessasery changes. ------------------------------------------------------------ How can I translate KnowledgebasePublisher to other language? ------------------------------------------------------------- To translate to other language you should copy directory kb/admin/lang/en and rename 'en' to translated language. Made all neccessary changes in .ini files and in config_lang.php Use special utils: - kb/admin/lang/test_language.php - kb/admin/lang/display_language.php it will display all neccessary information. Translated files you can send to eleontev@gmail.com Thank you for cooperation. ------------------------------------------------------------ How I can safely upgrade my db for new releases? ------------------------------------------------------------- If in current release you found file kb/install/db_upgrate[version].sgl then run it. It does not corrupt your previos data. Do not forget to backup old DB. ------------------------------------------------------------ Where I can change look and feel? ------------------------------------------------------------- See for templates files and css file in directory kb/client/skin/... ------------------------------------------------------------ How I can have "Search engine friendly URL"? ------------------------------------------------------------- So called "Search engine friendly URL" should work automatically if your Apache support it. If you sure that your server have mod_rewrite but you do not have "Search engine friendly URL" then try to set it manually set configuration variable $conf['use_mod_rewrite']=1 in file kb/admin/config.inc.php