Hi all,

I have a simple view with a 2 level vocabulary taxonomy as exposed filters. This vocabulary is setted to NOT use multilingual ("None. No multilingual options for this vocabulary.")

Hierarchical select module (http://drupal.org/project/hierarchical_select) was applied to this vocabulary and all worked fine until I've installed i18nViews 6.x-2.x-dev to obtain terms translation in OTHER vocabularies I have in my site. Well, with i18nViews active HS is no more applied to the vocabulary, but only in the View visualization page, not in the vocabulary admin settings page, where HS is correctly applied in the preview.

At this point, I don't know if this is a HS or a i18nViews issue.

Please, read my post here http://drupal.org/node/1027058 in HS issues.

Thank you very much for your work

Comments

miro_dietiker’s picture

There might be a conflicting views_data_alter handler that is concurrently overwritten..

HS would better provide separate filters instead of altering.
Also it would need to support translateability on its own.
Current views extensibility is limited this way.

Would that work for you?

mxt’s picture

Thank you miro for your answer, I'll try to redirect your suggestions to HS maintainer.

There's a news: setting i18nViews module weight to -2 directly in database all things works fine: is there a contraindication in doing that?

Thank you

miro_dietiker’s picture

We need some comparision of hook_views_data_alter of modules.
I agree, now HS overwrites settings of i18nviews.

Check what function is bound to the data_alter. I'd expect that this is missing now (with your solution).

wim leers’s picture

HS needs to alter, to show the new widget it provides as a setting for the user. However, if you have a better way of doing this, I'd happily welcome your patches :)

I'm not very knowledgeable in working with the Views API — I wrote the HS Taxonomy Views module back when Views 2 was even more poorly documented than it is now. So it's very likely I'm not doing everything correctly.

summit’s picture

Subscribing, greetings, Martijn

ConradFlashback’s picture

I have this problem with an exposed taxonomy filter with Hierarchical Select.
Subscribing ++
Thank you

majdi’s picture