roflas
January 12, 2025, 9:10pm
1
Hello,
Thanks for Nextcloud.
I was trying to figure out… Is there a way to change app order on “Appearance and accessibility” → “Navigation bar settings” not from just GUI? I would like to make this via config or OCC, but manual does not state this is possible. Perhaps it is possible to change a config file related to this?
Also, right now it is set for each (or by each) user individually. Can it be set globally?
Thanks
jtr
January 13, 2025, 4:39pm
2
All account settings can be read/modified via occ
- i.e.
occ user:setting ACCOUNT
occ user:setting ACCOUNT core apporder
See occ: User Settings .
roflas
January 13, 2025, 9:27pm
3
Thanks for reply.
However, I do not see this option available neither in manual or during testing:
docker exec -u www-data nextcloud php occ user:setting user-name core apporder
The setting does not exist for user "user-name"
I can see the following options available:
docker exec -u www-data nextcloud php occ user:setting user-name core
- core:
- lang: en
- templateDirectory:
- timezone: Europe/Vilnius
- settings:
- display_name: User Name
Is there anything special I have to do in order to enable it?
Thanks
jtr
January 13, 2025, 10:51pm
4
You’ll only see it in an account that already has set that value (otherwise the default is used).
The option will be used either way, if you set it there. There just won’t be an existing value to retrieve.
roflas
January 13, 2025, 11:27pm
5
Worked nicely. Appreciate that.
1 Like
system
Closed
January 21, 2025, 11:27pm
6
This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.