Hello,

I have a problem with localizer and views module displaying CCK nodes. When I create a translation of the node localizer shows it in a view regardless of language chosen (as if it was just another cck node). When I try to activate filter "Localizer: nodes locale" I get:

Fatal error: Call to undefined function: localizer_available_nodeslocales() in /home/iveno001/ftp/ogrody/modules/localizer/modules/localizerviews.module on line 87

I have the localizerviews module activated and global views support also activated. I have the latest CCK and views modules (updated them today, since I thought it will solve the problem with all languages visible in views). Is it normal behaviour that localizer doesn't split languages automatically in views view?

Help pls :)

Comments

Roberto Gerola’s picture

Yes, there is a bug.
change the line #87 to :
$languages=localizer_available_contentlocales();

Version 4 should be aligned to the version 1.9 for Drupal 5

Roberto Gerola’s picture

Status: Active » Fixed
dries’s picture

Status: Fixed » Closed (fixed)