MyBB.de Forum
Automatische Geburtstagsgrüße - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Automatische Geburtstagsgrüße (/thread-11960.html)

Seiten: Seiten: 1 2


RE: Automatische Geburtstagsgrüße - Garlant - 02.02.2009

Mache die Änderung bitte wieder rückgägig.
Anschließend suche:
PHP-Code:
                else
                {
                    
$setting_code implode("<br />"$option_list);
                } 
ersetze mit:
PHP-Code:
                else if(is_array($option_list))
                {
                    
$setting_code implode("<br />"$option_list);
                }
                else 
                {
                    
$setting_code "";
                } 

Das sollte Abhilfe schaffen.

Mfg Garlant


RE: Automatische Geburtstagsgrüße - Unbedarfter - 02.02.2009

Super! Danke Smile

Gruß
Manfred