Forum Discussion
TariqHussain
8 years agoBoss
Thanks, peterlu for clarification. Tyler - If you want to show user rank on the ForumPage message-list component, there are two way to achieve this.
1. As peterlu mentioned use JS to append user rank.
2. If you don't want to use JS for this. You can get another column added to message-list component by lithium support. They will add another column to it and will provide a custom component where you can write code for that column. All the evn context object will work on that component. We have done this for one of our community.
peterlu
8 years agoChampion
The best way is to get Lithium Support to add a freemarker way to do it, like TariqHussain mentioned. It is the clean way to do it.