Closed (fixed)
Project:
Easy Breadcrumb
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2017 at 01:54 UTC
Updated:
31 Mar 2018 at 17:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pyxio commentedComment #3
pyxio commentedso i solved this by unchecking 'Allow HTML tags in crumbs.' option in easy breadcrumb configuration. the description is 'Uncheck it if you don't want to allow HTML tags in your crumbs.' which seems like the exact opposite of what i wanted since i have html span tags in my menu link titles. anyway, it is working now.
Comment #4
tatarbjHey drupalstrap!
Thanks for letting us know about this issue, it seems for me the solution would be to make that text a bit more understandable - do you have a proposal for it that we could include in a new release, crediting you for that? :)
@Greg I'm also lost and have to think when i see that label, maybe with some other texts we could clean it up a bit, what do you think?
Bests,
Balazs.
Comment #5
jenlamptonI'd like to take a stab at cleaning up the user interface. User experience is very important to the Backdrop community, and I'd love for improvements we make to the Backdrop version of the module to be included for Drupal as well. Please see: https://www.drupal.org/project/easy_breadcrumb/issues/2938421
Comment #6
jenlamptonoops, decided to make a new issue for that. Changing title back :)
Comment #7
jenlamptonThe problem is that this setting controls whether tags are stripped from the breadcrumb text, or not. If they aren't stripped, the breadcrumb is rendered as though it contained plain text, and not HTML. All we need to do is add
HTML = TRUEto thel()function and we should be golden.Comment #9
tatarbjComment #10
tatarbjI've just noticed why the patch failed: the changes are made on the backdrop version of the module, not the d.org one :(
After reroll and tests I'm committing it to dev now.
Comment #12
tatarbj