New message with user

Is it possible to modify the message module so that when creating a message from the profile of a user with whom there is already correspondence, this correspondence is opened and not a new message?

It is implemented everywhere in the right way.

  • 446
  • More
Replies (9)
    • Hello!
      Yes, by default it should work like you described. Member can not create many talks with the same user and always only one chat/talk is automatically opened. We will change this behavior in the nearest version and users will be able to create many talks with the same member, but from profile page user will be able to open only default first created talk.

      • Hello, Alexey .

        I also noticed the dialogs are in different tables, maybe at the same time you pay attention to whether this is correct.

        I also have an idea for new functionality. When a user logs in, he already has a message from the administrator and a notification. I think many will come in handy.

        • About differnt tables: I am not sure that I understand you correctly. Do you mean some of the talks/chats are fixed up and you can see history under not right participants?

          About new factinality: do you mean don't send notificaton if it is from admin and to show it only in account ?

          • There are two tables bx_convos_cmts and bx_convos_conversations in the database, messages are written to both.

            I mean sending on behalf of the administrator, for example, a greeting. Only do this not manually, but automatically immediately after registration.

            • Hello 

              bx_convos_conversations table contains conversations themselves (initial message/question), while bx_convos_cmts one contains replies.

              ---
              Best Regards
              Anton

              • Something else. When you delete dialogs, they remain in the database. Perhaps this was done so that it was impossible to delete other people's messages.

                But I think this is not entirely correct. Firstly, it clogs the database, and secondly, I believe that it is better when other people's messages can be deleted from your account.

                Another would be relevant function of switching between any profiles for the administrator.

                • Hello

                  When you delete dialogs, they remain in the database. 

                  It should be so, because it's conversation. If you (one part of conversation) don't want to continue the conversation it doesn't mean that the other interlocutor(s) agree with your decision. The others may want to save the conversation for future usage.

                  ---
                  Best Regards
                  Anton

                  • Hello!

                    What should I do if a user leaves the site forever and I need to clear everything?

                    I understand your position on this, but if I am the owner of the site, then I should have unlimited opportunities for users. Well, maybe this is just my opinion.

                    • Hello

                      As admin you may delete any account with content (profile view page -> actions menu -> "more" submenu or Studio -> Accounts app). Initially this possibility was created to delete spammers with all their content.

                      Login or Join to comment.