in den codechances von 2.19 nach 2.20 steht zum thema privmsg.php folgendes:
Code: Alles auswählen
#-----[ FIND ]---------------------------------------------
# Line 1743
//
// Send smilies to template
//
generate_smilies('inline', PAGE_PRIVMSGS);
#
#-----[ FIND ]---------------------------------------------
# Line 1748
$privmsg_subject = preg_replace($html_entities_match, $html_entities_replace, $privmsg_subject);
$privmsg_subject = str_replace('"', '"', $privmsg_subject);
#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)
habe ich da was anderes vergessen ? oder wie erfolgt der aufruf der smileys in der neuen privmsg.php ?