Appearance and app order settings

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

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.

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

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.

Worked nicely. Appreciate that.

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.