MyBB.de Forum
WebPP - 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: WebPP (/thread-38556.html)



WebPP - MyBB.de Bot - 20.02.2023

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.



Webp - MuSociety - 24.02.2023

Habe das passende Plugin runtergeladen und installiert, aber trotzdem wird die hochgeladene Grafik nicht angezeigt.
   

Habe es auch in Attachment-Typ eingebaut
   


RE: WebPP - StefanT - 24.02.2023

In der Plugin-Beschreibung ist die Rede von Avataren. Ich denke nicht, dass das Plugin irgendeinen Einfluss auf Attachments hat.


RE: WebPP - SvePu - 24.02.2023

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"



Webp wird nicht richtig angezeigt - MuSociety - 24.02.2023

Das passende Plugin hab ich installiert
https://www.mybb.de/erweiterungen/18x/plugins-profile/webpp/

   

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