Closed (won't fix)
Project:
Domain
Version:
6.x-2.0-rc9
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2009 at 20:14 UTC
Updated:
1 Nov 2009 at 18:52 UTC
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
Comment #1
agentrickardWe 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?.
Comment #2
kdes commentedthanks for the reply. and sorry for not having searched enough myself before posting the issue.
Comment #3
agentrickardNot a problem, but thanks for that!