Hi, I'm using the following configuration in my custom breads:

Title:
[node:menu-link:parent:parent:parent:parent:title]
[node:menu-link:parent:parent:parent:title]
[node:menu-link:parent:parent:title]
[node:menu-link:parent:title]
[current-page:title]

Paths:
[node:menu-link:parent:parent:parent:parent:url:alias]
[node:menu-link:parent:parent:parent:url:alias]
[node:menu-link:parent:parent:url:alias]
[node:menu-link:parent:url:alias]
[current-page:url:alias]

Everything is fine (except the poor amount of parents), but when there is a "" quotes in the title - module shows them like ", any idea how to fix that please?

Comments

dartdev’s picture

Well, you got the idea from the title...

jenpasch’s picture

"How to keep CB from converting path symbols" - http://drupal.org/node/1101074
Same issue in d7 CB as in D6.
Just tried updating to latest dev version and the problem of double escaped characters continues...
The issue is (for me) not specific to node title, but to entities in the path text

MGN’s picture

Status: Active » Closed (duplicate)

I believe this is a duplicate of #1059124: Decode HTML entities in title (D7)

jenpasch’s picture

yea! thanks!