• Resolved Ingenyus

    (@ingenyus)


    Hi,

    I am planning to purchase the pro version of the plugin, but I need to know if it is possible to implement an additional feature.

    I need the user names to be anonymous within posts. My goal is for users to see anonymous identifiers instead of their real names, but only inside a specific post. Each user should have a consistent anonymous identifier within the same post, but the identifier should change if the user is in a different post.

    Specifically, I would like to generate a hash based on the user ID and the post ID where the chat is located, and use this hash as the anonymous identifier for each user within that specific post.

    Is it possible to achieve this through a hook or any other method provided by your plugin?

    Thank you for your assistance.

Viewing 1 replies (of 1 total)
  • Plugin Author Marcin

    (@marcinlawrowski)

    Hello @ingenyus

    Wise Chat preserves the same user across all pages within a website. Unfortunately, it is not possible to hide real username on specific posts. A limited solution would be:
    – run two chat instances on 2 subdomains (separate sites)
    – the 1st one is a chat with anonymous users only
    – the 2nd one is a chat with logged in users only
    – attach the two chats via iframe under posts in the root site
    Please note that this is a limited solution.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.