Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Node paths falsely imply hackable URLs #133

@TravisCarden

Description

@TravisCarden

The URL alias patterns for events, blog posts, and webform imply "hackability" by their use of directory separators (/blog/[node:created:html_month]/[node:title], /event/[node:field_date_time:value-custom:Y]/[node:title], and /form/[node:title]). These give the impression that there are pages at /event and /event/2024, for example. We should either make the URLs truly hackable (i.e., add Views with the appropriate contextual filters) or remove the directory separators from the URLs (e.g., /blog-[node:created:html_month]-[node:title]). c.f. related #133.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions