- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
Instead of putting this on postponed, indicating this might happen someday, I will close this instead.
- Status changed to Closed: won't fix
18 days ago 1:45pm 1 August 2025 - 🇩🇰Denmark ressa Copenhagen
I wanted to totally replace the default Taxonomy term page with a search API, Facets 3 and Facets Pretty Paths based View, and have term links point to my custom View instead.
I first tried to inject a "prefix"-path (the View page path
/browse
) in the term link paths in the source with JavaScript, but failed. I eventually ended up redirecting all relevant term links via.htaccess
. Not ideal, but it works.Term paths are for example
/tag/window
or/cat/entrance
, and a.htaccess
rule redirects all URLs beginning with/tag/
or/cat/
to/browse/tag/window
or/browse/cat/entrance
, where the View page path is/browse
, and Facets Pretty Path "Pretty paths coder" is "Taxonomy term name - Use term name, e.g. /tag/blue"