Hello,
I have made a Custom Breadcrumb for Nodes for Blogs.
Titles:
blog
[author-name-raw]'s blog
Paths:
kunstblog
kunstblog/[author-name]
So when I have a name like Doris Krüger the [author-name] normally is doris-krueger, right?
But I get the [author-name-raw] also in the path and so the page cannot be found.
Am I doing something wrong or is it a bug?
Thank you!
doris
Comments
Comment #1
MGN commentedYou said you get [author-name-raw] in the path, but you indicated that you set the breadcrumb path with the [author-name] token? I am a little confused.
Are you seeing
blog > [author-name-raw]'s blog
for the breadcrumb, with [author-name-raw] not being replaced by the author's name?
Is [author-name] being replaced?
Please indicate what you expect to have for the breadcrumb and what you are actually seeing.
Comment #2
dorisk commentedOk, what I see is:
blog › Doris Krüger's blog ›
from Titles:
blog
[author-name-raw]'s blog
which is exactly what I need and expected
but then I have the link on Doris Krüger's blog like this:
kunstblog/Doris%20Kr%C3%BCger
which is from Paths
kunstblog
kunstblog/[author-name]
but I would expect:
kunstblog/doris-krueger
and I thought I would get the right link by taking [author-name] instead of [author-name-raw]
You could also have a look at:
http://www.art-makers.com/art-makers-drupal/blog-eintrag/doris-krueger/m...
and I would like to link the Doris Krüger's blog here:
http://www.art-makers.com/art-makers-drupal/kunstblog/doris-krueger
Any idea??
Thanks,
Doris
Comment #3
MGN commentedI think you just want to clean the path using your pathauto replacement rules, right (space should be replaced by a dash, and made lowercase)? To do that, in the paths section try
See the comment under the special identifiers section of the edit custom breadcrumb page. I believe its also documented in the readme file.
Comment #4
dorisk commentedyes, thank you, this was the solution!!!