MyBB.de Forum
Profilfeld - Phänomen - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: MyBB 1.8.x (https://www.mybb.de/forum/forum-87.html)
+--- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-88.html)
+--- Thema: Profilfeld - Phänomen (/thread-37392.html)

Seiten: Seiten: 1 2


RE: Profilfeld - Phänomen - doylecc - 13.08.2020

In inc/functions_post.php suche mal (~Zeile 445) nach:
PHP-Code:
if($post['fieldvalue_option'] != '')
{
    eval("\$post['fieldvalue'] .= \"".$templates->get("postbit_profilefield_multiselect")."\";");


und füge direkt darunter ein:
PHP-Code:
$post['fieldvalue_option'] = ''



RE: Profilfeld - Phänomen - Schnapsnase - 13.08.2020

Danke doylecc !!

Das behebt das Problem.
Kann man das jetzt als Bug bezeichnen? Ich habe es nämlich mittlerweile bei mybb.com als Bug gemeldet. Wink