• Resolved michaeledi

    (@michaeledi)


    Hi,
    I have 3 questions:

    1. I’ve seen the introduction on your official site showing the message page like this:

    But I cannot find where can I find the setting to make my message page look the same, is it a pro version?

    2. I have a suggestion for the setting of User Display Name: Now we can only choose from Username/FN-LN/LN-FN, but I think most people has set the nickname, and that’s what they want to display in the public. So is it possible to add it to the feature? And I also find it confusing to distinguish the username in the user searchbox in message page, is that also showing the FirstName-LastName? That can be really confusing…

    3. About sending message, I wonder if there is a url or shortcode to embed so we can send message directly to specific user by just clicking it? If yes, that’ll be awesome!

    Sorry for asking so much, but I really like your plugin and want to do something to improve it, now I’m translating it in Chinese, hope more people can see how wonderful this plugin is!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello!

    I’m sorry for late reply.

    1. Everything is right, we have redesigned Message tab and forget to change screenshot on our site. Thank you for reporting the issue. We will update information on Membership plugin page.
    2. Thanks for suggestion. We will improve this in one of next plugin versions. I will inform you about the updates.
    3. Describe this request in more details. How it should work?

    Thread Starter michaeledi

    (@michaeledi)

    Ok!
    1. Thanks for the explanation but I do prefer the previous message tab, which seems to be more convinient and clearer – I can see all the incoming message without having to enter and exit the dialogue one-by-one.

    2.Looking forward to it! I really think it will help to reduce the confusion with the user recognition.

    3. Here’s the case:
    I want to trigger a conversation by embedding a shortcode or url with the person’s userid or nickname I wanna talk to, like:

    [memberchat id=”123″]Talk to him[/memberchat]

    or

    [a href=”https://yourdomain/message?action=newmessage&to=username”%5Dtalk to me![/a]

    Is that possible? Then I can add a button in posts or pages other than only the user’s profile page.

    • This reply was modified 7 years, 8 months ago by michaeledi.
    • This reply was modified 7 years, 8 months ago by michaeledi.
    Plugin Author supsystic

    (@supsysticcom)

    Hi!
    1) In order to change Messages design to previous version – try to use this css code in styles of your theme –

    #conversations .conversations-list-container {
        display: block!important;
        float: left;
        width: 40%;
    }
    
    #conversations .conversations-list-container .left.column {
       display: none!important;
    }
    
    #conversations .conversations-list-container .right.column {
       width: 100%!important;
    }
    
    #conversations .conversations-list-container .new-conversation {
        float: left!important;
    }
    
    #conversations .conversations-messages-container, #conversations .new-conversation-container {
        float: right;
        width: 60%;
        padding-left: 1em;
    }
    
    #conversations .conversations-messages-container[style*="display: block"] ~ .new-conversation-container {
        display: none!important;
    }
    
    #conversations .conversations-messages-container .show-all-conversations,
    #conversations .new-conversation-container .show-all-conversations {
        display: none!important;
    }

    Also for the width for different screens you can customize using Media Queries from https://www.w3schools.com/css/css_rwd_mediaqueries.asp. Simply add the needed rules.

    3) We will add such feature in one of next Membership plugin versions. I will inform you about the updates.

    Thread Starter michaeledi

    (@michaeledi)

    Thanks for the css guide! I’ve managed to set the screen as I wish!
    Another feature request: Can we send file or image during the conversation?

    Plugin Author supsystic

    (@supsysticcom)

    Hi!
    Unfortunately now there is no such ability. But we will try to improve this in future versions of Membership plugins.

    Thread Starter michaeledi

    (@michaeledi)

    OK, thanks for the feedback!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Message page style + Profile Display Suggestion’ is closed to new replies.