Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
language system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2008 at 06:25 UTC
Updated:
29 Jul 2014 at 17:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
kdebaas commentedThe default frontpage shows all promoted nodes, irrespective of language. So when the translations are also promoted to the frontpage, they show up as well as their original stories.
According to the handbook page Paths and block visibility
This was written for 5.x, but should work as described for 6.x, so I dare say this can be marked as critical.
Comment #2
theborg commentedThis patch modifies node listings on default node path to show only nodes for the language selected.
Comment #3
theborg commentedComment #4
kdebaas commentedI applied the patch and it works for nodes with a specific assigned language. However, this patch excludes language neutral nodes from the node listing on the front page.
Comment #5
theborg commentedThanks kdebaas. Corrected the error.
Comment #6
theborg commentedComment #7
kdebaas commentedYes, that worked for me.
Comment #8
gábor hojtsyWell, this all comes down to admin/user expectations. Some might need language neutrals listed, some might not. People will need this for their taxonomy listings for their blog URLs, for their aggregator items, user listings, whatever, all these might need different setups. (Eg. list all blog entries but only list content in taxonomies with the current language). While this looks like a critical omission in Drupal 6, there are so many config options one would need to implement to make this work, and the multitude of missing multilanguage features already require you to use i18n or localizer module anyway, this is to be implemented in i18n/localizer in Drupal 6.
Comment #9
robin monks commentedPatch still applies, but, I'm not sure if the functionality is still needed, so, not testing.
Robin
Comment #10
catchI'm not clear what the issue is with this, but at a minimum it needs a re-roll for dbtng.
Comment #11
plachI am afraid this will have to wait for D8 :(
Comment #12
filpet commentedPatch #5 does the trick!
Comment #13
meba commentedIs this duplicate of #237696: Add language filter to Drupal core ?
Comment #14
plachIt seems so.