Forum Replies Created
-
AuthorPosts
-
Khaled
MemberThanks 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 SaikatKhaled
MemberPlease 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.
Khaled
Memberwhich version of user meta pro you are using?
Khaled
MemberPlease 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 13 years, 1 month ago by
Khaled.
Khaled
MemberHello,
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 SaikatKhaled
MemberHello,
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 SaikatKhaled
MemberQue 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.
Khaled
MemberWhich version of User Meta, you are using? 1.1.1 or 1.1.2rc1?
Khaled
MemberForget Password feature will be added with User Meta Pro version 1.1.2
Thanks
Khaled
MemberHello,
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.
Khaled
MemberHello,
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.
Khaled
MemberWould you please post your url?
Thanks.
Khaled
MemberHi, 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.Khaled
MemberFor 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.
-
This reply was modified 13 years, 1 month ago by
-
AuthorPosts