Hi, I use the IM-module on my site, it's a great tool to have a quick chat between admins. But there was one thing I was missing. You have to look in the database to see when a message has been send. I think it would be good if the date is shown in a title attribute. I've updated the code of im.module and im.js to the ones attached. Hope it works as it should and you'll implement it in the following versions too.

CommentFileSizeAuthor
#1 im.js_.txt8.33 KBsanderd17
#1 im.module.txt41.44 KBsanderd17
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sanderd17’s picture

FileSize
41.44 KB
8.33 KB
sanderd17’s picture

Title: Show time » Show date/time
pahariwalla’s picture

Assigned: Unassigned » pahariwalla

Thanks for the code. I will include it as on option - probably also as a user preference. One small thing, I think that I'll need to check the user's and servers timezone settings in the PHP side, otherwise the JS will use the user's local time which may not be the same ..