Hello
For the context:
- I have a dashboard page with a menu
→ My menu displays different sections using parameters - 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:
-
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? -
How do I make my breadcrumbs dynamically?
Can anyone give me the steps to follow, thank you
Exemple de ce que je veux: