Forum Discussion
TariqHussain
8 years agoBoss
Tyler- I will suggest you not to use jQuery for this purpose. You can create your custom component and add it to your ForumMessagePage(message-list).
Inside the component you can get the author id by env.context.message.author.id environment variable.
<#assign ranking= restadmin("/users/id/${env.context.message.author.id}/ranking/display/left_image/url").value >There is an OOB component for user rank as well. Have you tried adding this component <component id="author-rank"/> to you ForumMessagePage quilt?