Domain Extra

Component ID

2893926

Component name

Domain Extra

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

106

Component created

Component changed

Component body

Synopsis

This modules is making your life easier when you are developing site with domain modules like domain_access, domain_menus and etc.

Pledges

In future I am planning on porting the module to D8.

Dependencies

Domain Variable module.
The menu functionality of the module requires Menu Block module.
The taxonomy functionality like "per domain taxonomy" requires the taxonomy core module.

Functionality

1. Domain clone options from the default domain when creating new domain:

  • clone content
  • clone taxonomy
  • clone menus
  • clone settings

When the content is being cloned all of it's fields are cloned with the data.
Supports field_collections, paragraphs and all of the generic field types.

2. Taxonomies tab in the domain administration (admin/structure/domain) where you can:

  • create taxonomies
  • delete taxonomies
  • edit taxonomies

3. Provides node operation in the content overview page (admin/content):
- Clone selected nodes to CURRENT DOMAIN
NOTE: this option is going to clone the selected content to you current domain no matter if it's already assigned to it.

4. Provides users functionality:

  • "login in all domains" permission

This allows you to control which roles can log in to which domain. It will allow the users to login only to the domain that they are assigned to.

Known problems

When cloning domain content sometimes there might be a problem with the entityreference fields that are being cloned because of the new ID of the cloned content.
This will be improved in future.
Any help regarding this matter will be highly appreciated.