side_menu_doc/docs/faq.md

42 lines
1 KiB
Markdown
Raw Normal View History

2023-02-12 16:54:32 +01:00
---
hide:
- navigation
---
2023-02-21 21:30:54 +01:00
# FAQ
2023-02-12 16:54:32 +01:00
2023-02-21 21:30:54 +01:00
## How to replace Apporder?
2023-02-12 16:54:32 +01:00
Custom Menu could replace [Apporder](https://github.com/juliushaertl/apporder).
1. Go to user or global settings
2. Scroll to `Top menu` check all apps in `Applications kept in the top menu`
3. Scroll to `Applications` and customize sorting
4. Save
2023-02-20 13:43:41 +01:00
2023-03-30 13:46:42 +02:00
## Use first top menu app as default app
You can easily let Custom Menu redirect to the first app in the top menu by changing the following parameter in your configuration:
```php-inline title="config/config.php"
'defaultapp' => 'side_menu',
```
2023-02-21 21:30:54 +01:00
## How to export the configuration?
2023-02-20 13:43:41 +01:00
2023-02-21 21:30:54 +01:00
1. Go global settings
2023-02-20 13:43:41 +01:00
2. Click on `Export the configuration`
<figure markdown>
[![](./_static/img/export_conf.png)](./_static/img/export_conf.png){target="blank"}
<figcaption>Export the configuration</figcaption>
</figure>
2023-02-21 21:30:54 +01:00
## Custom Menu doesn't work for guest users
Custom menu must be added in app's allowlist.
<figure markdown>
[![](./_static/img/allowlist.png)](./_static/img/allowlist.png){target="blank"}
</figure>