34 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
106
views
Ultimate Member pluggin: Logged-in user stuck in redirect loop when redirect_to points to homepage
I’m encountering a redirect loop under a specific condition involving redirect_to and homepage access restrictions.
Site: https://shop.eliteblinds.gr
UM Version: (2.10.4)
Theme: TT4 (block theme)
...
1
vote
1
answer
135
views
Ultimate Member: Adding passcode validation in the Register Form
I have utilised the provided code from ultimate member, trying to add a passcode validation in the Registration Form:
add_action("um_submit_form_register","...
0
votes
1
answer
395
views
how to show label for user meta in user profile ultimate member
i try to show user data in user profile
but in profile page not show tab and not show data, It's show only profile photo.
i want to click view profile from menu user in admin
enter image description ...
-2
votes
1
answer
628
views
Wordpress User Data Export through API?
Is there a way of exporting all you WP users through API? I tried WP Rest API but that only gives me the users who has is an author in the site. we use ultimate member plugin to organize and ...
1
vote
1
answer
589
views
Ultimate member custom username validation not working
I am using Ultimate Member version 2.6.11 on WordPress version 6.3.1. I am having trouble with my custom username validation code.
I am trying to validate the username field to make sure that it ...
0
votes
2
answers
181
views
How to automatically rename file name to username value for uploaded user images in WordPress - ultimate memeber plugin
When using the Ultimate Member plugin on WordPress, I encountered one difficult problem for me. I need the uploaded user image in his profile to turn into a link like: http://example.com/img/%username%...
0
votes
1
answer
483
views
Assign a user role in wordpress plugin Ultimate Member registration form depending on the entered email address
We use Ultimate Member for a customer section of a business website. Customers can register with their customer number and email address to get access to some downloads. To validate the registration ...
0
votes
1
answer
1k
views
Assign a user role based on radio button check Ultimate Member
I'm using Ultimate Member for my registration process and I've added a custom radio button to check if the user is a Contractor or not.
As default it would assign "Customer" role to new ...
1
vote
1
answer
267
views
Can't show the product name on table using get_name();
I can't echo the product name on my order page. I'm using ultimate member plugin with WooCommerce. "get_id();" is working just fine. I used "$order->get_name()" to echo the ...
2
votes
1
answer
716
views
Load Ultimate Member dynamic email in Contact Form 7 send email
I am using the Ultimate Member plugin and I need CF7 to load the email of each user for sending that are within the public profiles that are the members.
Here I leave the code that I have used but it ...
0
votes
1
answer
469
views
How to enable authors to make posts? (ultimate member)
So I'm making this website in which people(authors) have their profiles and can upload their art works.
I'm using ultimate member plugin and I cannot understand how the author will make posts and post ...
-1
votes
2
answers
1k
views
How to override the slug of ultimate member profile page?
I want to change the default firstname-lastname slug to something different, like firstname-lastname-city-category. How exactly can I do this using ultimate members plugin ? I am using free version. I ...
0
votes
1
answer
487
views
WPForms - Conditional Dropdown based on previous User Created Meta_Key Input Tag
I'm using Ultimate Member for registration where users can input a Store Name when creating a new account.
That works well and when I go to their profile I can see that meta_key is there.
But later on ...
0
votes
1
answer
144
views
php - html: Cant load a date value in form
I use a registration form from Ultimate Member plugin, in which each user gives his birthday. The field is saved as d/m/Y (ex. 17/11/1995) with a metakey named "birthday" in usermeta table. ...
0
votes
1
answer
207
views
Add a like in Ultimate Member directory and Profile
I am using Ultimate Member in my WP site. I would like to show in member directory an icon in the shape of an heart that an user can click to like another user in member directory or in the profile ...