![]() |
[ETS] Showthread Lastpost Timestamp - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html) +--- Thema: [ETS] Showthread Lastpost Timestamp (/thread-39372.html) |
[ETS] Showthread Lastpost Timestamp - MyBB.de Bot - 24.03.2025 Eine neue Erweiterung wurde veröffentlicht: [ETS] Showthread Lastpost Timestamp Zitat:Displays the relative timestamp of the last post at the top of the thread. RE: [ETS] Showthread Lastpost Timestamp - KarinB - 25.03.2025 Hallo ! Hab das Plugin eingebaut, funktioniert wie es soll - aber ich bekomm im Frontend folgende Warnungen: Code: <error> <dateline>1742901251</dateline> <script>showthread.php(1650) : eval()'d code</script> <line>37</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined variable $ets_lastpost_timestamp</message> <back_trace>#0 errorHandler->error() called at [/inc/class_error.php:153] #1 errorHandler->error_callback() called at [/showthread.php(1650) : eval()'d code:37] #2 eval() called at [/showthread.php:1650] </back_trace> </error> Bitte um Tipps und vielen Dank im voraus Karin RE: [ETS] Showthread Lastpost Timestamp - [ExiTuS] - 25.03.2025 Danke für den Hinweis. Da hat sich ein Flüchtigkeitsfehler eingeschlichen. ./inc/plugins/ets_slt.php - In Zeile 39 steht ein falscher Variablenname. Bitte ersetzen: $ets_lastpost_date -> $ets_lastpost_timestamp Das Mybb-Download-Paket wird aktualisiert... vorab hier. [ETS] RE: [ETS] Showthread Lastpost Timestamp - KarinB - 25.03.2025 Ich danke für die schnelle Antwort. Hab es ersetzt und Warnungen im Frontend sind weg - Dankeschön! LG Karin RE: [ETS] Showthread Lastpost Timestamp - MyBB.de Bot - 26.03.2025 Eine neue Version wurde veröffentlicht: [ETS] Showthread Lastpost Timestamp 1.0.1 |