Easy Breadcrumb quickly became one of my favorite modules -- and I gave it a shout-out on a site page: http://drupal.org/node/1751778. Thanks so much for developing it.
The feature request is an option to set a maximum length for the length of the title portion of the breadcrumb. For example, perhaps 100 characters? Or perhaps the user could set the character length. If it was 100 characters, then instead of seeing this at the end of the breadcrumb,
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
the user would see this
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | truncator-1910482-4.patch | 3.54 KB | tatarbj |
Comments
Comment #1
woop_light commentedPerhaps some sort of integration with the Smart Trim module might work well (though it might be difficult)
Comment #2
sonemonu commentedComment #3
tatarbjHi woop_light,
i hope you still like the module and use it on your sites :)
Unfortunately in the last few years the maintenance slowed down, there were apparently no active contribution to make this valuable feature request done - let me get back with a solution that could even be part in the planned new release.
Bests,
Balazs.
Comment #4
tatarbjHere is the patch that delivers the requested functionality, it doesn't use the mentioned contrib module in order to keep independency from other tools, but the truncate_utf8 drupal solution (https://api.drupal.org/api/drupal/includes%21unicode.inc/function/trunca...)
Some tests/reviews would be appreciated!
Cheers,
Balazs.
Comment #6
tatarbjComment #7
tatarbj