Hi and thanks for your awesome plugin (wpdiscuz)
but i have a problem
when i want to change words in "front -end phareses" and translate them into another language ( like Farsi ) it turns to ????
what should I do . please help me I really like your plugin
thanks alot
Hi Heidari,
Thank you for using wpDiscuz,
This problem is very easy to fix if you have access to your database manager (MySQL phpMyAdmin) in Hosting Service cPanel. Log into cPanel and click the phpMyAdmin icon in the Databases section. Then watch this video to see how to execute the command below:
http://support.hostgator.com/articles/specialized-help/technical/phpmyadmin/how-to-run-sql-queries-in-phpmyadmin
You need to execute this SQL comment:
ALTER TABLE `wp_wc_phrases` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; ALTER TABLE `wp_wc_phrases` CHANGE `phrase_key` `phrase_key` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL , CHANGE `phrase_value` `phrase_value` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
We'll add this change in next version so you'll be able to update and all changes will stay the same.
thank u guys it works very good