Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breadcrumbs component #766

Closed
peshi opened this issue Jan 16, 2014 · 10 comments
Closed

Breadcrumbs component #766

peshi opened this issue Jan 16, 2014 · 10 comments
Labels

Comments

@peshi
Copy link
Contributor

peshi commented Jan 16, 2014

I'm uncertain if people use breadcrumbs, but I think we should have one anyway :)

@pbowyer
Copy link

pbowyer commented Jan 17, 2014

I'd like to, but not worked out how to get Symfony to 'know' the hierarchy structure that I've defined in my routes, to draw the breadcrumb trail. It might have to be from my menu definition, but this only has 'major' section pages.

@thvd
Copy link
Contributor

thvd commented Jan 17, 2014

The KnpMenuBundle is working on a breadcrumb: KnpLabs/KnpMenu#45

@sstok
Copy link
Contributor

sstok commented Jan 18, 2014

I actually made something that supports this, not as 'automated' as the KnpMenuBundle proposal but still very usable.

The Breadcrumbs are registered by name, and then can be referenced by another one to build a tree which is then converted to a Menu, each item in the tree (single level) is the actual breadcrumb.

I will upload it to a Github repository today; It was part of a former 'platform' which got discontinued for smaller more reusable packages.

@sstok
Copy link
Contributor

sstok commented Jan 18, 2014

@phiamo
Copy link
Owner

phiamo commented Jan 21, 2014

can we integrate this somehow? or do we just need some doc and this works out of the box?

@phiamo
Copy link
Owner

phiamo commented Jan 12, 2015

ping @sstok

@sstok
Copy link
Contributor

sstok commented Jan 12, 2015

Integration should be very simple, the RollerworksNavigationBundle is only about the registering of menu's and breadcrumbs. But internally it uses the KNPMenuBundle for rendering.

@phiamo
Copy link
Owner

phiamo commented Jan 12, 2015

@sstok so do we need some doc or can we close this?

@sstok
Copy link
Contributor

sstok commented Jan 12, 2015

I think this can be closed 👍

@phiamo
Copy link
Owner

phiamo commented Jan 12, 2015

Tnx

@phiamo phiamo closed this as completed Jan 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants