Hello, I'm using location taxonomize module. This module is indeed, great. However, one of the taxonomy terms that I want to be created automatically is coming from the location module "Additional" field. From the location taxonomize configuration page, I could not find the "Additional" field available within the "Location Taxonomy Hierarchy" check boxes under "Location Vocabulary info" configuration section. Is there a way to make location taxonomize module not ignore the location module "Additional" field?

Comments

Mark Vincent Verallo’s picture

Solved this by commenting out line 45 of location_taxonomize_location.inc:

    if ($field != 'lid' &&
        //$field != 'additional' &&