Usage: Im Browser öffnen, aber auf neuer Seite

Leon's Avatar

Leon

18 Apr, 2024 09:38 AM

Product: Tao Contao
Contao Version: 5.3.3
Browser and version: Firefox 124.0.2

Hi,
ich würde gerne in einer Downloadbox, dass sich die Datei auf einer neuen Seite öffnet. Also wenn man die Datei im Browser öffnen kann, dass das in einem neuen Tab passiert.

  1. Support Staff 1 Posted by RockSolid Theme... on 18 Apr, 2024 10:50 AM

    RockSolid Themes's Avatar

    Vielen Dank für Ihre Frage.

    Dafür können Sie ein angepasstes Template content_element/downloads.html.twig erstellen mit folgendem Inhalt:

    {% block download_link %}
        {% set download_link_attributes = attrs(download_link_attributes|default).set('target', '_blank') %}
        {{ parent() }}
    {% endblock %}
    

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac