I am trying to show administrator badge without success, but moderator badge shows ok. Are there any constraint? Of course, I was selected in my profile, administrator, moderatos, and both one.
You can't change the groups you're a part of, but you can choose which badges show up with your avatar.
Go to https://community.nodebb.org/me/edit and you'll see a "Group Title" select box. That's where you configure which titles show up below your avatar.
I solved my problem.
Well, sort of. I changed my user language, in my profile from en_US back to en_GB.
Now my two-factor and user invitation plugin display properly.
But, why did my user profile language change? I do not recall changing it. Maybe I did at some point and I just do not recall. The last plugin I installed prior to today was the nodebb-plugin-newsletter to test it for the developer, in another thread.
I un-installed that plugin and it did not make a difference but that is when I noticed my user profile language was set to en_US.
@sweetp Yes, this seems to be a recurring theme. We should be addressing this at some point...
https://github.com/NodeBB/nodebb-theme-persona/issues/434
julianlam created this issue in NodeBB/nodebb-theme-persona
closed
Category dropdown in ACP Manage -> Privileges is not easily discoverable
#434
Hi, there is an issue of new pic not showing when uploaded. Instead the old pic from cache is showing. The new pic only shows once I close and reopen the browser. This can easily be fixed if someone can save the last modified datetime of the pic in the db and put that datetime in the pic query string like this:
<img id="user-current-picture" class="avatar avatar-xl avatar-rounded" src="/assets/uploads/profile/1-profileavatar.jpeg?mod=2018-12-30 22:59:00" data-original-title="" title="">
thanks,
Saeed