Notifications
Clear all

Front-end phrases translating problem

2 Posts
2 Users
0 Likes
2,720 Views
(@heidari-ali)
New Member
Joined: 9 years ago
Posts: 2
Topic starter  

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


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4173
 

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.


   
ReplyQuote
(@heidari-ali)
New Member
Joined: 9 years ago
Posts: 2
Topic starter  

thank u guys it works very good


   
ReplyQuote
Share:
Scroll to top