physixfan
(physixfan)
29 juli 2020 om 02:48
1
I would like to display users’ trust level (or corresponding badges) in the posts, like this screenshot:
What’s the easiest way to do this?
I think this gives readers a quick way to see whether a post is trustworthy, and also gives users an incentive to climb to higher trust level.
ondrej
29 juli 2020 om 07:06
2
Hello,
This theme component should help. Just add the trust level badges to be displayed. You can also add a custom title if you want but that will be hard.
Hey @physixfan As per your requirement mentioned I have developed a theme component for it. You can use it and provide a feedback to it
https://github.com/jahan-ggn/discourse-trust-level-on-posts
physixfan
(physixfan)
11 september 2020 om 22:50
4
Nice! Can you show the name of the trust level instead of “trust_level x”? For example we call trust_level 2 the Gold Member, it would be nicer to show “Gold Member” instead of “trust_level 2”.
@physixfan done with your said changes have a look to it.
physixfan
(physixfan)
16 september 2020 om 18:50
6
Thanks! Is it possible to show the customized trust level title? See attachment, we renamed the titles and would really like to show these customized titles~
@physixfan repository updated, look to it
physixfan
(physixfan)
17 september 2020 om 17:33
8
Wonderful, this is really helpful, thank you very much!
physixfan
(physixfan)
17 september 2020 om 20:12
9
It seems the user’s level is showing on the left of the username on mobile. This is a bit strange. Can it be moved to the right side like on desktop?
jahan_gagan
(Jahan Gagan)
18 september 2020 om 12:34
10
@physixfan again done with your said changes, have a look to it