Seite 2 von 2

Verfasst: 20.07.2008 22:08
von Dr.Death
Einbau Anleitung der includes/bbcodes.php nicht genau beachtet....


Man findet:

Code: Alles auswählen

// Remove the uid from tags that have not been transformed into HTML
zweimal !

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);
und füge danach den folgenden Code ein:

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);
Ansonsten verlinke mal deine includes/bbcode.php als TXT DAtei erneut.

Verfasst: 20.07.2008 22:40
von Alafija
Vielen Dank für die Mühe

es geht jetzt.