Note
The menu is displayed if authentication is successful.
LemonLDAP::NG portal menu proposes 5 modules:
Each module can be activated through a rule, using user session
information. These rules can be set through Manager:
General Parameters
> Portal
> Menu
> Modules activation
.
You can use 0
or 1
to disable/enable the module, or use a more
complex rule. For example, to display the password change form only for
user authenticated through LDAP or DBI:
$_auth eq LDAP or $_auth eq DBI
You can sort menu tabs by setting the module order option for each module.
Configuring the virtual hosts is not enough to display an application in applications menu. Indeed, a virtual host can serve several applications (http://vhost.example.com/appli1, http://vhost.example.com/appli2).
In Manager, you can configure categories and applications by using
General Parameters
> Portal
> Menu
>
Categories and applications
.
Application parameters:
Tip
Categories and applications are displayed in alphabetical order.
Tip
The chosen logo file must be in portal applications logos
directory (portal/htdocs/static/common/apps/
). You can set a custom
logo by setting the logo file name directly in the field, and copy the
logo file in portal applications logos directory