$Id: INSTALL.txt,v 1.3 2007/11/09 18:18:43 alexpott Exp $ This module update is indebited to haimoura who coded the first version of the KnowledgeTree module Installing the KnowledgeTree module on Drupal and Knowledge tree. 1. Add lines from kt_config.ini (in the knowledgeTree folder in the module) to config.ini in the config folder in your KnowledgeTree install. 2. Copy the drupal folder (in the knowledgeTree folder in the module) into the plugins directory in your KnowledgeTree install 3. If the thirdparty folder does not contain a folder called xmlrpc-2.2 copy it from the module directory (do not move it as drupal will need the library too) 4. Enable the KnowledgeTree module in Drupal 5. Go to the KnowledgeTree page in the site configuration menu and check that the session names match. There will be a drupal message about this. IF they do not you need to alter the settings.php in the sites/all folder and comment out the section that sets the session.cookie_domain. These are the lines below the bit that reads: * We try to set the correct cookie domain. If you are experiencing problems * try commenting out the code below or specifying the cookie domain by hand. 6. Fill out the administration for in site configuration for KnowledgeTree. 7. Run the following SQL on the KnowledgeTree database INSERT INTO interceptor_instances (id, name, interceptor_namespace) VALUES (1, 'DrupalInterceptor', 'drupal.drupal.interceptor'); 8. Copy the logout.php in the knowledgeTree folder in the module) into the presentation directory in your KnowledgeTree install. 9. Login in to your KnowledgeTree installation and enable the Drupal plugin in the DMS administration section -> Miscellaneous -> Manage Plugins (you might have to click on the Reread Plugins button) 10. If you want the KnowledgeTree pages to always load with the iframe you need to edit the standard_page.smarty in the templates/kt3 folder in your knowledgeTree install). Add the following lines just before the tag. 11. To find out more about interceptors and KnowledgeTree visit http://wiki.knowledgetree.com/Using_Interceptors_to_Override_KnowledgeTr ee's_Login_Process