Closed (duplicate)
Project:
Advanced Taxonomy Blocks (abandoned)
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2009 at 16:34 UTC
Updated:
31 Jan 2009 at 21:07 UTC
Hi,
I have tested this great module and it works very well.
Perhaps it missing the integration with i18n module (in particular with the taxonomy translation module) so this is unfortunately unusable on multilingual sites.
Do you think this kind of integration is possible in future releases? I suppose the modifications shouldn't be very complicated because i18n modules do all the work (or quite all).
Best regards,
Saxx
Comments
Comment #1
PixelClever commentedIt is probably doable, however it may require rewriting major sections of code. i8n wouldn't do anything for it automatically since the information is gathered by sql select statements. I will look over the database structure and see how hard it would be.
Anyone is welcome to post a patch also.
Comment #2
SaxxIng commentedOk, I don't know very well i18n code, but I think it offers APIs to obtain the correct translated version of strings/taxonomies&co on the basis of the current language and configured language setting. I hope that none should write complex sql statements to work with translated versions (i18n should do it for us).
I'll take a look on this on next weeks (hopefully).
Regards,
Saxx
Comment #3
PixelClever commentedI know this issue came first, but there is a solution to this on http://drupal.org/node/364909, if we put it in it will probably related to this.