sat
(Sat)
1
I would like to assign badge to user when they join group. How to do that?
First enable SQL on your site by doing:
./launcher enter app
rails c
> SiteSetting.enable_badge_sql = true
Then read @sam’s guide below and follow the code:
4 Likes
sat
(Sat)
3
Thank you, will try this.
I feel it will be easy if they implement this feature in admin panel.