[G] Bug [img] MyBB 1.1.1 - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html) +---- Forum: Bugs (https://www.mybb.de/forum/forum-40.html) +----- Forum: Gemeldete/Nicht gemeldete Bugs (https://www.mybb.de/forum/forum-41.html) +----- Thema: [G] Bug [img] MyBB 1.1.1 (/thread-1739.html) |
[G] Bug [img] MyBB 1.1.1 - skorpion - 14.04.2006 Da ist ein Bug in MyBB 1.1.1 Wenn man versucht, mehr als 1 img zu posten z.B. Code: [img]image.xxx[/img] http://community.mybboard.net/showthread.php?tid=8242 RE: Bug [img] MyBB 1.1.1 - krafdi - 14.04.2006 Du hast den Fehler ja bereits Gemeldet und eine Lösung bekommen. RE: [G] Bug [img] MyBB 1.1.1 - DaStaFlexX - 14.04.2006 Was ist das für ein Bug ? http://community.mybboard.net/showthread.php?tid=8242 ??? Auf Deutsch büüüdddddeeee ! greetz DaStaFlexX RE: [G] Bug [img] MyBB 1.1.1 - krafdi - 14.04.2006 DaStaFlexX schrieb:Was ist das für ein Bug ?Der von skorpion im ersten Beitrag beschriebene Bug. Und hier die Lösung auf deutsch: öffne die Datei inc/functions_post.php und suche die Zeile 102 PHP-Code: $message = preg_replace("#\[img\](https?://([^<>\"']+))\[/img\]#i", "<img src=\"$1\" border=\"0\" alt=\"\" />", $message); PHP-Code: $message = preg_replace("#\[img\](https?://([^<>\"']+?))\[/img\]#i", "<img src=\"$1\" border=\"0\" alt=\"\" />", $message); PHP-Code: if($allowimgcode) PHP-Code: if($allowimgcode == 'yes') RE: [G] Bug [img] MyBB 1.1.1 - kai1083 - 19.06.2006 ich benutze ja die 1.1.3 ,warum habe ich denn immernoch den fehler gehabt? wurde er nicht behoben oder hab ich beim updaten etwas vergessen? gruß kai RE: [G] Bug [img] MyBB 1.1.1 - Michael - 20.06.2006 Alle jetzt gemeldeten Fehler werden in Version MyBB 1.2 behoben. Nach dem Release wird es auch reguläre Updates geben, die Fehler beheben. RE: [G] Bug [img] MyBB 1.1.1 - StefanT - 20.06.2006 Der Fehler war nicht im 1. Update von 1.1.1 drin: Zitat:If you applied this patch before 3:20am Saturday 15 April (GMT), there have been a few small issues reported regarding this patch and functionality.http://community.mybboard.net/showthread.php?tid=8232&pid=51073#pid51073 |