gt
No security coverage
Provides a per-group theme functionality for the Group module. In many ways, it is equivalent to the OG Theme module for Organic Groups.
Dependency: Group
This module dynamically reads and shows all the themes currently enabled on your site inside the group settings.
HOW TO USE (Drupal 9, 10, and 11)
No manual configuration or field mapping is needed anymore! The modern version automates everything.
- Download and enable the module.
- Create or edit any Group Type. The theme selection field will automatically attach itself to the group type.
- Go to your Group entity (e.g.,
group/1/edit), select a theme from the dropdown list, and save.
HOW TO USE (Legacy Drupal 7 Version)
If you are still running the old Drupal 7 version of this module, follow these manual configuration steps:
- Download the module.
- Create all the Group types before enabling the module.
- Now enable the module and a field will appear on all existing group types.
- Select a theme from the list.
Alternative Method for D7 (Adding field to newly created Group Types):
If you already enabled the module and later created a new Group type, you must map the field manually:
- Go to Manage Fields of that new group type.
- Click Add existing field and select
select_theme_group(Do not change this machine name). - Make the field required, leave the default settings, and save.