Hello, since I updated the module to version 3.3 Taxonomies Selector disappeared. My Status report says: Implementation modules are installed correctly.

Then I attached two images, the first is the configuration of the vocabulary. The second is how to display in the editing of a node.
Can you tell me what I did wrong?

CommentFileSizeAuthor
#11 hs_i8n_tax_fix.patch1.39 KBNaX
HS on node.png59.16 KBdvasquez
HS vocabulary.png106.28 KBdvasquez

Comments

dvasquez’s picture

Component: Code - Flat List » Miscellaneous
Priority: Normal » Critical
jvieille’s picture

Same problem - HS has gone with 3.3

digi24’s picture

try to temporarily disable hierarchical select for the given vocabulary and look if the selection reappears. In my case it did not and upon further investigation I found that disabling other taxonomy related modules solved the problem for me.

bavarian’s picture

Same here .... HS3.3 just gone ... does not appear any longer !

Had to go back to version 3.1 to have it reappear

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

How is this possible :S

Are you guys using i18n? Anything else noteworthy?

bavarian’s picture

yes, making use of i18n !

and expieriencing the same issue as described here: http://drupal.org/node/734178

node edit page loads, and for a tenth of a second a short note on "java script something" and dissappering when everything is loading ...

jvieille’s picture

Also using i18n - back to 3.1 and everything is OK

d.sibaud’s picture

same behaviour with i18n and 3.3

Jarada’s picture

Subscribed.

weri’s picture

Subscribed.

We have the same Problem.

NaX’s picture

Component: Miscellaneous » Code - Taxonomy
Category: support » bug
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new1.39 KB

I have the same problem and I am also using i18n, more specifically i18ntaxonomy.
It looks like HS between version 3.1 and 3.3 added some support for i18n.

Everything was working fine until I enabled i18ntaxonomy and set my vocab to be Localize terms.

So after some digging I found that when i18ntaxonomy is set to Localize terms HS rebuilds the vocab form, but this is after HS has changed the form to be a HS form.

By moving the HS build code after the i18n code things seem to work again. I have not tested if the vocabs are translatable yet.

See patch.

heatherann’s picture

That patch is working for me, thanks! I have a French/English taxonomy and the taxonomy term language switches as it should.

adrinux’s picture

I also found this problem after the update. HS appearing fine on taxonomy admin, but not in a node create page, as described. Also a multilingual site with localized terms. Also looked at module weights as we have before with this problem, but they don't seem to have changed, although they are probably modified from stock HS weights, as per http://drupal.org/node/341993

I can also confirm that applying this patch in #11 fixes the issue.

heatherann’s picture

and the taxonomy term language switches as it should

Scratch that. Taxonomy syncing between translations of the same node is not working. When editing French nodes, I don't see any taxonomy options, and adding English terms to the English translation of the same node does not affect the French at all. (My taxonomies are Localized and have translations filled in.)

heatherann’s picture

My coworkers reported that they were unable to add terms. They would choose a top-level term, and rather than showing them the term's children, it would erase the first drop-down and replace it with another which only offered them one option: [None].

I've moved back to version 6.x-3.1 for now, as we're doing a massive amount of tagging at the moment.

The translation syncing is still not working, so it looks like I'll have to hunt that down separately.

heatherann’s picture

The translation syncing is still not working, so it looks like I'll have to hunt that down separately.

My hunting has been successful! As reported in this Issue, erasing the English terms' language in the database fixed all of my syncing issues with my localized vocabularies.

(Hopefully my notes on this aren't considered to be hijacking the thread—these i18n/HS/taxonomy conflicts get so jumbled together that they're hard to tease apart.)

jonvk’s picture

Patch also makes hierarchical selects reappear for me with:
hierarchical_select 6.x-3.3
and i18ntaxonomy 6.x-1.5

I only have content in one language for now.

myxelf’s picture

Subscribing

pedrorestu’s picture

suscribing

Andrew Gorokhovets’s picture

#11 works perfectly for me!

Andrew Gorokhovets’s picture

Title: HS disappeared » HS disappeared with i18n

#11 fix the problem with hs_taxonomy.
But not with hs_taxonomy_views.
hs_taxonomy_views not working.

dvasquez’s picture

What's your Drupal Version... and the i18n version?

wim leers’s picture

Status: Needs review » Fixed

Was going to commit this, but accidentally committed this together with the patch for #874832: Minor typos in API.txt: http://drupal.org/cvs?commit=412082. I made a minor modification though, because otherwise an undefined variable would be used. Please confirm that this change still fixes the problem!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.