You can select different colors to display user's name for the different ranks a user has. I have a custom author display component and I want to be able to bring this functionality into it but have no idea how to find that information in a way that I can use. Help!
Thanks
Solved! Go to Solution.
@Inactive User - In Khoros, we dont have user role color but have rank color.
Thanks!
@Inactive User - You can use the following API call to get the user rank color:
SELECT rank.name, rank.color FROM users WHERE id = '[user.id]'
Thanks!
Thanks!
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!