So, I found a solution for myself. in phpbb_seo_class.php FIND * Prepare Titles for URL injection */ function format_url( $url, $type = 'topic' ) { $url = preg_replace('`\[.*\]`U','',$url); $url = htmlentities($url, ENT_COMPAT, $this->encoding); $url = preg_replace( ...