brian
Joined: 02 Jan 2006
Posts: 29
|
| Posted: Mon Jan 02, 2006 6:30 am Post subject: Squirrelmail fixup |
|
|
I just setup vTiger on my system as a test. I really think this is a great product. I had been looking at Sugar, but there is a lot more functionality in vTiger...
As part of my eval, there was a minor issue with the squirrelmail integration. Namely, the navigation links in a message didn't work. I checked CVS and there have been no updates to the code to correct this, though it's a really easy fix...
/modules/squirrelmail-1.4.4/functions/display-messages.php, line:42
$base_uri="/index.php?module=squirrelmail-1.4.4&action=";
is changed to:
$base_uri="index.php?module=squirrelmail-1.4.4&action=";
Just dropping the first slash fixed it, and should work fine for root installs as well.
I noticed that HTML mails don't work quite right in the current implementation (unless I remove the ability to reply with history). Is this something that is being worked on? HTML mail is a big plus... if no one is working on it, I might beat it up a bit.
Also, Squirrelmail supports MySQL... any reason the integrated install is file-based, not SQL-based? Just curious. Thanks. |
|