Closed (duplicate)
Project:
Active Tags
Version:
6.x-1.5
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2009 at 03:07 UTC
Updated:
5 May 2010 at 16:34 UTC
I'm discussing an issue in hs's issue queue about it's compatibility with other modules, noticed the message on this modules page
Hierarchical select is not enabled for tags, but for tagged vocabularies it replicates their field so they're the same as taxonomy module spits out (it unsets tags on save of vocabulary forum, so hs vocabs are never tags). so vocabularies that are tags and not hierarchical should work fine with hs_taxonomy module enabled.
Ie, the warning should probably for hs controlled vocabularies and not the hs module itself :>, as far as I can tell.
Comments
Comment #1
nirad commentedsubscribing. i will continue to use 1.4 until it is made compatible.
Comment #2
dragonwize commentedNo, while HS only makes explicit changes to non-tag vocabularies, it uses a override method that affects ALL vocabularies and does not compensate for the changes it makes. You can read more about this below.
http://drupal.org/node/547608#comment-1951950
http://drupal.org/node/599966#comment-2131990
http://drupal.org/node/547608#comment-2009836
In short:
So, while their is a way that I can fix this, it would cause a performance hit I am not willing to take. Especially when the correct way of fixing the problem is for modules that choose to use the taxonomy_override_selector to properly ensure that they are replacing "everything" they are overriding.
Comment #3
askibinski commentedBy the way, it's also not compatible with 'better formats'.