>I have written a plugin for the TAB so that it can sync users back and
>forth with SugarCRM. I was curious on to how to make it so that a user can
>install the plugin. Since the plugins need to be registered in the db. Is
>there a way to have this happen automatically or do I need to write a file
>to register it.
Registering such a plugin happens automatically when it is placed in the plugins directory and uses the following naming conventions:
directory name == <plugin class name>
plugin class stored in file <plugin class name>.plugin.php
When the plugin is done please post the code as Feature Request with attached zip or tar.gz or email it to the admins.
We are thinking of generalizing single sign on for many web applications. You plugin may be a good start.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
majed wrote ...
>I have written a plugin for the TAB so that it can sync users back and
>forth with SugarCRM. I was curious on to how to make it so that a user can
>install the plugin. Since the plugins need to be registered in the db. Is
>there a way to have this happen automatically or do I need to write a file
>to register it.
Registering such a plugin happens automatically when it is placed in the plugins directory and uses the following naming conventions:
directory name == <plugin class name>
plugin class stored in file <plugin class name>.plugin.php
When the plugin is done please post the code as Feature Request with attached zip or tar.gz or email it to the admins.
We are thinking of generalizing single sign on for many web applications. You plugin may be a good start.