Thanks so much to all contributors for the updates in Localizer 1.9. I have come across an issue.

While using Aberdeen-liquid theme, I create a new block, and associate it with languageA. Then, I create another new block, and associate it with languageB. I then set the blocks to show up on the left (or right) sidebar.

However, when I am viewing languageA, the languageA block AND the languageB block show up. Switching to viewing languageB doesn't change anything--both show up.

Now, if I change the theme to Blue Marine, the blocks behave as expected.

Aberdeen, Chamelon, and Garland also do not work properly. (Both blocks are always present.)

Please also note that this has been reported by another person here: http://drupal.org/node/81525#comment-226915

I don't know if this is a themes issues or a Localizer issue, but it seems best to start with a report here.

Comments

Kodeart’s picture

Confirmed. Not working with Minelli theme too.
I'm trying this crap on clean 5.1 installation with 2 languages. Both languages have separate blocks that should be switched after you change the language. This isn't happening.

Actually, only node content is changing correctly. EVERYTHING ELSE is shown as is. All menu items, all blocks, all whatever is there.

megg’s picture

i'm experiencing this problem similarly to mixa, with every theme, including bluemarine. i also noticed that if i add a menu item with a translation, both english and french titles appear in the main navigation, but they both link to the same content node (i.e., in the current language). maybe that helps with debugging?

Roberto Gerola’s picture

Status: Active » Fixed

The problem was the key used in localizerblock module and table (blid field).
The theme name has been removed from the blid column (the last word, for example : -garland).

The module is already fixed in cvs.
The table should be fixed by hand.

megg’s picture

sorry, if this is a dumb question but i'm not sure what to do. i've looked in cvs and all the files are at least 4 weeks old (?). should i de-install and re-install the whole module, or is there some kind of patch i should be applying. :/

Roberto Gerola’s picture

This is the link to the updated module :
http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/modules/lo...

You should use as tag in CVS : DRUPAL-5

megg’s picture

thank you!

Anonymous’s picture

Status: Fixed » Closed (fixed)