- Issue created by @pankaj1390
- 🇮🇳India rakesh.regar Rajasthan, India
@pankaj1390
I checked this and was not able to reproduce this issue, please add steps to reproduceFind attached screenshot of breadcrumbs working fine
Hi @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 pageCreated 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 pageI am using below details:
composer require 'drupal/easy_breadcrumb:^2.0'
Drupal core- 10.1.2
Database Version
10.4.28-MariaDB
System
MariaDBWeb Server
Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4PHP Version
8.2.4See setting screenshot:
- Status changed to Needs review
over 1 year ago 3:42pm 1 September 2023 - last update
over 1 year ago 6 pass - 🇮🇳India rakesh.regar Rajasthan, India
Hi @pankaj1390
I found the issue, created a patch for the same.
- last update
over 1 year ago 6 pass - 🇮🇳India rakesh.regar Rajasthan, India
please 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. - 🇺🇸United States Greg Boggs Portland Oregon
looks good, if we open this one as an MR I can merge it a lot more easily :)
- last update
about 1 year ago 6 pass - @rakeshregar opened merge request.
- 🇮🇳India rakesh.regar Rajasthan, India
Hi @Greg Boggs
I have opened a MR for the same.
- Status changed to RTBC
about 1 year ago 9:34am 4 October 2023 - 🇮🇳India rakesh.regar Rajasthan, India
Moving it to RTBC as Greg Boggs has verified changes.
- last update
about 1 year ago 6 pass -
Greg Boggs →
committed bcc96db2 on 2.x authored by
rakesh.regar →
Issue #3384202 by rakesh.regar, pankaj1390, Greg Boggs: Not working for...
-
Greg Boggs →
committed bcc96db2 on 2.x authored by
rakesh.regar →
- Status changed to Fixed
about 1 year ago 4:19pm 4 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 12:09pm 26 October 2023 Hi @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
- 🇺🇸United States Greg Boggs Portland Oregon
Can you include your full configuration pankaj?
- 🇺🇸United States Greg Boggs Portland Oregon
Also, can you try the latest dev version?
@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
- 🇺🇸United States Greg Boggs Portland Oregon
got 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 🐛 Home text not changing on translated pages Active