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

MGN’s picture

Title: Blog Breadcrump: [author-name-raw] not working? » Blog Breadcrumb: [author-name-raw] not working?

But I get the [author-name-raw] also in the path and so the page cannot be found.

You 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.

dorisk’s picture

Ok, 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

MGN’s picture

I 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

kunstblog
<pathauto>|kunstblog/[author-name]

See the comment under the special identifiers section of the edit custom breadcrumb page. I believe its also documented in the readme file.

dorisk’s picture

Status: Active » Closed (fixed)

yes, thank you, this was the solution!!!