Hei ! Guest  

Posts by WoltLaben

    This extension for WoltLab Suite 5.2+ gets your community ready for the next Halloween season by making bats scurry across the screen on all pages, whose behavior you can conveniently control via the administration interface.

    Users who feel disturbed by this can disable the animation at any time in the general user options.

    Important Note

    Before purchasing, please note that this is the cloud version of our free product of the same name. The version offered here is optimized for use within the WoltLab Cloud, but can also be used outside it without restrictions.

    You can get support at Please login to see this link. or Please login to see this link..

    Source: Please login to see this link.

    Source: Please login to see this link.

    This extension for WoltLab Suite 5.2+ extends the same with an implementation of the shunting-yard algorithm, which can be used to perform mathematical operations (e.g. from an option) without using potentially dangerous PHP functions.

    Usage examples:

    PHP

    Code
    Please login to see this link.require_once(WCF_DIR . 'lib/system/api/php-shunting-yard/autoload.php');@@@WCF_PRE_LINEBREAK@@@Please login to see this link.@@@WCF_PRE_LINEBREAK@@@Please login to see this link.$equation = '3 + 4 * 2 / ( 1 - 5 ) ^ 2 ^ 3';@@@WCF_PRE_LINEBREAK@@@Please login to see this link.$result = \RR\Shunt\Parser::parse($equation);@@@WCF_PRE_LINEBREAK@@@Please login to see this link.echo $result; // 3.0001220703125

    PHP

    Code
    Please login to see this link.require_once(WCF_DIR . 'lib/system/api/php-shunting-yard/autoload.php');@@@WCF_PRE_LINEBREAK@@@Please login to see this link.@@@WCF_PRE_LINEBREAK@@@Please login to see this link.$string = 'max(%x * 0.1 + 0.35, 2000)';@@@WCF_PRE_LINEBREAK@@@Please login to see this link.$string = str_replace('%x', 3434.133, $string);@@@WCF_PRE_LINEBREAK@@@Please login to see this link.@@@WCF_PRE_LINEBREAK@@@Please login to see this link.$ctx = new \RR\Shunt\Context();@@@WCF_PRE_LINEBREAK@@@Please login to see this link.$allowedFunctions = ['ceil', 'exp', 'floor', 'fmod', 'max', 'min', 'pow']; // allowed PHP functions@@@WCF_PRE_LINEBREAK@@@Please login to see this link.@@@WCF_PRE_LINEBREAK@@@Please login to see this link.foreach ($allowedFunctions as $fn) {@@@WCF_PRE_LINEBREAK@@@Please login to see this link.    if (str_contains($string, $fn . '(')) {@@@WCF_PRE_LINEBREAK@@@Please login to see this link.        $ctx->def($fn);@@@WCF_PRE_LINEBREAK@@@Please login to see this link.    }@@@WCF_PRE_LINEBREAK@@@Please login to see this link.}@@@WCF_PRE_LINEBREAK@@@Please login to see this link.@@@WCF_PRE_LINEBREAK@@@Please login to see this link.$result = \RR\Shunt\Parser::parse($string, $ctx);@@@WCF_PRE_LINEBREAK@@@Please login to see this link.@@@WCF_PRE_LINEBREAK@@@Please login to see this link.echo $result; // 2000
    Display More

    Source: Please login to see this link.

    Wir haben soeben Updates für unsere Produkte freigegeben:

    • WoltLab Suite 5.4.8

    Stabilitäts- und Fehlerbehebungsversionen (auch bekannt als "minor releases"), beseitigen ausschließlich Fehler in der aktuellen Version und führen keine neuen Funktionen ein. Es wird ausdrücklich empfohlen, diese Updates anzuwenden.

    Aktualisierung einer bestehenden Installation

    Öffnen Sie die Administrationsoberfläche und rufen Sie den Menüpunkt Konfiguration > Pakete > Pakete auflisten auf. Klicken Sie dann auf den Button Updates suchen, diesen finden Sie rechts oberhalb der Paketauflistung.

    Bedeutende Änderungen

    Bitte beachten Sie, dass die unten stehende Liste nur die wichtigsten Änderungen enthält. Kleinere Korrekturen (u.a. Tippfehler) werden nicht separat aufgeführt.

    WoltLab Suite Blog

    • Der Import von Blogs unterstützt jetzt Titelbilder. 5.4

    WoltLab Suite Calendar

    • (Nicht-funktionale Änderungen aus rein technischen Gründen). 5.4

    WoltLab Suite Calendar: Event Threads

    • (Nicht-funktionale Änderungen aus rein technischen Gründen). 5.4

    WoltLab Suite Filebase

    • Eingebettete Objekte in Beschreibungen von Dateiversionen wurden nicht geladen. 5.4

    WoltLab Suite Forum

    • Die mobile Ansicht der Themenliste konnte falsche zwischengespeicherte Werte für den Themenstarter anzeigen. 5.4

    WoltLab Suite Gallery

    • (Nicht-funktionale Änderungen aus rein technischen Gründen). 5.4

    WoltLab Suite Core: Conversations

    • Die Signaturen von Benutzern wurden nicht unter Nachrichten angezeigt. 5.4
    • Es wurde ein Problem behoben, das bei der Anzeige der Liste der Dateianhänge einen Fehler verursachte. 5.4

    WoltLab Suite Core: Importer

    • Invision Community 4.x
      • Unterstützung für den Import von Blog und Galerie hinzugefügt. 5.4
      • Fehlerhafte Behandlung von URL-Platzhaltern in Nachrichten. 5.4

    WoltLab Suite Core

    • Es wurde ein Problem behoben, das zu der falschen Meldung führte, dass die Sitzung beim Absenden des Formulars abgelaufen sei. 5.4
    • Es wurde ein Problem behoben, das dazu führte, dass die Einrichtung bei Verwendung einer unverschlüsselten http-Verbindung fehlschlug. 5.4
    • Die Meldung beim Auftreten eines ungültigen XSRF-Schutz-Tokens wurde verbessert. 5.4
    • Es wurde ein Kompatibilitätsproblem bei der Ausführung unter PHP 8.1 behoben. 5.4
    • Es wurde ein visueller Fehler behoben, der sichtbar wurde, sobald nicht mehr alle Einträge im Hauptmenü angezeigt werden können. 5.4
    • Ein Problem bei der Verwendung der veralteten mysql-Erweiterung anstelle von mysqlnd (MySQL Native Driver) wurde behoben. 5.4
    • Form-Builder: Beim Zurücksetzen eines Formulars wurden die Werte für ACL-Berechtigungen nicht gelöscht. 5.4
    • Dev Tools: Die standalone-Flag für Anweisungen wurde nicht korrekt angewendet. 5.4

    Source: Please login to see this link.

    We have just released new versions of our products:

    • WoltLab Suite 5.4.8

    Stability releases (also known as "minor releases") aim to solve existing problems in the current version. Like every stability release, they do not introduce new features; It is strongly recommended to apply these updates.

    How to Apply Updates

    Open your Administration Control Panel and navigate to Configuration > Packages > List Packages. Please click on the button Search for Updates located in the right corner above the package list.

    Notable Changes

    The list below includes only significant changes, minor fixes or typos are generally left out.

    WoltLab Suite Blog

    • The import of blogs now supports cover photos. 5.4

    WoltLab Suite Calendar

    • (Non-functional changes for technical reasons only.) 5.4

    WoltLab Suite Calendar: Event Threads

    • (Non-functional changes for technical reasons only.) 5.4

    WoltLab Suite Filebase

    • Embedded objects in descriptions of file versions had not been loaded. 5.4

    WoltLab Suite Forum

    • The mobile view of the thread list could display incorrect cached values for the thread starter. 5.4

    WoltLab Suite Gallery

    • (Non-functional changes for technical reasons only.) 5.4

    WoltLab Suite Core: Conversations

    • User signatures were not displayed below messages. 5.4
    • Resolved an issue that caused an error when viewing the list of attachments. 5.4

    WoltLab Suite Core: Importer

    • Invision Community 4.x
      • Added support for the import of the blog and gallery. 5.4
      • Incorrect handling of URL placeholders in messages. 5.4

    WoltLab Suite Core

    • Resolved an issue that caused an incorrect report that the session was expired on form submit. 5.4
    • Resolved an issue that caused the setup to fail when using an unencrypted http connection. 5.4
    • Improved the message when encountering an invalid XSRF protection token. 5.4
    • Resolved a compatibility issue when running under PHP 8.1. 5.4
    • Fixed a visual artifact when the main menu starts overflowing. 5.4
    • Resolved an issue when using the ancient mysql extension instead of mysqlnd (MySQL Native Driver). 5.4
    • Form Builder: Resetting a form did not clear the values for ACL permissions. 5.4
    • Dev Tools: The standalone flag for instructions was not applied correctly. 5.4

    Source: Please login to see this link.

    Source: Please login to see this link.

    Source: Please login to see this link.

    An option to remove the "Style By: ForoStyle" link and text in the footer of your site that uses the Please login to see this link. WoltLab style.

    Requirement: Please login to see this link.

    Usage:

    • Install as a package in ACP > Configuration > Packages.
    • Go to ACP > Configuration > Radiant Dark > Branding > Remove Branding Link & Text and set to Yes.

    Source: Please login to see this link.