Closed (won't fix)
Project:
Domain
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2009 at 13:25 UTC
Updated:
5 Aug 2011 at 18:32 UTC
Jump to comment: Most recent
Comments
Comment #1
agentrickardThere is not.
I don't quite understand this request. All this information is currently available at the theme layer, and allowing a CCK domain selector might contradict the selection(s) made for domain visibility.
You might be better off with a 'domain display' selector or formatter for CCK, which allows you to define how to print the domain element to screen. Why not try a CCK formatter? We already use hook_extra_fields() to expose the domain to CCK.
Comment #2
agentrickardComment #3
agentrickardComment #4
nerdoc commentedSorry to resurrect this issue. But I am in need of such a "thing" too: Is there currently a way to add a "reference" field to a node type where I can reference a domain (from Domain Access)?
I need this for a view where I have a list of domains, a (ATM parallel) list of nodes (describing the domains), and I need some data from both in that view.
A "Domain" is not an entity, so I can't use the entity_reference module, and I can't even add some own fields to a domain (which IMHO would be best solution: I need something like "Descriptive name" or the like.
So is there yet a way to reference a domain from a node?
Thanks.