Requests | Blesta

Requests

Turn the right submenu into a php menu

Michael shared this idea 6 years ago
Under Consideration

Turn the right submenu with the client name into a php menu where it grabs data from the database like the other menu parts.

This allows plugins to assign menu items to that dropdown instead of creating a nav link or a nav dropdown as it can cause overflowing.

5872dffc203b62999a223b32976d0836

Comments (2)

photo
1

Or a event hook line the search options .

photo
2

add a new hook event like nav_top_client

and get the links from navigation model like getPrimaryClient() , maybe getTopClient() .

that way we can add a custom top navigation as we want.