Giri
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Privicy link isnt hiding fields selected No
The Update account button isnt working either when you update the bio fieldI need more detail for this too. Its much easier for me to understand your problem if you can record your problem and post the video here.
Thanks
is there a way to add a secret question to the register form and the forgot password page
Its not possible at the moment. But expect that feature in future releases.
Thanks
Yes that works brilliantly however it only takes the 1st fieldset
Could you elaborate that part? I don’t see any issue in my dev site.
Hi there,
Thanks for reporting.
I have fixed it. The fix will be available in next version.
Just remove the -1 in this line.
Thanks
https://github.com/mistergiri/userswp/commit/93e801ab36202f0c486dc7337703e8c7892666dc
Hi Derek, I’m off today due to my local festival. I’ll be back on monday. I’ll look into your issue on monday.
Thanks
Hi Derek,
I added that feature.
Could you delete the userswp in your site and then download, install the latest from here?
https://github.com/mistergiri/userswp
“Show in what locations” setting now has a new option called fieldset. If you select that option for a field, it will appear in the parent fieldset.
Please test and let me know if you face any issues.
Thanks
You cannot display whole fieldset (set of fields) in separate tab at this moment.
I’m about to work on that feature now. So i’ll let you know once I’m done.
Thanks
This reply has been marked as private.Hi Derek,
Guust just clarified that you are talking about userswp fields. Let me check your site whats wrong.
Thanks
Hi Derek,
I hope you are talking about non UsersWP fields when you mean custom tabs.
Its possible. But it requires some code. You need to add it in child theme functions.php or use code snippets plugin to add the code.
Here is the sample code.
add_filter('uwp_profile_tabs', 'uwp_add_profile_custom_tabs', 10, 3); function uwp_add_profile_custom_tabs($tabs, $user, $allowed_tabs) { $tabs['xxxxx'] = array( 'title' => 'Hello', 'count' => 1 ); return $tabs; } add_action('uwp_profile_xxxxx_tab_content', 'uwp_add_profile_xxxxx_tab_content'); function uwp_add_profile_xxxxx_tab_content($user) { echo "Hello World"; }
Replace xxxxx with you tab id. example hello_world
Hope that helps.
You are welcome 🙂
Yes forbes,
Its displaying correctly now.
Hi Terry,
I have added a setting just now for admin notifications. It will be included in next version.
Thanks
-
AuthorPosts