Incorrect language variables

Bitte in den Beiträgen keine externe Bilder einbinden, sondern nur die Dateianhänge verwenden.
Vielen dank.
  • After I installed "Easy Media - Video: Support Threads" the forum crashes if I try to upload a movie


  • Cyperghost 2. Juni 2025 um 10:19

    Hat das Label bestätigt hinzugefügt.
  • Cyperghost 2. Juni 2025 um 10:19

    Hat das Label EasyMedia hinzugefügt.
  • Hello,

    We are aware of this issue and it will be fixed in the next update.
    You can fix the problem in your installation by adjusting the language variables in the ACP.

    Languages - WoltLab Suite Manual

    easymedia.video.supportThread.message

    Code
    <p>{$video->username} added a video:[evideo]{$video->videoID}[/evideo]</p><woltlab-quote>{unsafe:$video->getMessage()}</woltlab-quote>

    and easymedia.video.supportThread.subject

    Code
    {unsafe:$video->getTitle()

    Once you have adjusted the language variables, everything should work without any problems. This exact content is used during the update, and no problems should arise.