Info
- 12 posts
- 4 voices
- Started 2 years ago by gibbyesl
- Latest reply from gibbyesl
- This topic is not resolved
bbPress integrated in Buddypess not displaying Chinese
-
- Posted 2 years ago #
Hi
When I post something in the forum in Chinese it shows fine in the Buddypress activity stream BUT when you view the forum it's all ??????????? for the Chinese
Please can you tell me how to fix this
Gibby
-
- Posted 2 years ago #
Locate the bb-config.php file it might be in your wordpress folder or bbpress and find the define( 'BB_LANG'
-
- Posted 2 years ago #
how and what do I put in there ?
I also need to display all languages like Japanese and Korean
Thanks
Gibby
-
- Posted 2 years ago #
You need a FTP program, same way you got the wordpress and bbpress on the server the first time. I would say look at your wp-config.php file and look for line that says define ('WPLANG', 'XX'); Whatever the XX is is what you need to put in your bb-config.php file. define( 'BB_LANG', 'XX' );
-
- Posted 2 years ago #
Hi
in my wp-config.php is define ('WPLANG', '');
So there is nothing in it ??????
Please can you help
Gibby
-
- Posted 2 years ago #
Hi Gibby,
Your best bet would be to take this over to the BuddyPress folks.
The bbPress you see inside BuddyPress is actually a hack/modified version of the core (a very very good one mind you); but really you'll have more chance of getting a good answer other there.Good Luck,
Kev -
- Posted 2 years ago #
Thanks
I have asked and waiting now for 2 days no reply
Seems odd that people run these independently fine but together I have this problem
I will wait for some kind soul to rescue me....
Thanks for your advice
Gibby
-
- Posted 2 years ago #
Check the tables of your database. Maybe the bbPress tables are in latin1. On the file
bb-config.phptell me what is written at this line:/** Database Charset to use in creating database tables. */ define( 'BBDB_CHARSET', 'utf8' );it must be utf8.
-
- Posted 2 years ago #
-
- Posted 2 years ago #
Hi zaerl
/** Database Charset to use in creating database tables. */
define( 'BBDB_CHARSET', 'utf8' );Thanks
-
- Posted 2 years ago #
Check the tables of your database. Maybe the bbPress tables are in latin1.
Open up phpmyadmin and make sure that the collation of tables is
utf8_unicode_ci. -
- Posted 2 years ago #
I have
utf8_general_ci
Gibby
-
You must log in to post.