@phenomlab I am on a Mac, so I used the “Option + Command + I”, and then performed the steps. It loaded my favicon! I checked on Firefox which I haven’t used before, and it showed my favicon also! That’s fantastic and thank you for the help!
[NodeBB] Auto assign a label or group title
-
Hello there
I would like to automatically assign a label/or several (group title) for new users with a validated account
Like this all registered users will have at least one
It’s possible to do that ?
many thanks to the communauty
-
Resolve
since all users are in this group by default. I just had to put this group in non-private and check the display of the badge.
By default, NodeBB displays the user’s default group label unless the user changes it himself
-
@DownPW I’m almost positive there used to be a plugin that performed exactly this task, but I can’t seem to locate it within
npm
. I expect you could (relatively easily) perform this function by listening to the registration hook and leveraging that to add the user to a group programmatically, although this would need some development and testing -
@phenomlab said in [NodeBB] Auto assign a label or group title:
@DownPW I’m almost positive there used to be a plugin that performed exactly this task, but I can’t seem to locate it within
npm
. I expect you could (relatively easily) perform this function by listening to the registration hook and leveraging that to add the user to a group programmatically, although this would need some development and testingOk thanks for your answer @phenomlab
I will rather look for a plugin allowing me to do it because I don’t have time to develop this function.
I’ll keep you posted on my research
– >In fact, all my users are already in a group called “all”
What interests me the most is to automatically assign the group label in the user profile
-
-
Resolve
since all users are in this group by default. I just had to put this group in non-private and check the display of the badge.
By default, NodeBB displays the user’s default group label unless the user changes it himself
-
-
-
@DownPW very useful tip. Thanks