MyBB.de Forum

Normale Version: WebPP
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: WebPP

Zitat:Change the extensions of the existing profile photos to
Code:
.webp
and upload the new ones as
Code:
.webp
.

Details

Version: 1.0.0
MyBB Versions: 1.8.x

Install

1. Download the plugin.
2. Upload the files in the "Upload" folder to the root directory of your forum with SCP (
Code:
scp
command.) or FTP (FileZilla, CuteFTP, etc.).
3. Install and activate the plugin named WebPP from the Admin CP → Configuration → (From left.) Plugins page.

Uninstall

1. Uninstall the plugin named WebPP from the Admin CP → Configuration → (From left.) Plugins page.

Update

1. First, perform the "Uninstall" section, then perform the "Install" (with new files) section.
Habe das passende Plugin runtergeladen und installiert, aber trotzdem wird die hochgeladene Grafik nicht angezeigt.
[attachment=13547]

Habe es auch in Attachment-Typ eingebaut
[attachment=13548]
In der Plugin-Beschreibung ist die Rede von Avataren. Ich denke nicht, dass das Plugin irgendeinen Einfluss auf Attachments hat.
In der "inc/functions_post.php" muss wahrscheinlich hier (#987) noch die webp Erweiterung gesetzt werden, damit der Anhang als Image gewertet wird.

PHP-Code:
if($ext == "jpeg" || $ext == "gif" || $ext == "bmp" || $ext == "png" || $ext == "jpg"  || $ext == "webp"
Das passende Plugin hab ich installiert
https://www.mybb.de/erweiterungen/18x/pl...ile/webpp/

[attachment=13552]

Habe es auch in die Attachment-Erweiterungen eingetragen, mit dem gleichen Ergebnis

[attachment=13553]