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?
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | hs_i8n_tax_fix.patch | 1.39 KB | NaX |
| HS on node.png | 59.16 KB | dvasquez | |
| HS vocabulary.png | 106.28 KB | dvasquez |
Comments
Comment #1
dvasquez commentedComment #2
jvieille commentedSame problem - HS has gone with 3.3
Comment #3
digi24 commentedtry 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.
Comment #4
bavarian commentedSame here .... HS3.3 just gone ... does not appear any longer !
Had to go back to version 3.1 to have it reappear
Comment #5
wim leersHow is this possible :S
Are you guys using i18n? Anything else noteworthy?
Comment #6
bavarian commentedyes, 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 ...
Comment #7
jvieille commentedAlso using i18n - back to 3.1 and everything is OK
Comment #8
d.sibaud commentedsame behaviour with i18n and 3.3
Comment #9
Jarada commentedSubscribed.
Comment #10
weri commentedSubscribed.
We have the same Problem.
Comment #11
NaX commentedI 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.
Comment #12
heatherann commentedThat patch is working for me, thanks! I have a French/English taxonomy and the taxonomy term language switches as it should.
Comment #13
adrinux commentedI 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.
Comment #14
heatherann commentedand 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.)
Comment #15
heatherann commentedMy 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.
Comment #16
heatherann commentedThe 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.)
Comment #17
jonvk commentedPatch 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.
Comment #18
myxelf commentedSubscribing
Comment #19
pedrorestu commentedsuscribing
Comment #20
Andrew Gorokhovets commented#11 works perfectly for me!
Comment #21
Andrew Gorokhovets commented#11 fix the problem with hs_taxonomy.
But not with hs_taxonomy_views.
hs_taxonomy_views not working.
Comment #22
dvasquez commentedWhat's your Drupal Version... and the i18n version?
Comment #23
wim leersWas 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!