Displaying Member Roles on Forums

Is there anyway to display the member roles on Forums? Possibly under their names. Currently all I see is the description of their roles under their member page.

Hi,

Read about getRoles() function, I believe it will help you:
https://www.wix.com/code/reference/wix-users.User.html#getRoles

Best,
Sapir

1 Like

Where exactly do I put the getRoles() function. Iā€™m trying to display the roles under names in the wix forums.

Hi,

In the page you wish the element appear add this function at the onReady() function at the top of the page code.
If you wish that the element will appear on the screen all the time write this function in the site tab and place it in the header or the footer .

Here you can read about Page and Site Tabs

Best,
Sapir