Tags page links to external sites rather than the event containing them #1420
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As written in #935 (comment), events with external links are reduced to the external link when shown on the tags page.
IMO it is quite unexpected that clicking a link on the tags page can take me to anything but the page containing the tag, much less to an external website.
Steps to reproduce:
Expected behaviour:
The link points to the event entry below https://fsfe.org/events/.
Actual behaviour:
The link points to the external website referenced in the event page.
With the current site layout, there seems to be no way to create a link satisfying the "Expected behaviour". As a minimum, the
article
nodes on the events page would need an anchor so that they can be linked to. Another option would be to create a page for every event.Actually, the
article
nodes do have an id. See for example https://fsfe.org/events/index.html#event-20200201-01If we decide to link to that page, we have to take care that, for older events, the link should point to the yearly event archive page instead.
Personally I think that would be overkill.
Another option that comes to my mind is to switch the news and events listing on the tag pages to the verbose format (as in https://fsfe.org/events/index.html minus the tags).
FWIW, back in the good old days, we differed between
<link>
for links to fsfe-owned pages and<page>
for links to external web pages in event entries. This has been removed (I have no idea why), maybe we should consider to reintroduce this distinction.