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

volobar’s picture

I am facing the same issue.

volobar’s picture

I 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?

pawel_r’s picture

Status: Active » Closed (won't fix)

It is problem with CCK's code [include/content.token.inc]. Follow http://drupal.org/node/343537#comment-4631688 comment and apply given patch.

Closing.