- Issue created by @maxilein
- 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
You will need a regex for each individual term.
Taking drupal.org forums (which are taxonomy terms) as an example:
Example link:
https://www.drupal.org/forum/support
orhttps://www.drupal.org/forum/services
Example regex for matching all forums:
^https?:\/\/www.drupal.org\/forum\/(.*)
Example regex for matching each forum separately:
^https?:\/\/www.drupal.org\/forum\/(support)$
and^https?:\/\/www.drupal.org\/forum\/(services)$
For internal links adjust the regex accordingly.
- Status changed to Fixed
10 months ago 11:16am 18 January 2024 - Status changed to Active
10 months ago 11:35am 18 January 2024 - 🇦🇹Austria maxilein
Is there a way to automatically apply it to the links which are created by views?
E.g. the linked title field of a term as output by a view? - Status changed to Fixed
10 months ago 11:43am 18 January 2024 - 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
This is really a very basic Drupal question, please use the forums or the chat for support like this.
- 🇦🇹Austria maxilein
If it was so basic, I would have found an answer ... and not have asked you.
I am looking for solution that works site-wide automatically.
I do not want to change code in each view manually.
But thank you anyway. - 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
This is not a solution that works site-wide automatically.
All the best.
Automatically closed - issue fixed for 2 weeks with no activity.