Reply To: Forum Feedback

#10682
Malte Müller
Keymaster

`< head>
< base target=”_blank”>
`

That would annoyingly open all links that have nothing set by default in a new tab and not just external ones. You would only want this would only do this for external ones and there are constant usability debates if opening any link within a new tab should be left to the user always.

But if you click the link on the toolbar you get a dialog that has a checkbox for opening the link in. You can also use target=”_blank” on the link created by the toolbar manually. Since the forum embeds a link directly it is not possible to simple hook into anything…

I could try to do this via JS dynamically but that might cause a performance issue as we have lots of links on a topic page…