Forum Replies Created
-
AuthorPosts
-
KhaledMember
Hello,
From version 1.1.3rc1, you can defined form class for fornt-end profile or registration form. And every field allow custom css class too. By writing your own css within class and calling those class from user meta, you can change complete look and feel for your form.
Thanks.
KhaledMemberKhaledMemberHello,
User export with meta keys and various filtering option are available with new rc release 1.1.3rc1.
Thanks.
KhaledMemberWould you please post your login page url and profile page url here. Or if it is private, you can send it with “Contact Us” section.
Thanks.
KhaledMemberHello,
With current version placeholder for profile page is not supported. We have plan to add this with new release.
Thanks.
September 2, 2012 at 1:09 pm in reply to: Getting Started – User Manual With Detailed Instructions? #1967KhaledMemberHello,
So far, we allow any field for: admin only, read-only, non-admin read only. Unfortunately we do not support role based field visibility so far. It may be implemented future.
Thanks.
KhaledMemberWhen any user request for password reset through User Meta, we generate a unique hash key to validate original password reset link. Once link is validated then that generated key will remove. So after validation, if anyone try with password reset url it will show “Invalid Key”.
In your case, it may be a plugin conflict. Any other plugin may be reloaded the page after validation is completed. Please try with temporarily disable other plugin. If it not help, then please contact with our “Contact Us”
Thanks.
KhaledMemberHello,
User Meta Pro have language support. But so far we do not have Spanish language pack. If you like to contribute by sharing your created spanish translated files, please send an email to our “Contact Us” section. We’ll add your translation with official release.
You can find latest pot file to:
https://github.com/khaledsaikat/user-meta-translationThanks.
KhaledMemberHi,
When you import new user by User Import tools of User Meta plugin, all user status will set to be “activated” automatically.
For sending them email with uniquely generated passwords, don’t include password field in your csv and there is a checkbox labeled ” Send email to new user.” Please check that checkbox before hit import button.
Thanks.
KhaledMemberHi,
Which shortcode you are using to generate your login form?
KhaledMemberNew version (1.1.3rc1) is waiting for release.
This fix won’t add with version 1.1.3rc1 but hopefully next version then it.
KhaledMemberHello,
if( !empty( $userData[ 'user_registered' ] ) ){
wp_update_user( array(
'ID' => $user_id,
'user_registered' => $userData[ 'user_registered' ],
) );
}
Please add those line of codes in /user-meta/controllers/pro/umBackendProfileController.php
after line 195KhaledMemberHello,
Thanks for your interest about translation User Meta plugin.
you can find our latest pot file from:
https://github.com/khaledsaikat/user-meta-translation/If you like to share your translated po file, just contact us with our “Contact Us” section.
Thanks
KhaledMemberHello,
You can use “Date/Time” from Extra Fields.
For using “Date/Time” as registration date, use “user_registered” as meta_key and select “Date and Time” from Type Selection.
That extra field can be use on admin edit screen too.
Thanks.
-
AuthorPosts