I have been bumping into a wall trying to developing a plugin, and I've finally decided to do the smart thing and seek some help. The plugin I am working on is attempting to check our local mail systems shared System Notices folder (#Shared Folders/System Notices) and then display a notice message to the end user.
Is there a jquery/php event/hook that I could use for the initial window view, or alternatively an $rcmail->action I can check for in the plugin init?
Robert King System Administrator Computing & Communications Memorial University _______________________________________________ List info: http://lists.roundcube.net/dev/
On Tue, Apr 7, 2009 at 17:55, Robert King robk@mun.ca wrote:
I have been bumping into a wall trying to developing a plugin, and I've finally decided to do the smart thing and seek some help. The plugin I am working on is attempting to check our local mail systems shared System Notices folder (#Shared Folders/System Notices) and then display a notice message to the end user.
Is there a jquery/php event/hook that I could use for the initial window view, or alternatively an $rcmail->action I can check for in the plugin init?
I suggest to try the "login_after" hook from http://trac.roundcube.net/wiki/Plugin_Hooks#GlobalHooks You can change the task/action where the user will be redirected after the login.
Alternatively you can hook into the skin template object of the preview pane (hook 'template_object_messagecontentframe') and change the iframe source to show a custom welcome screen within the preview pane. See attached proof-of-concept
~Thomas
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/HF/DC9IcZ2w/welcome_screen.php Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/
On Sun, Apr 12, 2009 at 9:17 PM, Moises Vega mvega@elconix.com wrote:
Hello we are trying to add a plugin to integrate our CRM system to the RoundCube Webmail, is this possible?
Can anyone help please.
Please, can you be *less* specific? ;-))
Thomas answered your initial question below -- I gather it didn't help you. Maybe you want to tell us exactly where you are stuck.
Cheers, Till _______________________________________________ List info: http://lists.roundcube.net/dev/