Breadcrumb + Navigation to a new page

Hello
For the context:

  1. I have a dashboard page with a menu
    → My menu displays different sections using parameters
  2. In my account “compte” section of my “dashboard-page”, I have a RG with cards

I’d like to display the details of one of my cards (e.g. “Pingui” card) in a new “compte-details-page” while keeping my side menu.
To do this I would need a breadcrumb navigation:
compte / Pingui
When I click on “compte”, I return to my “dashboard-page” → compte section cards

PS: I could have created a new section on the "dashboard-page"and added conditions; show, hide, etc but I already have a lot of sections, and i’m afraid about speed page, so I’d like to avoid…

My question:

  1. How do I open a new page while keeping my side menu?
    *I’ve tested a go to page “compte-detail-page” and ticked send more parameters to the page → Key: P = Current cell’s DB_Compte’s unique id. I’ve copied my side menu but then I don’t know how to do it with the parameters?

  2. How do I make my breadcrumbs dynamically?

Can anyone give me the steps to follow, thank you :wink:

Exemple de ce que je veux:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.