Forum Replies Created
-
AuthorPosts
-
KhaledMember
Hello, Some line of codes were accidently removed from version 1.1.3rc1
Please add following codes at line 202 in user-meta/controllers/pro/umBackendProfileController.php
if( @$userData && is_array( @$userData ) ){
foreach( $userData as $key => $val )
update_user_meta( $user_id, $key, $val );
}
Thanks.
KhaledMemberHello, you can create two fields with same meta_key(different title if you need) and use one in front-end form with required checkbox=true and another in back-end profile with required checkbox=false
Thanks.
September 17, 2012 at 3:06 pm in reply to: No verification link sent to the user on registration #2099KhaledMemberHello, Please make sure you have selected “Need email verification” or “Need both email verification and admin approval” form User Meta Settings. If it is ok, Please contact with our “contact Us” section with your site url.
Thanks.
KhaledMemberHello, Your approach should work. But one things you may be forgotten. Your role name must be pre-recognized by system otherwise new user have role “None”. You can use any role editor plugin to create new role.
Thanks.
September 13, 2012 at 12:06 am in reply to: Activation Pro error: 32300 : transport error – could not open socket #2076KhaledMemberHello,
Please use 1.1.3rc1 version as it support remote activation while socket communication were failed.
Use this url to active remotely: http://user-meta.com/activation/
Please note, you need to be logged in in order to do remote activation.Thanks.
KhaledMemberHello Lukasz,
Yes there are such action hooks:
user_meta_after_user_register
user_meta_after_profile_update
Both of them allow one parameter as object.
Thanks.
KhaledMemberHello Sarah, I think you did something wrong with your shortcode. Your shortcode suppose to look like
[user-meta form="your_form_name" type="registration"]
Most probably you have used type=”profile” instead of “registration”.
Thanks.
KhaledMemberHello Steve,
Would you please contact with our “Contact Us” section.
Thanks.
KhaledMemberWould you please contact with our “contact Us” section with your site url.
Thanks.
KhaledMemberPlease have a try again.
KhaledMemberLets, have a new css class named custom_phone in your style.css
.custom_phone{
width:50px;
}Then go to User Meta >> Fields Editor and locate that filed which you need to apply this class.
put custom_phone in field, titled: “CSS Class”,KhaledMemberHave a look on http://user-meta.com/changelog/ please.
September 11, 2012 at 12:40 am in reply to: How to show User Meta form page for wp-login.php?action=register #2049KhaledMemberHi, If you use User Meta Pro login widget, you can put your custom registration url into that login form.
To do that, go to User Meta >> Settings, from login tab put your html url into “Login Form” field.Thanks.
KhaledMemberYou can write that class definition in your style.css file under theme directory.
Thanks.
-
AuthorPosts