Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Views Data
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2008 at 16:20 UTC
Updated:
24 Nov 2008 at 18:07 UTC
I'm trying to create a view whch only lists nodes in the language they were first created, for instance if someone creates a node in english and then it is translated to spanish and other languages, i just want in the list the english version, not the further translated ones, the same goes if the first node is in another language, it doesn't matter, i want to list only the "original" ones, not the translations... Is there a way to do this?
Comments
Comment #1
leanazulyoro commentedI'm guessing a new filter "node translation: translated nodes" (or something like that) is needed. it should look for the lower nid among each of the tnids to get the original node (independent of its language) and exclude this very same nid to get only the translated ones.
Why is this needed? here's an example of a situation it could be usefull (which happens to be my situation):
I'm trying to develop a songs lyrics site, in which users may upload new lyics and submit trnaslations for them as well. but as you know, songs come in many languages, i I'd like to make views that lists only the lyrics in their original language.
Comment #2
leanazulyoro commentedI found it: http://drupal.org/project/select_translation