Talk:Using Interceptors to Override KnowledgeTree's Login Process

From KnowledgeTree Document Management Made Simple

Jump to: navigation, search

I'm justing trying to use this code to create an interceptor for Drupal and have had some trouble getting the plugin to appear in Knowledge Tree's list of plugins. I had to add following code after the plugin code:

$oRegistry =& KTPluginRegistry::getSingleton();
$oRegistry->registerPlugin('PortalPlugin','test.Portal.plugin', __FILE__);

Same problem here, this additional code enables the plugin to appear available. This should be added to the article.

However, there should be an addition to keep explaining the whole process. It is not explained how the plugin allows the entrance to knowledgetree once it is active.

Personal tools