Hi,
I added the german language-files to bbpress and nearly everything is now in german. Only the header on the main-page of the forum shows still "Forums" - you can see it at http://www.schule-fuers-leben.de/foren/
Also adding an special function to the theme didn't work:
add_filter( 'bbp_get_forum_archive_title', 'ddw_bbpress_change_forum_archive_title' );
function ddw_bbpress_change_forum_archive_title() {
return 'Foren';
}
Does someone has another idea, what I can do to solve my problem?
Thanx
Frank














