I wonder if it’s possible to rename the trust level internal names because they breaks our UI and we don’t really want to add 4 more groups to display correct (less is better).
Could be related with translation to spanish?
I wonder if it’s possible to rename the trust level internal names because they breaks our UI and we don’t really want to add 4 more groups to display correct (less is better).
Could be related with translation to spanish?
Hi,
sure! see: your.domain/admin/customize/site_texts?q=groups.default_names.trust
They don’t stick (and I still need to use Chrome to upload images or use editor because Firefox ESR still buggy )
You’re right, it’s more complicated than that, for an automatic group only the display_name
is accessible through the UI, but mentions do use name
ps. about firefox, I was just using 102.0 without any trouble (win64) ¯\_ (ツ)_/¯
I can get more deep if you give your insight or some link to read.
I think that kind of things makes the difference on engagement. Not every communities are made for devs
I hope trust levels will be more flexible. We can’t use them on subscriptions, we can’t change their names, we can’t get rid of them (and same with badges).
I first thought there would be something in: Administrative Bulk Operations , but as I feared: Can I change the "Staff" Group Name? , nope
I’m currently testing whether rebuilding with a different locale by default changes the names of the automatic groups, well…no luck .
they are defined during the initial setup from - for instance in french - here:
ps. you can “get rid of” badges, that’s the enable badges
parameter
I thought some of them are permanent but that’s ok, I think that core team have some point on that (:
I asked the same about Staff group (we need to hide and use another ones, workaround is ok but we need something to change @trust_level_1
)
That’s looks really bad. Paranoids could delete site data (?)
I’m sure almost anything is possible within the rails console, but it would require an extensive knowledge of the code that I’m far from having!
Actually it does, still a little fuzzy as exactly when and how (could revisiting /wizard/steps/locale
be necessary? or running discourse-setup
or maybe it’s done in background by a recurring task…)
So now the question is could a plugin be used to add a locale
Yes ! Add a new locale from plugin
Why does it break the UI?
You can hide all the trust_level groups so only admins/mods see them on the group page.
We are using default trust levels but not with _default_trust_level_ux but cool names then.
If you are in sync with Discord and Subscriptions, that could make sense if you want to keep all your audience engaged with Discourse philosophy but offer the chance to pay-for-info.
The problem appears in those little things that make that objetive almost impossible for no-coders.
We are trying our best in the learning curve
so, thank to the amazing work of the team, it’s surprisingly feasible,
default locale
, selected itsudo /var/discourse/./launcher enter app
rails c
Group.refresh_automatic_groups!()
exit;
exit