This Drupal 10 custom module facilitates the management of support page links and redirections within your Drupal website. The module includes a controller to list links stored in the support page table in the database and redirects users to these links when accessing the page.
- Support Page Link Management: Easily manage support page links through a user-friendly interface.
- Redirection: Automatically redirect users to the specified support page link when they access the page.
- Integration with Group Module: Includes integration with the Group module, allowing members of a group to access support pages conveniently.
- External and Internal Links: Supports both external links (e.g., Zendesk) and internal links (e.g., Drupal node support pages) for redirection purposes.
- Download the module files to your Drupal modules directory (
/modules
). - Enable the module through the Drupal administration interface (
/admin/modules
).
- After enabling the module, navigate to the module settings page (
/group/{group-id}/support
). - Configure the settings as per your requirements:
- Select the method that generates the link.
- See in (
/group/{group-id}/support-redirect
) if the link is being redirected correctly.
Here is an view example of this form:
Here is a main page in group example: