Forum Replies Created
-
AuthorPosts
-
KhaledMember
Thank you for using pro version.
User Meta Pro use usermeta table of database to store extra data.you can use WordPress function get_user_meta($user_id, “your_meta_key”, true) to retrieve extra data.
Follow those steps to see other’s profile as admin:
1. Go to User Meta >> Settings.
2. Select your profile page by ‘Profile Page Selection’ and checked right sided checkbox(titled, ‘Show profile link to User Administration Page’).
3. Go to Users >> All Users. There will be new profile link for each user under ‘Front Profile’. Follow profile link to see other user’s profile.KhaledMemberAs per your above request, We will provide a modified script asap.
If you want to support us(Testimonial), it will be highly appreciable for us.
Thanks for your kind support.
January 21, 2012 at 9:01 pm in reply to: User Settings Do Not Change When Updated Through The Front End #270KhaledMemberdid you set field as admin only? which message are shown when non admin are trying to update their profile?
January 21, 2012 at 8:57 pm in reply to: User Settings Do Not Change When Updated Through The Front End #268KhaledMemberPlease go to User Meta » Settings page.
select your profile page and check right sided checkbook. this will create a new link in User Administration page.
Go to User » All user, click profile link which user profile you need to update as admin.Thanks.
January 21, 2012 at 7:43 pm in reply to: User Settings Do Not Change When Updated Through The Front End #263KhaledMemberAfter updating profile at frontend, is it showing updated data on frontend?
KhaledMemberPlease follow those instruction
1. Download and unzip following zip file:
http://wordpress-extend.com/wp-content/uploads/2012/01/emailController.zip2. This file contain umSetEmailController.php script, Upload umSetEmailController.php to wp-content/plugins/user-meta/controllers directory.
3. There will be new menu under User Meta in admin panel.
4. Update your setting.Please let me know, if this script is working for you.
KhaledMemberOkay, let me write a script for you.
KhaledMemberFor using photo, Avatar or File Upload field can be use. Avatar field will register the photo as user avatar.
KhaledMemberCurrently UMP doesn’t fully optimized with multidomain/wpml/wpmu. We will optimize UMP with those feature by next version.
Thank you very much.
KhaledMemberYou can use user_register action in your function.php file.
add_action( ‘user_register’, ‘yourUserRegisterFunction’);
function yourUserRegisterFunction( $user_id ){
// your code here
// you can use wp_mail function for sent mail
}Thanks.
KhaledMemberThank you for using User Meta Pro.
Yes we have plan to extend User Meta Pro by more feature.List of features, those are in pipeline:
* More control over styling to registration, profile and login page. And improving their functionality.
* One click update/upgrade to Pro version.
* Import user with extra data.
* Allow to add extra field in backend profile/registration page.
* Registration, Profile and Login widget.As a launching offer, all currently subscribed user will get those extra feature for free. You do not need to do any extra payment.
-
AuthorPosts