DomainField

Component ID

1099962

Component name

DomainField

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Only local images are allowed.

The DomainField module creates the new CCK field type that can store different text for each domain, created via Domain Access module.

For example, you can create node with field "Site specific text" and fill it for node #1 for default domain - Hello world, and for second domain - Foo bar.

After that if you see this node in default domain with text Hello world, and for second domain - Foo bar.

For normal work at now you should disable site cache or create the separate caches for each domain via domain_prefix module. I try to solve this problem in future version of module.

This module works out of the box, but at now shows SQL errors when creating fields. This is because CCK module have unresolved bug #1091716 . You can patch the CCK module or ignore those errors, without patching module works normally too.

Dependencies

TODO list

  • Do normal working with enabled site cache.
  • Allow editing values for all domains in one node edit form.