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.

CommentFileSizeAuthor
#2 taxonomy_other-i18ntaxonomy.patch1.08 KBrellis

Comments

bsuttis’s picture

Following 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?

rellis’s picture

Assigned: Unassigned » rellis
StatusFileSize
new1.08 KB

Attached 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

bsuttis’s picture

Confirming patch is working for me. Thanks a lot Rob.

rellis’s picture

Status: Active » Closed (fixed)

Compatibility with i18ntaxonomy is fixed in new releases for DRUPAL-5 and DRUPAL-6.

- rob

bsuttis’s picture

Status: Closed (fixed) » Active

I'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.

bsuttis’s picture

Status: Active » Closed (fixed)

Update: Oops, this isn't an issue with taxonomy_other, i18ntaxonomy's $blank is an outdated version. Sorry for reopening.