Community

How can I disable autocomplete per content type?

I so unhappy that there is no option for disallowing the autocomplete from the taxonomy configuration page. I have a site that is part http and part https. I am using secure pages now and it is working fine. I tried taxonomy_autocomplete_settings but it did not work. It gave me AJAX error. This is probably due to the http/https. I tried to add the path to secure pages but it did not work either.

Users on my site create private organic groups. When a user enters a value in the free tag field that is attached to an OG content nodes (which should be private to the OG members), the user is able to see site-wide taxonomy vocabularies entered by others in their private OG. Of course this is not acceptable and needs to change ASAP. Does anybody have idea what to do or how to get rid of the autocomplete function on certain content types, especially those OG content?

Comments

A quickfix can be to disable

A quickfix can be to disable the ajax call on the taxonomy field using hook_form_alter:
The best solution is to provide an extra widget for the 'Term reference field type' but unfortunately, I don't know how.

Sorry for my ignorance but

Sorry for my ignorance but how to disable the ajax call on the taxonomy filed using hook_form_alter?
Is there tutorial to follow?

nobody click here