This module creates breadcrumb from the menu created in admin panel. Unlike Menu Breadcrumb, this module creates breadcrumb from the menu title (not from the node title). Therefore, it will create breadcrumb from any link type as long as there is a menu tree.
This module work with Bootstrap theme https://www.drupal.org/project/bootstrap
Just switch of breadcrumbs in that theme and enable home checkbox if unchecked
After installing the module, navigate to the settings page at Configuration->System->Breadcrumbs and type your menu name there. The default menu name is "main".
Link to my project page https://www.drupal.org/sandbox/oles89/2367919
Link for clone from git http://git.drupal.org/sandbox/oles89/2367919.git
Fixed so work with 8.0.0-beta11
Updated to Drupal 8.0.2
Reviews of other projects:
Reviewed Create partial config
| Comment | File | Size | Author |
|---|---|---|---|
| #34 | fix_some_CS.patch | 5.11 KB | woprrr |
| #19 | breadcrumb.JPG | 68.38 KB | Audrius Vaitonis |
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxoles892367919git
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
Codenator commentedComment #3
Codenator commentedFix same code format
Comment #4
Codenator commentedComment #5
Codenator commentedComment #6
Codenator commentedComment #7
Codenator commentedChanged Default menu name to "main" was "category".
Comment #8
argentines commentedThanks @Codenator. I tested module work great for me! Very simple to use.
Comment #9
argentines commentedComment #10
Codenator commentedComment #11
drupalove commented@Codenator I tried to improve the project description. If for any reason you want to revert it to how it was please let me know.
Comment #12
Codenator commented@drupalove Thanks you! Nice improvement to project description!
Comment #13
Codenator commentedComment #14
Codenator commentedComment #15
Codenator commentedComment #16
PA robot commentedProject 1: https://www.drupal.org/node/2502647
Project 2: https://www.drupal.org/node/2368123
As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).
If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #17
Codenator commentedComment #18
Codenator commentedClosed another application issue. As robot close this issue so opened as need review
Comment #19
Audrius Vaitonis commentedManual Review
The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
This review uses the Project Application Review Template.
Comment #20
Audrius Vaitonis commentedComment #21
Codenator commented@audrius-vaitonis thanks for great review!
This module is not duplication. It can be used as standard breadcrumbs when installed or defined in block.
As I can see on your picture if do the same without this module you will see just home link.
This module build breadcrumbs from any menu tree winch you can define in settings. Just navigate to the settings page at
Configuration->System->Breadcrumbs and type your menu name there.
The default menu name is "main".
2. and 3. can explain more? Module have config page your_site_url/admin/config/system/wb_breadcrumbs
4. Cache going to work on Drupal 8 RC
5. For now yes but later I will add same features like separator for breadcrumbs can be configured in admin panel without coding
6. Fixed
7. Fixed
Comment #22
Codenator commentedComment #23
Codenator commentedTry it hard but 9 month now :(
Comment #24
Codenator commentedComment #25
argentiness commentedLooks good for me! Tested on my site. Work differently than core module as mentioned in '#19'. So this is not duplication
Comment #26
Codenator commentedAdded new features:
Now user can define main class for nav tag from UX and add separator
Comment #27
Codenator commented@audrius_vaitonis When you install module "system breadcrumbs" overridden as well. That way you see the same result in block and system breadcrumbs. Main feature of this module you cen create any tree from menu to your content. And module generate from menu custom breadcrumb you want.
Comment #28
Codenator commentedUpdated to RC-3 Drupal 8 version
Comment #29
Codenator commentedAdded cache tag so now it cached with route
Thans to @Luxian
Comment #30
Codenator commentedComment #31
Codenator commentedMake it compatible with https://www.drupal.org/project/bootstrap Bootstrap theme
Just switch of breadcrumbs in that theme and enable home checkbox if unchecked
Comment #32
Codenator commentedMore than one year now! Is true?
Comment #33
Codenator commentedUpdated. Now works with Drupal 8.0.1
Comment #34
woprrr commentedHi congratulation for your project,
I ve small return of this in code :
you need to fix Coding standards and add this link into your issue summary : http://pareview.sh/pareview/httpgitdrupalorgsandboxoles892367919git
Here is a first impression of the code:
We must properly comment and add some description @see this little patch (on attachement).
The indentation was also a little strange (that is fixed in the patch). We must comment on the linksFromTree function () becauseinheritDoc is to be used only in the event the parent class contains this method.
The build() method of the factory block use rather config at places of use \ Drupal :: config ('wb_breadcrumbs.settings'); it will be more convenient for the tests '$ Container-> get (' config.factory ');'
Once its few things resolved, I would proceed has a test push more;) nice work.
Comment #35
woprrr commentedComment #36
Codenator commentedFixed as descrbed in #34
Can you explain little bit more what you mean?
Comment #37
Codenator commentedThanks for review @woprrr. Addressed and commited to https://www.drupal.org/sandbox/oles89/2502029
Comment #38
Codenator commented@woprrr Can you confirm I solve your issue?
Comment #39
Codenator commentedComment #40
Codenator commentedComment #41
Codenator commentedNo review?
Comment #42
woprrr commented@Codenator i m busy atm but i can review it when i have a small time promise !
Comment #43
ikit-claw commentedI'd fix this warning but looks pretty close to finished. http://pareview.sh/pareview/httpgitdrupalorgsandboxoles892367919git
Comment #44
ikit-claw commentedThanks a lot for submitting this theme. Here's a few comments on having a look at your theme.
1) Change your git clone command to
git clone http://git.drupal.org/sandbox/oles89/2367919.git nameofyourmodule
This will mean that the folder will be renamed when downloaded.
2) is it suppose to repeat the page you are on ? for me it is displaying like this Home / services / services also I tried to change the separator but it doesn't seem to change it. Does it only accept certain values ?
3) Installed fine on 8.1.8 no issues
4) no issues with the dblog either.
5) the readme seems decent. but outputs markup if you use the readme module. I would recommend fixing this but it is optional.
Let us know when you have updated it and I will have another look for you.
Comment #45
greg boggsI'm happy to review this if it's ready for another pass. Can you please let me know when you have had a chance to look at the previous comment?
Comment #46
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #47
avpaderno