Alex Rollin
Forum Replies Created
-
AuthorPosts
-
November 20, 2019 at 6:27 pm in reply to: Error: Cannot create a user with an empty login name. #5911
Hello,
The error is because your sheet’s column structure doesn’t match what the UWP plugin expects.
You will want to export your users first, using UsersWP. If the site has just one user, that’s enough.
That will give you a sheet with the proper format for columns and rows.
Merge your data into that sheet and Then import it.
November 20, 2019 at 6:07 pm in reply to: Change dots to edit listings / tablet portrait 2 columns #59101. This would require your own custom CSS. Instead you can add a custom tab with GD listings to show the normal GD Author Actions links instead.
2. This would require your own custom CSS.
I have made notes of these ideas and we will consider working solutions for them into future versions. UsersWP is evolving repidly and we do appreciate the feedback.
They are generally public, though tabs like like WPI Invoices are hidden from other users, only visible to the author.
The following will hide the profiles for logged out users:
add_action('template_redirect','_my_hide_uwp_profiles'); function _my_hide_uwp_profiles(){ global $post; if( !get_current_user_id() && is_uwp_profile_page()){ wp_die( 'You must be logged in to view user profiles.' ); } }
We plan to add more options in the future around this idea but currently it would require a customization.
Hello,
SSL should not matter, no.
Please share WP Admin and login URL so we can check on the issue.
We are considering adding a feature for a “Send Enquiry” type functionality but for now it would require your own solution.
November 17, 2019 at 7:40 pm in reply to: Facebook Profile Picture wasn't Pulled Using Social Facebook Sign Up #5876Thanks for catching that, we will check into it and post an update back here.
You can change the order in the new UWP Tabs UI at
UsersWP – Form Builder – Tabs
Let us know
Thanks for reporting that. We will look into it. Do you think the spam registrations caused the reset?
Hello,
We are looking into how to do that right now. Thanks for your patience, will post an update here.
November 14, 2019 at 6:51 pm in reply to: Error logged when visiting standard WP login with captcha plugin installed #5828Thanks Andy, the developers are looking into it.
Thanks, the developers will take a look.
November 14, 2019 at 6:45 pm in reply to: 403 forbidden error on logout after successful password change #5826Thanks Andy, the developers are looking into it.
Please update to 1.2.0.11 and let us know if the issues persist.
If it does please share WP Admin credentials in a private reply along with login URL so we can take a look.
Thanks
Please share WP Admin credentials and a login link in a private reply so we can take a look at the issue.
No, but we are considering creating an integration but haven’t worked on it yet. I will take that up as a suggestion for the developers and see if that is something they can work on in the near future.
-
AuthorPosts