Closed (fixed)
Project:
Easy Breadcrumb
Version:
2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2023 at 07:24 UTC
Updated:
27 Oct 2023 at 16:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rakesh.regar@pankaj1390
I checked this and was not able to reproduce this issue, please add steps to reproduce.
Find attached screenshot of breadcrumbs working fine
Branch - 2.x
PHP version - 8.1
Drupal core - 10.1.2
Comment #3
pankaj1390 commentedHi @rakesh
I set up the module on local after fresh Drupal installment and applied Paths to replace with custom breadcrumbs
/This-Is-a-Test-Page/page :: test page
Created a basic page and added URL alias : /This-Is-a-Test-Page/page
But it still showing page title : This is a test page
rather test page
I am using below details:
composer require 'drupal/easy_breadcrumb:^2.0'
Drupal core- 10.1.2
Database Version
10.4.28-MariaDB
System
MariaDB
Web Server
Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4
PHP Version
8.2.4
See setting screenshot:
Comment #4
pankaj1390 commentedComment #5
rakesh.regarHi @pankaj1390
I found the issue, created a patch for the same.
Comment #6
rakesh.regarplease use this new patch.
Instead of using mb_strtolower function 2 times, I have removed it from custom path so it will increase performance while resolving the issue.
Comment #7
greg boggslooks good, if we open this one as an MR I can merge it a lot more easily :)
Comment #9
rakesh.regarHi @Greg Boggs
I have opened a MR for the same.
Comment #10
rakesh.regarMoving it to RTBC as Greg Boggs has verified changes.
Comment #12
greg boggsThanks!
Comment #14
pankaj1390 commentedHi @rakesh, I am using easy breadcrum module in multi-language site but in place of Site top is showing home on. Is there any configuration for this. Home > gallery but it should be Site top > gallerry
Comment #15
greg boggsCan you include your full configuration pankaj?
Comment #16
greg boggsAlso, can you try the latest dev version?
Comment #17
pankaj1390 commented@greg I observed for multi-language other then default language its showing home.e.g https://www.example.com/gellary its working fine but https://www.example.com/en/gellary its showing home. see configuration screenshot
Comment #18
greg boggsgot it. Did you try the latest dev version? I created a new issue for this bug here: https://www.drupal.org/project/easy_breadcrumb/issues/3397281