Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Feature Request: Navigation Bar support using Zend's built in Navigation configuration #126

Open
navarr opened this issue Feb 18, 2015 · 7 comments
Assignees

Comments

@navarr
Copy link

navarr commented Feb 18, 2015

No description provided.

@sul4bh
Copy link
Contributor

sul4bh commented Mar 27, 2015

@navarr Can you describe this in detail?
Do you mean generating bootstrap nav-bar based on the navigation solution explained here: http://framework.zend.com/manual/current/en/modules/zend.navigation.quick-start.html ?

@navarr
Copy link
Author

navarr commented Mar 27, 2015

@sul4bh Yes, that is exactly what I'm looking for.

Right now I'm using an old version of ZucchiBootstrap on my website and an old version of Zend to compensate. It allows me to do <?= $this->bootstrapNavbar('navigation'); ?> - but the functionality broke for children and the author is non-responsive.

@sul4bh
Copy link
Contributor

sul4bh commented Mar 27, 2015

I will try to implement this. Allow me some time.

Also thanks for mentioning ZucchiBootstrap. I can use it as a reference implementation.

@navarr
Copy link
Author

navarr commented Mar 27, 2015

Thank you for considering my request!

@sul4bh
Copy link
Contributor

sul4bh commented Mar 27, 2015

Bootstrap supports only one level nested menu item via dropdown. It is not possible to create deeply nested menu without adding custom css and js (see: http://www.bootply.com/nZaxpxfiXz)

@neilime Do you think adding custom css and js to enable deeply nested menu is a good idea or do you want to stick to standard bootstrap components?

@berturion
Copy link

Hello, thank you @neilime for this great module. I use this one https://github.com/fabiopaiva/zf2-navigation-bootstrap3 to get a bootstrap 3 navigation. Maybe you could get inspiration from it to implement your own ?
Hope this helps.

@neilime
Copy link
Owner

neilime commented Nov 24, 2015

Hi,
I will looking at zf2-navigation-bootstrap3 to add this behavior to zf2-twb-bundle.

@neilime neilime self-assigned this Sep 19, 2016
neilime added a commit that referenced this issue Aug 20, 2018
added Navigation helper and test coverage #126
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants