Forum Replies Created
-
AuthorPosts
-
KhaledMember
Thanks for using User Meta Pro.
With version 1.1.2rc2 rich text should work correctly. Please inactive and remove your current version then download-install-activate version 1.1.2rc2Regards
Khaled SaikatKhaledMemberPlease try following instruction:
1. Open /user-meta/controllers/pro/umShortcodesController.php by any ftp client.
2. Comments following line of code
$userMeta->userLogin( $response[‘user_login’], $response[‘user_pass’] );
(line:338 for version 1.1.1, line:342 for version 1.1.2rc1)
3. save changes.Thanks.
KhaledMemberwhich version of user meta pro you are using?
KhaledMemberPlease try following instruction to prevent auto login after registration:
1. Open /user-meta/controllers/pro/umShortcodesController.php by any ftp client.
2. Comments following line of code
$userMeta->userLogin( $response[‘user_login’], $response[‘user_pass’] );
(line:338 for version 1.1.1, line:342 for version 1.1.2rc1)
3. save changes.- This reply was modified 12 years, 8 months ago by Khaled.
KhaledMemberHello,
Thanks for using User Meta Pro. There was a line of code missing with previous version for login redirection. We will fix it by new version. you kindly need to add one line of code to fix it. Please follow bellowed instruction.1. Open /user-meta/controllers/pro/umShortcodesController.php by any ftp client.
2. add following line after line number 213 (with version 1.1.1 and 1.1.2rc1)
$settings = get_option( $userMeta->options[‘settings’] );
3. Save changes.With avatar/upload issue, some shared hosted server not allow url fopen, some have permission issue. however we are implementing alternative way to upload avatar/file while current uploading were failed.
Regards
Khaled SaikatKhaledMemberHello,
Thanks for using User Meta Pro. There was a line of code missing with previous version. We will fix it by new version. you kindly need to add one line of code to fix it. Please follow bellowed instruction.1. Open /user-meta/controllers/pro/umShortcodesController.php by any ftp client.
2. add following line after line number 213 (with version 1.1.1 and 1.1.2rc1)
$settings = get_option( $userMeta->options[‘settings’] );
3. Save changes.Regards
Khaled SaikatKhaledMemberQue 1.
For now, extra user field is not showing in default admin page. This feature will included soon with User Meta Pro.
However, Admin can see and update other’s user’s profile(frontend frofile).
To do this, go to:
1. User Meta >> Settings.
2. Select your profile page Under ‘Profile Page Selection’ and check right sided checkbox.
3. Go to Users >> All Users.
4. There will be a new link named ‘Profile’ for each user. Follow this link to see and update frontend profile.Que 2.
Custom registration email will added with user meta core with next version.
Que 3.
By version 1.1.1, user meta only support top alligned.
Que 4.
There is a checkbox named ‘admin only’ in User Meta >> Fields editor. By this checkbox, any field can be visibale by only admin user.
Thank You.
KhaledMemberWhich version of User Meta, you are using? 1.1.1 or 1.1.2rc1?
KhaledMemberForget Password feature will be added with User Meta Pro version 1.1.2
Thanks
KhaledMemberHello,
I think, user meta pro is not being used by your reference page. You can create temporary registration/profile by user meta pro and allow us to take a look.Thanks.
KhaledMemberHello,
I think, user meta pro is not being used by your reference page. You can create temporary registration/profile by user meta pro and allow us to take a look.Thanks.
KhaledMemberWould you please post your url?
Thanks.
KhaledMemberHi, I do some modification to umSetEmailController.php, hard coding for meta field is no more needed.
You need to add some line of code up-to version 1.1.1, Please follow those steps:
1. Open user-meta/framework/models/PluginFrameworkWPSupport.php
2. Find “insertUser” function, add those line before return statement of function:$userdata[‘ID’] = $user_id;
if( $userID )
do_action( ‘user_meta_after_profile_update’, (object) $userdata );
else
do_action( ‘user_meta_after_user_register’, (object) $userdata );3. Save files.
4. Download and unzip following zip file:
http://user-meta.com/files/2012/03/EmailController.zip5. This file contain umSetEmailController.php script, Upload umSetEmailController.php to wp-content/plugins/user-meta/controllers directory.
6. There will be new menu under User Meta in admin panel.
7. Update your setting.KhaledMemberFor now, you can add role as hidden field(there may be some security issue),
we will give a way to assign role to form in next version.Thanks.
-
AuthorPosts