Closed (outdated)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
fieldapi data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2012 at 09:03 UTC
Updated:
16 Aug 2017 at 09:11 UTC
Jump to comment: Most recent
Comments
Comment #1
nikosnikos commentedAfter some tests it appears to me that it's not possible.
I can select all the translations of entities and all the translations of a field but the fields are not rendered in the field language they are rendered in the
Field Languageselected inAdvanced > otherin the views UIComment #2
giorgoskapparently something like this has been implemented #1041340: 'Field Language' in 'Query options' missing "All languages" option
but I can't get it to work either since I don't understand how that JOIN can come about
it would be great if anyone pointed to the right direction
Comment #3
giorgoskHow does one see all language translations of a field translatable content type ??
lets say we have
basic page (field translation enabled)
title (field using title module)
body (field translatable)
text (field translatable)
I have created a node in english and translated it to german
I want to display all translations of a node each one occupying a table row which means I have to see 2 rows
1 english and another german
I have tried to decipher #1041340: 'Field Language' in 'Query options' missing "All languages" option what bojanz is saying but I am not succeeding
I have not been able to undertand what views options need to trigger all field translation to appear
I have tried adding sorting/filtering criteria of field translatable fields
tried to add relationships (translatable/source)
tried to change to language neutral (from current user's language)
tried to dissalow query rewritting
tried all possible combinations of the above I could think of
also tried enabling/disabling language fallback here admin/config/regional/entity_translation
the closest I got was to output the english versions of title, body and text duplicate times
strange thing is if I output the body-language it tells me that one is german and the other is english
but both rows only display english version
what am I doing wrong ?
on a different view I have also tried http://drupal.org/project/efq_views to no avail
Comment #4
natukExactly the same problem here. "All languages" option is missing from Advanced->Other->Field language
EDIT: A related issue is discussed here: #1112410: Views support for field translations?
Comment #5
mustanggb commented