Hi,
Just found this module and it's doing just what I need, but I was getting error messages about a missing table. When I looked at the database, the taxonomy_other tables were missing the table prefix. Once I renamed them all was well, so it looks like it's just the CREATE TABLE lines in the .install file that are missing the curly brackets that would allow Drupal to deal with the table prefixing - in fact, the brackets are there in the uninstall function, so I guess it's just an oversight.
Other than that, the modules great - thanks - and working much better than the hack I threw together this afternoon before I found your module!
Comments
Comment #1
rellis commentedThanks. It's fixed.
Comment #2
matkeane commentedCool, thanks for the quick response!