vtmessages 2.0 - vtiger CRM 5.1.0 Messages Module
January 18th, 2010 by Prasad
vtmessages an add-on module for vtiger CRM 5.1.0 is now available.
I finally made sometime this weekend to port the module that was written for 5.0.4 earlier
Download URL: vtmessages 2.0
Project URL: http://forge.vtiger.com/projects/vtmessages/
Related post: vtmessages - vtiger CRM Messages Module
Hope you will find it useful.
Regards
vtiger Team





That looks great! It would be fantastic if we could link these threads to Contacts, Accounts, etc.
@Mavsol,
Follow the developer mailing list thread:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2010-January/003827.html
Regards,
Prasad
vtiger Team
Thanks a lot, I have been make the language pack to es_es and es_mx, you can reach download in:
excuse me I forgot the url: here is it: http://www.odin.mx/vtigercrm/vtmessages-2.0.zip
Sorry for the OT comment but the mailing list appears to be down… And seems to have been for quite a few days now.
@Alan,
Our mailing list server is under maintenece, you can find the discussion thread at nabble too!
http://old.nabble.com/vtmessages-2.0—vtiger-CRM-5.1.0-Messages-Module-to27207453.html#a27214882
Regards,
Prasad
vtiger Team
hi prasad, all,
we did an italian translation of the module language file and installed the module on a community project demo
here:
http://demo.vtiger-italia.net/510/index.php?module=vtmessages&action=index&parenttab=Tools
there seem to be an issue with localized versions, maybe?
there’s a couple of icons which do not appear in the italian interface …
i haven’t investigated any further, so it might be anything really trivial …
ciao
carloz
Hi Prasad
We have the same problem with the Spanish translation, we lost both icons in the messages module, please if know how correct it, will be useful
Best Regards
Francisco
Have a look at [Smarty/templates/modules/vtmessages/ThreadView.tpl], it controls the display of record.
If you need me to look at the issue further, share the language pack you are using.
Keep us posted on your observation.
Regards,
Prasad
vtiger Team
Here the solution:
Add this item in [modules/vtmessages/language/it_it.lang.php]:
‘YES’=>’si’,
change line 9 in [Smarty/templates/modules/vtmessages/ThreadView.tpl],
from
{if $entity[$LISTFIELDPOS.topicstart] eq ‘yes’ ||
$entity[$LISTFIELDPOS.topicstart] eq 1}
to
{if $entity[$LISTFIELDPOS.topicstart] eq $MOD.YES || $entity[$LISTFIELDPOS.topicstart] eq 1}
that’s all
By,
Massimo
hi,
i applied massimo’s suggested fix, which makes sense
but not seem to fix the issue on my end …
i’m attaching the language file, as per prasad request, on the forge
http://forge.vtiger.com/tracker/index.php?func=detail&aid=242&group_id=193&atid=811
ciao
carloz
Thank you, will roll-in the fix later.
Regards,
Prasad
vtiger Team
Replacing: ‘yes’ with $APP.yes (as shown below)
{if $entity[$LISTFIELDPOS.topicstart] eq $APP.yes
|| $entity[$LISTFIELDPOS.topicstart] eq 1}
in Smarty/templates/modules/vtmessages/ThreadView.tpl would work without redefining $MOD.YES
Let me know the feedback.
Regards,
Prasad
vtiger Team
Work for me and the spanish community, thanks for all Prasad
it does work fine with the fix
thank you
carloz
It would be more useful if you could attach a file to a message.
Hi,
Even though the installation went fine, when I send a message the only thing I see on the thread is:
… says: at –…
…
Any help on this one Please ?!
Hi,
I can see the Messages when I follow the link that is emailed. But when I go through the Menu ( Tolls > Messages ) the threads are empty !!
Hi Prasad,
Thanks for the update. How can we be sure that when we follow the file link posted at the top (http://forge.vtiger.com/frs/?group_id=193&release_id=619) we get the corrected version ?
Thanks for this wonderful tool,
NonoFr
Hi Prasad,
i have installed the Modul without Errors and Complications. But its not able to Add an Message. The Add-Button is not Green, he is Grey and not clickable.