When selecting affiliates before submitting content in the field Domain access options, under "Publishing options:", all the affiliates are listed as checkbox. I have a lot of sub-domains that I created using this module and therefore the list of affiliates ends up being pretty long. How can I change the input type from checkboxes to textfield with autocomplete (I'm not sure how to go about creating a menu call back for autocomplete_path).

Comments

agentrickard’s picture

Status: Active » Closed (won't fix)

We already committed a patch that lets you set this to use a select list.

Otherwise, use hook_form_alter() and autocomplete, as described in the Drupal API.

See #576444: Publish To... select box or drop down?.

kdes’s picture

thanks for the reply. and sorry for not having searched enough myself before posting the issue.

agentrickard’s picture

Not a problem, but thanks for that!