Closed (won't fix)
Project:
Custom Breadcrumbs
Version:
6.x-2.0-rc1
Component:
custom_breadcrumbs
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2011 at 06:46 UTC
Updated:
14 May 2012 at 13:05 UTC
When using CCK node reference path tokens (e.g. [fieldxyz-path]). the language prefix appears twice when the page is not in default language. E.g. /es/es/xyz
[node-path] works as it should, language prefix appears only once.
Comments
Comment #1
volobar commentedI am facing the same issue.
Comment #2
volobar commentedI just fond a way to fix this issue.
In Titles box, set the title of the node (eg. [field_faculty_school-title]) and in the Paths box, the path, with ../ in the front (eg. ../[field_faculty_school-path]).
Could you make it work?
Comment #3
pawel_r commentedIt is problem with CCK's code [include/content.token.inc]. Follow http://drupal.org/node/343537#comment-4631688 comment and apply given patch.
Closing.