Posted by kdes on October 31, 2009 at 8:14pm
Jump to:
| Project: | Domain Access |
| Version: | 6.x-2.0-rc9 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
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
#1
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?.
#2
thanks for the reply. and sorry for not having searched enough myself before posting the issue.
#3
Not a problem, but thanks for that!