You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Situation:
The theme includes menu components that use the Front End User Login Enhanced (FEULE) plugin to show only menu items that users are authorized to access. These components lack the following features:
Only menu items at the top two levels of the menu tree are shown - it is not possible to:
show further - e.g. third level - menu items,
specify a start/parent menu page.
The menu components generate an error if they are integrated in the theme but the FEULE plugin is not active. This means that:
separate components are required when the FEULE plugin is to be used and
a site administrator has to change the components specified if they want to implement authentication and authorization with the FEULE plugin.
Desired Behavior:
The menu components for the aside and nav components should be made recursive and it should be possible to specify a starting page and the maximum number of levels to be shown.
A third menu component should be added to the theme to allow a 'local' menu to be included in pages.
The same menu component should be able to function whether or not the FEULE plugin is active.
All three menu components should use a common code base as far as possible.
Instructions should be added to the ReadME file describing how users can clone additional menu components if required.
The text was updated successfully, but these errors were encountered:
Current Situation:
The theme includes menu components that use the Front End User Login Enhanced (FEULE) plugin to show only menu items that users are authorized to access. These components lack the following features:
Desired Behavior:
The text was updated successfully, but these errors were encountered: