Anonymous for users
Hi, I want to ask how to anonymize users:
1, Anonymize the username part after the @ character.
For example: /u/demo123/
I want it not to be displayed on the profile link. Or instead of displaying the username, display the user id.
2, I tested with the user role, they can customize this display name. And the login name part is still unchanged.
Is there any way to automate changing their public name when using fluentCRM or Flowmattic?
Looking forward to the answer from the developer and the community.
you can enable features where users can change their usernames. When a user get registered, we generate the username which is pretty and relevant. If you want to change that with random numbers or timestamp, check the corresponding filter hooks. In User.php model
Shahjahan JewelΒ it would be nice when changing user name feature could be acdesible only by Paid/Premium users (with a tag or a badge).
So free users could have ugly UserName6375 as a starter and once they upgrade to a Premium subscription then will get this feature available.
Same story with a DirectMessage/Chat - it should be available only to Paid/Premium users. This would give the admin more ways to make $.
Mat βΒ maybe appropriate filter hooks to enable or disable based on current profile will be better.
Shahjahan Jewel ok i will try to modify the code there. thanks for reply
Shahjahan JewelΒ How do we simply hide user's real (full names) and simply force only their usernames to show instead? I would think this would probably be a major need. is this possible?