Skip to content
Snippets Groups Projects

README.md file added

5 unresolved threads

Closes #3490660

Merge request reports

Members who can merge are allowed to add commits.
Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
README.md 0 → 100644
3 The **Subpathauto** module extends the functionality of the Pathauto module by allowing automatic URL alias creation for sub-paths of existing aliases. This helps maintain consistency and usability for nested paths within your Drupal site.
4
5 ## Table of Contents
6
7 - [Requirements](#requirements)
8 - [Installation](#installation)
9 - [Configuration](#configuration)
10 - [Troubleshooting](#troubleshooting)
11 - [Maintainers](#maintainers)
12
13 ## Requirements
14
15 - Drupal core must be installed and operational.
16 - The **Pathauto** module is highly recommended for full functionality but not strictly required. Without Pathauto, the module will not generate sub-path aliases.
17
18 ## Installation
  • README.md 0 → 100644
    16 - The **Pathauto** module is highly recommended for full functionality but not strictly required. Without Pathauto, the module will not generate sub-path aliases.
    17
    18 ## Installation
    19
    20 1. Download and enable the module:
    21 - Using Composer:
    22 ```bash
    23 composer require drupal/subpathauto
    24 ```
    25 - Or download manually from the [Subpathauto project page](https://www.drupal.org/project/subpathauto).
    26
    27 2. Enable the module:
    28 ```bash
    29 drush en subpathauto
    30
    31 3. If Pathauto is not enabled, ensure you have manually created URL aliases for your content to benefit from this module.
  • README.md 0 → 100644
    1 # Subpathauto
    2
    3 The **Subpathauto** module extends the functionality of the Pathauto module by allowing automatic URL alias creation for sub-paths of existing aliases. This helps maintain consistency and usability for nested paths within your Drupal site.
    4
    5 ## Table of Contents
    6
    7 - [Requirements](#requirements)
    8 - [Installation](#installation)
    9 - [Configuration](#configuration)
    10 - [Troubleshooting](#troubleshooting)
    11 - [Maintainers](#maintainers)
    12
    13 ## Requirements
    14
    15 - Drupal core must be installed and operational.
    16 - The **Pathauto** module is highly recommended for full functionality but not strictly required. Without Pathauto, the module will not generate sub-path aliases.
  • README.md 0 → 100644
    45
    46 2. If Pathauto is installed, this module will integrate seamlessly to manage sub-paths.
    47
    48 ## Troubleshooting
    49
    50 1. Issue: Sub-path aliases are not being generated.
    51 - Solution: Ensure that either Pathauto is enabled or manual aliases exist for parent paths.
    52
    53 2. Issue: Conflicts with existing aliases.
    54 - Solution: Review your alias patterns and adjust settings under Subpathauto settings.
    55
    56 ## Maintainers
    57
    58 1. Current maintainer(s):
    59 - [Drupal Community](https://www.drupal.org/)
    60 - Contributions are welcome! Visit the [Subpathauto issue queue](https://www.drupal.org/project/subpathauto) to report issues or suggest improvements.
  • README.md 0 → 100644
    41
    42 ## Notes
    43
    44 1. Ensure your content paths align with your alias patterns for sub-path aliasing to work effectively.
    45
    46 2. If Pathauto is installed, this module will integrate seamlessly to manage sub-paths.
    47
    48 ## Troubleshooting
    49
    50 1. Issue: Sub-path aliases are not being generated.
    51 - Solution: Ensure that either Pathauto is enabled or manual aliases exist for parent paths.
    52
    53 2. Issue: Conflicts with existing aliases.
    54 - Solution: Review your alias patterns and adjust settings under Subpathauto settings.
    55
    56 ## Maintainers
  • Ghost User added 1 commit

    added 1 commit

    • 14aed1a9 - Issue-3490660-provide-readme.md-documentation: Made the suggested changes.

    Compare with previous version

  • Ghost User added 1 commit

    added 1 commit

    • aa861f94 - Issue-3490660: Updared README.md as per suggested changes.

    Compare with previous version

  • Ghost User added 1 commit

    added 1 commit

    • f44a40c0 - Issue-3490660: Updared README.md.

    Compare with previous version

  • Please register or sign in to reply
    Loading