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
Comment #1
Roberto Gerola commentedYes, 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
Comment #2
Roberto Gerola commentedComment #3
dries commented