That is correct, with the free version you can set limits for width and height. The Pro version also provides a setting to limit uploads based on file size.
How about language? Can I redefine it by myself?
Can you redefine language by yourself? Do you mean, can you translate the plugin into another language? If so, then yes; USP Pro is fully supportive of translations.
https://translate.ww.wp.xz.cn/projects/wp-plugins/user-submitted-posts
No, I want to redefine some label text in Chinese.
With the free version, that is possible by setting up a custom form template. With the Pro version, there are attributes for each field that may be customized directly in the form.
May I change the Language Mapping(key-value) file directly? Where is it?
There’s another issue about the Chinese file name. When our client upload a pic to our server, DB saves the Chinese file name. However, in the /uploads, the file has unreadable code name. The server can’t pair names when it want to retrieve the file. Would you please hold the Chinese file name(Like iconv(“gb2312″,”UTF-8”, $name)) before saving.
It sounds like a character-encoding issue, which goes beyond my level of expertise. I wish I could help! If there is something I can do, please let me know. Thank you.
-
This reply was modified 9 years, 1 month ago by
Jeff Starr.
If you’d like to tell me which script file save the uploaded file, it’ll be helpful.
Check out the function usp_createPublicSubmission in the file, user-submitted-posts.php. The second part of that function handles media attachments and custom fields.
Gonna go ahead and mark this topic as resolved to keep things organized. Feel free to post again if needed, I’m glad to help however possible. Thank you.