OER-WEB-TEAM / design-system--drupal-theme

1 stars 0 forks source link

System Alert | Redirect #29

Closed AlexVanK closed 5 months ago

AlexVanK commented 6 months ago

We need to automatize a site-wide alert informing the user they've landed on page through a redirect (300,301) if they did so. This information is not obtainable through JS alone - maybe some combo with PHP is required - will research.

Consider one of these options:

AlexVanK commented 5 months ago

This was easy to implement.

The only requirement is that Drupal redirects handled through the Redirect module have to be written with an appended ?redirected=true parameter at the end of the new URL. Example:

Image

Things that could be implemented in the future: