Man findet:
Code: Alles auswählen
// Remove the uid from tags that have not been transformed into HTML
Prüfe zwingend, das Du den zweiten Codeblock findest:
Code: Alles auswählen
// Remove the uid from tags that have not been transformed into HTML
$message = str_replace(':' . $this->bbcode_uid, '', $message);
Code: Alles auswählen
// Smilie Creator
// Replace {ROOT_PATH} with the global var $phpbb_root_path
$message = str_replace('{ROOT_PATH}', $phpbb_root_path, $message);