mansurahamed
Forum Replies Created
-
Hi @oranjay,
This may be because of a plugin/theme conflict. Can you do a conflict test and see if the issue goes away? This doc explains how to do a conflict test if you are not sure: How to do a plugin/theme conflict test?
Thanks!
Hi @ankitfnp,
UM doesn’t have any such issue reported yet. This may be because of a plugin/theme conflict. Can you do a conflict test and see if the issue goes away? This doc explains how to do a conflict test if you are not sure: How to do a plugin/theme conflict test?
Thanks!Hi @anabenne1 ,
You can use wordpress function get_usermeta() for retrieving role of a user by user ID. for example
get_usermeta($user_id,'role',true);
If you want to show a list of all available role you can use following code
global $ultimatemember; $roles = $ultimatemember->query->get_roles();
Here $roles is an array containing all available roles.
Thank you.
Please go to Ultimate Member->Settings->SEO inside your dashboard and check if your
User Profile Title value is set to {display_name} | {site_name} . Replace the tag {display_name} with {first_name} or {last_name} as you want. If you are using any SEO plugin that may override this option though.Thank you.
Hi @newance , @sarahjones123
I have informed this issue to our team, this will be fixed in the next update.
Thank you.
Hi @newance ,
Any user can edit his user description by clicking the gear icon in his profile page and going to “Edit Profile page” . By default Administrators are able to edit this information from any user profile. Hope this helps.
Thank you.
Hi @newance,
I demonstrated how the user description in profile header works when the html is enabled. You did write, “If I Enable html support for user description in profile header” , in your original post. User description is user dependent, each user has his own description in profile header. That’s how this field works. You will need to customize the plugin for your requirement, I am afraid.
Thank you.
Hi @newance,
I created an account. Please see the user description in header. The link is opening in new tab.
https://kissolive.flywheelsites.com/user/mansur/
To see the description code login as administrator and go to profile edit page which is
https://kissolive.flywheelsites.com/user/mansur/?profiletab=main&um_action=edit
Thank you.
Hi @billmondei,
Sorry , Your 2nd requirement not possible with UM at this moment. User must edit the profile form in the profile page. To redirect user after profile update add a custom redirection after the hook “um_update_profile_full_name”. Please see the function “um_user_edit_profile” located in plugin folder core->um-actions-profile.php for details.
Thank you.
Hi @artgoddess ,
Please go to Ultimate Member->User Roles->Member(Edit)->Registration Options inside your dashboard and choose “Require Email Activation” instead of Auto approve. I am assuming your default user role is member.
Thank you.
Hi @hilde1,
Where did you tried to modify data of registered users? You can add the fields in your profile form from Ultimate Member->Forms inside your dashboard. You will be able to edit the fields in your profile page edit screen then.
Thank you.
Hi @newance,
Could you please the value of your user description field? Please go to edit screen of your profile and provide the description field value. If possible, sharing the link of profile will help too.
Thank you.
Hi @gizmorattler ,
The field data is saved in wp_usermeta table. It will will saved with the metakey that you used in um form for the field. You can use wordpress get_usermeta() function to retrieve the values. See more about this function here.
Thank you.
Hi @icommllc,
Sorry , don’t have any plugin recommendation for now. Could you please discuss with a Google Analytics expert if this could be done with Google Analytics.
Thank you.
Hi @newance,
For example, in your html code link
<a href="https://ultimatemember.com">Ultimate Member Link</a>
add target=”_blank” so that it becomes
<a href="https://ultimatemember.com" target="_blank">Ultimate Member Link</a>
Please see This Link for more information about target=”_blank” attribute.
Thank you.