Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
WebPP
#1
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.
Zitieren
#2
Habe das passende Plugin runtergeladen und installiert, aber trotzdem wird die hochgeladene Grafik nicht angezeigt.
   

Habe es auch in Attachment-Typ eingebaut
   
Zitieren
#3
In der Plugin-Beschreibung ist die Rede von Avataren. Ich denke nicht, dass das Plugin irgendeinen Einfluss auf Attachments hat.
[Bild: banner.png]

Bitte die Foren-Regeln beachten und im Profil die verwendete MyBB-Version angeben.
Zitieren
#4
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"
Zitieren
#5
Das passende Plugin hab ich installiert
https://www.mybb.de/erweiterungen/18x/pl...ile/webpp/

   

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

   
Zitieren