Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can I keep 0.8.1 functions.php when upgrading to 0.8.2?

Hey, fel 64!

Then this is a bad new because it is not smart at all changing core files.

However I have a half working “B plan” :)

You can get rid of that streams.php error by pointing the ‘BBLANG’ to the wordpress .mo file.

You have to change bbpress config.php like this;

define('BBLANGDIR', '/wp-includes/languages/es_ES.mo');

The problem is that when you copy the bbpress .mo to the wordpress .mo it doesn’t translate anything but the wp itself.

Translation files come in two files; a .mo file and a .po file that I think is the source code.

Perhaps you need to add anything to this .po file but I didn’t find out yet.

Skip to toolbar