I am using this module to allow my website users to chat with each other and I have also enabled the public chat option. I need all their conversions to be logged for future review, but I found out that this log option only works for private chats. i.e. This feature does not log any public chat conversions. So, is there any way to log public chat messages also?
Thank You

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

abarpetia’s picture

Title: Log public chatroom conversations » Public chatroom conversation Log
mr_fenix’s picture

The problem was solved by changing SQL queries. Many thanks to Gregory Tanacea

mr_fenix’s picture

Version: 7.x-1.4 » 7.x-2.x-dev
Status: Active » Patch (to be ported)

Can I see my previous comment # 2?

mr_fenix’s picture

Assigned: Unassigned » mr_fenix
mr_fenix’s picture

Assigned: mr_fenix » Unassigned
Tanacea’s picture

Issue summary: View changes
Tanacea’s picture

abarpetia’s picture

Status: Patch (to be ported) » Active

Patch (to be ported) status is only used when:

The patch has been successfully committed to a branch of the project, and still needs to be committed to another, but the current patch doesn't apply to the target branch and needs to be modified in order to do so.

Please see status page for information on Status field.

mr_fenix’s picture

Status: Active » Needs review
abarpetia’s picture

Status: Needs review » Active

Again, Please read status page before changing status.

There are no patches to review.

**Edit**
Sorry my bad.

abarpetia’s picture

Status: Active » Needs review
mr_fenix’s picture

After additional testing, bug was found. Now i fixed it in the new patch #12

Alons’s picture

Status: Needs review » Reviewed & tested by the community

Thank you mr_fenix, second patch works.