I'm currently using i18n and while the hidden text field for the '- Other'- taxonomy term is added to the form (and hidden), the '-Other-' option is not added to my vocabulary's select option list. Would be awesome if this module could work together with i18n taxonomy.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_other-i18ntaxonomy.patch | 1.08 KB | rellis |
Comments
Comment #1
bsuttis commentedFollowing up -- I tried this on a fresh 5.7 install and it worked perfectly, however on my development site (5.7 as well) it's not working. It works when I disable i18n taxonomy, but I need it to translate the terms.
UPDATE: Actually, this doesn't work. As soon as the option to translate taxonomy terms is selected, the '-Other-' option is removed, so back to square one. Perhaps this is an i18n issue now?
Comment #2
rellis commentedAttached is a patch to make taxonomy_other run after
i18ntaxonomy. I think that will fix it...
The patch is committed to the dev version for DRUPAL-5.
If you install it, you'll need to run update.php.
Thanks.
- Rob
Comment #3
bsuttis commentedConfirming patch is working for me. Thanks a lot Rob.
Comment #4
rellis commentedCompatibility with i18ntaxonomy is fixed in new releases for DRUPAL-5 and DRUPAL-6.
- rob
Comment #5
bsuttis commentedI'm not sure what I was thinking back in June, but even with the latest release changing the weight of the module, core taxonomy's '- Please choose -' is still removed.
Comment #6
bsuttis commentedUpdate: Oops, this isn't an issue with taxonomy_other, i18ntaxonomy's $blank is an outdated version. Sorry for reopening.