The registration for the roundcube trac seems broken. http://trac.roundcube.net/register does nothing. Also, there is no obvious link to the registration page.
Hey Adam,
can you take a look?
Till
On Sat, May 2, 2009 at 10:10 PM, Ludvig Widman ludw@ludw.se wrote:
The registration for the roundcube trac seems broken. http://trac.roundcube.net/register does nothing. Also, there is no obvious link to the registration page.
-- /Ludvig Widman _______________________________________________ List info: http://lists.roundcube.net/dev/
List info: http://lists.roundcube.net/dev/
It should be fixed now. Had some issues with a recent server upgrade.
Adam
On Sat, May 2, 2009 at 3:10 PM, Ludvig Widman ludw@ludw.se wrote:
The registration for the roundcube trac seems broken. http://trac.roundcube.net/register does nothing. Also, there is no obvious link to the registration page.
-- /Ludvig Widman _______________________________________________ List info: http://lists.roundcube.net/dev/
List info: http://lists.roundcube.net/dev/
Hello,
We are from Panama, and today we are in elections, hope the best wins,
We are q team that developed a CRM system, but we would like to see if a developer with expirience in RDC, can help us integrate it as we are in lack of a Webmail integrated to the CRM.
We are looking to integrate:
redirect the user to a page in our CRM for creating a task, ticket or lead from the email. We need that the from the message view in RDC, we need that from the drop box or a bottom would open a new window on our CRM POSTing the message id, message content and message subject, from and priority.
This would help us a lot, a second fase woult be that once an email is sent this can be saved in a table in mysql for us to reference it to a ticket, or task in the CRM.
We are open to work with the RDC in any way, please let me know how can we do this.
Thanks,
On 5/3/09 10:33 AM, "Adam Grelck" adam.grelck@gmail.com wrote:
It should be fixed now. Had some issues with a recent server upgrade.
Adam
On Sat, May 2, 2009 at 3:10 PM, Ludvig Widman ludw@ludw.se wrote:
The registration for the roundcube trac seems broken. http://trac.roundcube.net/register does nothing. Also, there is no obvious link to the registration page.
-- /Ludvig Widman _______________________________________________ List info: http://lists.roundcube.net/dev/
List info: http://lists.roundcube.net/dev/
List info: http://lists.roundcube.net/dev/
On Sun, May 3, 2009 at 18:04, Moises Vega mvega@elconix.com wrote:
Hello,
We are from Panama, and today we are in elections, hope the best wins,
We are q team that developed a CRM system, but we would like to see if a developer with expirience in RDC, can help us integrate it as we are in lack of a Webmail integrated to the CRM.
We are looking to integrate:
- When the user is in a message, we need to add a dropbox that would
redirect the user to a page in our CRM for creating a task, ticket or lead from the email. We need that the from the message view in RDC, we need that from the drop box or a bottom would open a new window on our CRM POSTing the message id, message content and message subject, from and priority.
This could be implemented as a plugin. Check out the docs http://trac.roundcube.net/wiki/Doc_Plugins especially the section where you can add scripts and UI elements to the client. Also certain temaplte hooks (http://trac.roundcube.net/wiki/Plugin_Hooks#TemplateHooks) could help you here.
Regards, Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/
Hello Devs,
the attached patch is very usefull, IMO. It loads plugin templates from the plugin folder. It is similar to what you are already doing by the localization.
E.g.: $rcmail->output->send("settings.account") ... will parse the template from ./[conf:plugins_dir]/settings/skins/[conf:skin]/templates/account.html.
So we could use a "Domain Prefix" for plugin templates. It would make it easier to install a plugin, because the user does not have to copy things into the main skin folder.
Please let me know, if you will incorporate the patch. I'm in process to update MyRoundCube to use the new Plugin API and have to know if I can rely on this method.
Regards, Roland
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/aY/Wgk9LcbG/rcube_template.php.patch Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/