Forum Replies Created
-
AuthorPosts
-
KhaledMember
Hi, UMP doesn’t support extra shortcode parameters. To customize form you will need to use action or filter hooks provided by UMP
Thanks.
KhaledMemberHi Henryk,
Please make sure that your login page is not cached. Go to WP Super Cache Settings >> Advanced >> Accepted Filenames & Rejected URIs
Put slug of your login page here so that it is not going to be cached.Hope it helps. one dev version is ready for test today.
Thanks.
KhaledMemberHello Robert,
The issue has been solved in current dev version. You can try dev version.
Thanks.
KhaledMemberHi, Is the problem still exists?
KhaledMemberHi, You can use non-ajax form submit. To enable non-ajax solution, go to User Meta >> Forms >> Edit >> Settings and check “Do not use ajax submit” checkbox.
The error you have reported was happened with some theme, if you want ajax submit, please send us an email(support@user-meta.com) with a temp admin and ftp, so that we can check and resolve the issue on your site.
Thanks.
KhaledMemberYep, you are correct. That is missing, we’ll take care of it. Thanks.
KhaledMemberHi,
Please make sure to fill up meta_key in extra field.
Thanks.
KhaledMemberHi,
We are hopeful to release 1.1.7rc2 within January 10.Thanks.
KhaledMemberHi,
Although there are no limit by UMP but as the script run once, default execution time is not enough for exporting 16000 users. For now, you can increase execution time on your server. We are hopeful to resolve this issue by progressive export with next release.Thanks.
KhaledMemberHi Robert,
With V1.1.7rc1, email field has been moved inside “Custom Field” to avoid confusion with default wp email field. You can create custom field and select email from html field types dropdown.
When you upgrade the version, your email field should changed to “Custom Field”.
Thanks.
KhaledMemberHi Robert,
Thanks for your reporting. We shall check and resolve the issue with next rc release.
KhaledMemberHi Zihad,
Thanks for those links. Although it was not mentioned on change log, but we had solved the issue on version 1.1.2
If you directly access (or access by curl) http://mysite.com/wp-content/plugins/user-meta/framework/helper/uploader.php
it will gives “Security Check” error. It also generate error when plugin is not activated. Only way to hack is to generate nonce code. As the nonce code change dynamically, so it is not probable.BTW, beside nonce verification, we will add some more validation to make the script more secure (with next release).
KhaledMemberHi,
To protect uploader.php, we use nonce verification (http://codex.wordpress.org/Glossary#Nonce).
If you certainly believe, hacker are using uploader.php to upload malicious script, you can put following code to your functions.php
add_action( 'pf_file_upload_init', 'denyUploader' ); function denyUploader() { if ( ! is_user_logged_in() ) die(); }
When you use following code, only logged-in users can use uploader.php
And we will add some more verification to protect the script.
Thanks.
KhaledMemberHello Antoine,
Please install User Meta Advanced add-on https://wordpress.org/plugins/user-meta-advanced/ version 1.0.1.
There is a button to generate wpml-config.xml
WPML can recognize dynamic text after you generate the file.Thanks.
-
AuthorPosts