I'm using Title for translating Node titles with entity translation.
This means, that in node:title is always original title on node, and in title_field is translated in selected languages.
But when I'm creating views with translated nodes, titles are still original (loaded from node:title).
How can I load in views title_field value except of original title?

Using last (available today) dev versions views, i18nviews, i18n, entity_translation, entity, entity_translation, title

CommentFileSizeAuthor
#2 title_field_view_config.png12.22 KBGN
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

stano.lacko’s picture

Status: Active » Closed (works as designed)

O.K. I found it ;-) Need find
Content: Title - appears in node:type (type as your node types)

except of Content: Title - The content title

I was thinking that this is same.

GN’s picture

Category: bug » support
FileSize
12.22 KB

I also had the same problem, and also found that there are two "Title" fields in the list; however, when you select the "replacement title" (field/title_field) instead of the "original title" (field/title), the option "Link this field to the original piece of content" in the field settings is not available (see a screenshot of the two configuration windows attached: the "original title" is on the left), and you cannot link the "replacement title" to its node.

A solution that I found is to add a "Link" field to the list of view fields after the "Title", to rewrite the output of this field with [title_field] token text, check "Output as a link" option, and to exclude the "Title" field from display.

int_ua’s picture

GN, I've opened a separate issue for this: http://drupal.org/node/1541414